/* /////////////////////////////////////////////////////////////// */
/* inits */
/* /////////////////////////////////////////////////////////////// */

	body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,label,input,textarea,p,blockquote,th,td,hr
	{margin:0;padding:0;}
	img
	{border: 0;}

/* /////////////////////////////////////////////////////////////// */
/* generics */
/* /////////////////////////////////////////////////////////////// */

	body
	{background:  url(../_img/bg.gif) top repeat-x #ffffff; margin: 45px 0 0 0; font-family: Verdana; color: #b1b1b1; font-size: 10px; line-height: 15px;}
	p, td
	{font-family: Verdana; color: #b1b1b1; line-height: 15px; font-size: 10px; padding: 0 0 0 0;}

/* /////////////////////////////////////////////////////////////// */
/* special character cases */
/* /////////////////////////////////////////////////////////////// */

	.strongDark
	{font-size: 10px; color: #484848; font-weight: bold; font-family: Verdana; line-height: 15px; padding: 0 0 0 0;}	
	#strongMedium
	{font-size: 10px; color: #666666; font-weight: bold; font-family: Verdana; line-height: 15px; padding: 0 0 0 0;}
	.strongLight
	{font-size: 10px; color: #b1b1b1; font-weight: bold; font-family: Verdana; line-height: 15px; padding: 0 0 0 0;}
	.regularDark
	{font-size: 10px; color: #484848; font-weight: normal; font-family: Verdana; line-height: 15px; padding: 0 0 0 0;}
	#footerLegal
	{font-size: 10px; color: #e0e0e0; font-weight: normal; font-family: Verdana; line-height: 15px; padding: 0 0 0 0;}

/* /////////////////////////////////////////////////////////////// */
/* link prefs */
/* /////////////////////////////////////////////////////////////// */

	#toTop a:link, a:visited
	{font-size: 10px; color: #6ac8fe; text-decoration: underline; font-weight: bold;}
	#toTop a:hover
	{font-size: 10px; color: #ffffff; background:#6ac8fe; text-decoration: underline; font-weight: bold;}
	
	#strongMedium a:link, a:visited
	{font-size: 10px; color: #666666; text-decoration: underline; font-weight: bold;}
	#strongMedium a:hover
	{font-size: 10px; color: #666666; background:#f1f1f1; text-decoration: underline; font-weight: bold;}
	
	#footerLegal a:link, a:visited
	{font-size: 10px; color: #e0e0e0; text-decoration: underline; font-weight: bold;}
	#footerLegal a:hover
	{font-size: 10px; color: #e0e0e0; background:#7f7f7f; text-decoration: underline; font-weight: bold;}
	
	a:link, a:visited
	{color: #6ac8fe; text-decoration: underline;}
	a:hover
	{color: #b1b1b1; background: #414141; text-decoration: underline;}
	
/* /////////////////////////////////////////////////////////////// */
/* lightbox css
/* /////////////////////////////////////////////////////////////// */

	#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: #f3f3f3; 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 50% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }
	
	#imageDataContainer{ font: 10px Verdana; background-color: #f3f3f3; margin: 0 auto; line-height: 15px; overflow: auto; width: 100%	; }
	
	#imageData{	padding:0 10px; color: #1d1d1d; }
	#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; }