/* css style for 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; background: url(url(url(../Images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;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; }

/* Global Styles */

body {
	margin:0px;
	}
	

	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #0000FF;
	text-decoration:none
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#menu td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#menu a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #484226;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 4px 8px 20px;
	}
	
#menu a:hover {
	background: #484226;
	color:ddd1ab;
	}

#menu a.current {
	background: #484226;
	color:ddd1ab;
	}
	
.menuText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #484226;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.photoTable {
	background: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	text-align:center;
	}
	
#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#333333;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	padding: 10px 8px 10px 8px;
	}
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#484226;
	padding: 10px 8px 10px 8px;
	}
	
.table {
	border: 1px solid #999999;
}