@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 5px;
	margin: 0 50px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}

#articles {	margin-bottom: 10px; }


#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {
	margin:0 30px 0px;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: none;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #26495a url('../images/indentbg.gif') repeat-x;
	color: #26495a;
	border-top: solid 1px #3366cc;
	border-right: solid 1px #003366;
	border-bottom: solid 1px #000033;
	border-left: solid 1px #003366;
}
#transport a:visited {
	background: #26495a url('../images/indentbg.gif') repeat-x;
	color: #26495a;
	border-top: solid 1px #3366cc;
	border-right: solid 1px #003366;
	border-bottom: solid 1px #000033;
	border-left: solid 1px #003366;
}
#transport a:hover {
	background: #26495a url('../images/indentbg.gif') repeat-x;
	color: #FFFFFF;
3366cc;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #9CF;
	border-left: 1px solid #003366;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #26495a;
	border-right: solid 1px #26495a;
	border-bottom: solid 1px #26495a;
	border-left: solid 1px #26495a;
	padding: 1px 1px 1px;
	margin-bottom: 1px;
	width: 350px;
	float: none;
	margin-right: 1px;
}
#thumbnails {
	clear: none;
	margin: 5px auto;
}
#thumbnails div {
	position: relative;
	width: 14px;
	height: 14px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 14px;
	height: 14px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 400px;
	float: left;
	text-align: center;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #26495a;
	border-top: solid 1px #445DA0;
	border-right: solid 1px #445DA0;
	border-bottom: solid 1px #445DA0;
	border-left: solid 1px #445DA0;
	padding: 1em;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {
	border: 2px solid #99CCFF !important;
}
.inFocus {  border: solid 1px #99CCFF !important; }

/* Spry Validation Widgets Demo*/
