body         { background-color: #c8d8f0; 
               color: #42516C; 
               background-image: url(background.jpg); 
							 background-attachment: fixed;
               font-family: Verdana, Arial, Tahoma; font-size: 10pt; color: #42516C }

td, p        { font-family: Verdana, Arial, Tahoma; font-size: 10pt; color: #42516C }

h3           { font-family: Verdana, Arial, Tahoma; font-size: 14pt; color: #42516C }
h4           { font-family: Verdana, Arial, Tahoma; font-size: 12pt; color: #42516C }
h5           { font-family: Verdana, Arial, Tahoma; font-size: 10pt; color: #42516C }
h6           { font-family: Verdana, Arial, Tahoma; font-size: 08pt; color: #42516C }
h7           { font-family: Verdana, Arial, Tahoma; font-size: 06pt; color: #42516C }

b           { font-family: Verdana, Arial, Tahoma; font-weight: bold; font-size: 10pt; color: #42516C }

a            { cursor: move }
a:link       { color: #405A8D; text-decoration: none; font-weight: bold }
a:visited    { color: #405A8D; text-decoration: none; font-weight: bold }
a:active     { color: #69729d; text-decoration: none; font-weight: bold }
a:hover      { color: #c0c0c0; text-decoration: none; font-weight: bold; background-color: #69729d }

body {
scrollbar-base-color: #000000;
scrollbar-track-color: #c8d8f0;
scrollbar-arrow-color: #002041;
scrollbar-darkshadow-color: #42516c;
scrollbar-face-color: #69729D;
scrollbar-highlight-color: #c0c0c0;
scrollbar-shadow-color: #002041;
scrollbar-3dlight-color: #a9a9a9;
}


table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6, h7, h8,
{
	font-family: Verdana, Arial, Tahoma, Sans-serif;
}
h1
{
	color: #42516c;
}
h2
{
	color: #42516c;
}
h3
{
	color: #42516c; 
}
h4
{
	color: #42516c;
}
h5
{
	color: #42516c;
}
h6
{
	color: #42516c;
}
h7
{
	color: #42516c;
}



#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(js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/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; }
