.menu { background-color: #CCCCCC; color: #000000; font-family: verdana,helvetica,arial; font-size: 10pt; font-style: normal }

body { max-width:1000px; background-color: #ffffff; color: #000000; font-family: verdana,helvetica,arial; font-size: 10pt; font-style: normal }


h1 { color: #555555; font-family: verdana,helvetica,arial; font-size: 18pt; font-weight: bold; margin-top: 20px}

h2 { color: #555555; font-family: verdana,helvetica,arial; font-size: 16pt; font-weight: bold; margin-top: 25px;
	background-color: #D5D5D5;
	clear: both;
}

h3 { color: #555555; font-family: verdana,helvetica,arial; font-size: 14pt; font-weight: bold; clear: both; }

h4 { color: #555555; font-family: verdana,helvetica,arial; font-size: 12pt; font-weight: bold}

tt { color: #008800; font-family: courier-new, courier}

pre { color: #008800; font-family: courier-new, courier}

.footer { color: #000000; font-family: verdana,helvetica,arial; font-size: small; font-style: normal}

a:link { color: blue; text-decoration: none}

a:visited { color: #0000A0; text-decoration: none}

a:hover { background-color: white; color: red; text-decoration: underline}

fieldset{
	background-color:#FFFFCC;
	border-width:2px;
	border-style:solid;
	border-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	width:300px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

fieldset legend{	
	background-color:#DDDDDD;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	color:#333333;
	font-weight:bold;
	font-variant:small-caps;
	font-size:130%;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}

#wrapper{
	max-width: 1000px;
	}

#leftcolumn {
	left: 10px;
	width:370px;
	margin-left: 3px;
	position: absolute;
}

#rightcolumn {
	left: 390px;
	width:370px;
	margin-left: 3px;
	position: absolute;

}
#footer {
	margin-left: 3px;
	left: 3px;
}

.red {color: #FF0000}

.note {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-indent: -30pt;
	padding-left: 40px;
}

caption {
	font-size:9pt;
	caption-side:bottom;
	text-align: left;
	font-weight: bold
	}

.credit {
	font-size: 8px;
	}
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.photo {
	border-width: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

table.crumbs {
	border-collapse: collapse;
	border: 0;
	}

table.crumbs th, td {
	padding: 4px;
	border: 0;
} 

table.data {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.data th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #D5D5D5;
}
table.data td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

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

