/* CSS Document */


A:link, A:visited {
	color: #666;
	text-decoration: none;
}

a:link img, a:visited img { 
	border-color: #666; 
	}



A:active, A:hover {
	color: #333;
	text-decoration: none;
}

a:active img, a:hover img { 
	border-color: #333; 
	}



a {
outline: 0;
}




body
{
	margin: 20px 0px 10px 0px;
	padding: 0;
	background: white;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}







#wrap
{
	width: 950px;
	margin: 0px auto 0px auto;
	background-color: #ddd;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	text-align: left;
}

#indexwrap
{
	width: 950px;
	margin: 20px auto 0px auto;
	background-color: #ddd;
	background-image: url(images/random/1.jpg);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	text-align: left;
}










.imgBooks
{
	padding: 5px;
	border: 1px #33 solid;
	background-color: #ddd;
	margin: 0px 10px 10px 0px;
}









.tableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	outline-style: none;
	line-height: inherit;
}



.bufferBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	outline-style: none;
	line-height: inherit;
	padding: 5px;
}




dl, dd, ul, li, dt
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


dl#menu
{
	width: 220px;
	height: 550px;
	background-color: #dddddd;
	filter:alpha(opacity=90);-moz-opacity:.60;opacity:.90;}

dl#menu dt {
cursor: pointer;
margin: 1px 0;
height: 25px;
line-height: 25px;
text-align: left;
font-weight: normal;
background: #ccc;
}


dl#menu li {
text-align: left;
background: #fff;
height: 20px;
line-height: 20px;
}

dl#menu li a, dl#menu dt a
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-left: 15px;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #dedede;
}


.navOn
{
	font-weight: bold;
	background-color: #DEDEDE;
}








h1
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	margin: 20px 0px 5px 0px;
}


h2
{
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
}

.pullQuote
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
}





.txtBody
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 0px;
}



.txtClick
{
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 0pt 0pt 5pt 0pt;
}


.txtCopyright
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
















#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:images_lightbox/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_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images_lightbox/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; }
