body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#666;
}
td {
	vertical-align:top
}
.info-box {
	background-color:#242A2F;
	border:1px solid #1F2529;
	padding:5px;
	margin-bottom:5px;
	color:#666;
	text-align:center
}
.error-box {
	background-color:#FFD9DA;
	border:1px solid #F00;
	padding:5px;
	margin-bottom:5px;
	color:#666;
	text-align:center
}
.content-td {
	background-color:#1A1F23;
	border-right:3px solid #0B0C0D;
	border-bottom:3px solid #0B0C0D;
	padding:5px;
}
.content-box {
	background-color:#151719;
	padding:10px;
	border-bottom:3px solid #0B0C0D;
	border-right:2px solid #0B0C0D;
	border-left:2px solid #0B0C0D;
	margin:3px 0
}
.background {
	background-image:url(images/background_repeat.png);
	width:780px;
	margin:auto
}
.header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:797px;
	height:203px;
	margin:0 auto
}
.seperator {
	background-image:url(images/seperator.png);
	width:750px;
	height:32px;
	clear:both
}
.container {
	padding:0 20px;
	text-align:left
}

/* fonts */

.title {
	font-size:20px;
	color:#666
}
.title-small {
	font-size:15px;
	color:#777;
	font-weight:bold
}
.large {
	font-size:17px;
}
a:link {
	color: #919aa1;
}
a:visited {
	color: #919aa1;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #919aa1;
}
/* misc styles */

.hr {
	border-top:1px solid #1A1F23;
	font-size:1px;
	margin:10px 0
}
.list_logo_small {
	margin:3px;
	width: expression(document.body.clientWidth < 40 ? "40px" : "40px");
	max-width:40px
}
.list-logo {
	margin:3px;
	width: expression(document.body.clientWidth < 80 ? "80px" : "80px");
	max-width:80px
}
.scr-thumb {
	width: expression(document.body.clientWidth < 280? "280px" : "280px");
	max-width:280px;
	margin-bottom:3px;
	border:0
}
.header-tab-container {
	background-image:url(images/tab2.png);
	float:left;
	height:12px;
	color:#FFF
}
.view-desc {
 	height: expression(document.body.clientHeight > 100? "100px" : "100px");
	min-height:100px;
	background-color:#1A1F23;
	padding:10px
}
/* lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
