/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
/*body {
	margin: 0;
	padding: 0;
/*	color: #FFFFFF;
	background: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;*/
	font-size: small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */
*/
/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

.mytext{
color:ffffff;
}

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 20px;
	margin: 0 50px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #000000;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 160px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 10px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 60%;
	font-weight: bold;
	margin-bottom:2px;
	padding: 4px 4px;
	margin-left:2px;
    width: 40px;
	float: left;
	display: block;
	color: #fff;
	-moz-user-select: enabled;
	-khtml-user-select: none;
}
#transport a:link {
	color: #000000;
	border:dotted 1px;
	background-color: #CCCCCC;
}
#transport a:visited {
	color:#000000;
	border:dotted 1px;
	background-color: #666666;
}
#transport a:hover {
	color:#CCCCCC;
	border:dotted 1px;
	background-color: #333333;
}
#transport a:focus {
	-moz-user-select: enabled;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-top:5px;
	background-color: #333333;
}

#previews img{
border:solid #000000 1px;}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}


.small{
	font-size:x-small;
}


#picture {
	width: auto;
	float: left;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#000000;
	
}

#picinfo {
	padding: 1px;
	width:auto;
	float: left;
	overflow:auto;
}
#mainImageOutline {
	margin:2px;
	overflow: show; 
	color:#000000;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
}
#SubjectTitle, .SubjectColumn { width: 500px; margin: 0; }
#PubDateTitle, .PubDateColumn {	width: auto; margin: 0; }
.ListBoxItemGroup .ListBoxItem { padding:3px 0 5px 0.25em; }

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn { 
	padding:3px 0 5px 0.25em; 
	float: left;
 	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* My defined*/

.copy
{
font-size:10px;
font-weight:bolder;
color:#000000;
}

.caption
{
/*font-style:italic;*/
font-weight:bold;
color:#FFFFFF;
text-align:left;
margin-top:2px;
padding-left:2px;
}

.location
{
color:#FFFFFF;
font-weight:bold;
font-size:11px;
text-align:left;
padding-left:2px;
}

.price
{
color:#FFFFFF;
font-size:11px;
text-align:left;
padding-left:2px;
}
