html, body {background-color: #01060A; height: 100%}
body, td {font: 11px Tahoma, Arial; color: #B8AEAA}
a:link, a:visited, a:active {font: 12px Tahoma, Arial; color: #B8AEAA}
a:hover {color: white; text-decoration:none}
.lnkOrange:link, .lnkOrange:visited, .lnkOrange:active {font: bold 12px Tahoma, Arial; color: #CBA048}
.lnkOrange:hover {color: red}
.lnkSmall:link, .lnkSmall:visited, .lnkSmall:active {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.lnkSmall:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#date {background-color: #4E4D46; color: #D0D2D2; -moz-box-sizing: padding-box; padding: 1px 5px 1px 5px;}
#pageTxt {-moz-box-sizing: padding-box;
	padding: 15px 15px 25px 25px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}
#hr {background: url(img/hr.gif) repeat-x; height: 1px; width: 100%; margin-top: 15px; margin-bottom: 15px}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	font-weight: bold;
	color: #000099;
	background-color: #FFCC66;
	margin: 1px;
	padding: 1px;
	border-top: 1px solid #FFCC00;
	border-right: 3px solid #FFCC00;
	border-bottom: 3px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.box1 {
	background-color: #003366;
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.thumbs {
	background-color: #202020;
	border: 1px solid #333333;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.asterix {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	font-size: medium;
}
li {
	list-style-position: outside;
	line-height: 15pt;
}
.member {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12pt;
	color: #B8AEAA;
}
.breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e8898;
	padding-left:20px;
}
.crumbs:link, .crumbs:visited, .crumbs:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e8898;
}
.crumbs:hover { text-decoration:none; }
