/* CSS Document */


body {
margin: 0px;
text-align:center;
background: #e1f4e0;
cursor: default; 
font-family: Tahoma; 
font-size:11px; 
color:#683968;
background: url('images/background.jpg') repeat-y;
background-color: #E1F4E0;
background-position: 170px 100%;
} 

div, table {
font-family: Tahoma; 
font-size:11px; 
color:#683968;
vertical-align: top;
}


h1 {
color: #c97850;
background-color:#bca5bf;
background: url('images/header.jpg') no-repeat;
border-bottom: 2px solid #683968;
font: bold 12px Tahoma; 
letter-spacing: -1px;
text-transform: uppercase;
padding: 2px;
padding-left: 10px;
text-align: left;
margin-top: 10px;
margin-bottom: -10px;
}

h2 {
color: #683968;
background: #a481a9;
font: bold 8px Tahoma;
letter-spacing: 1px;
text-transform: uppercase;
padding: 1px;
padding-right: 3px;
text-align: right;
margin-top: 10px;
margin-bottom: 3px;
}
 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#c97850; border-bottom: 1px dotted #a481a9;}
a:hover{ color:#e1f4e0; border-bottom: 1px dotted #c97850;}
a:active { color:#c97850; border-bottom: 1px dotted #a481a9;}

blockquote {
	text-align: justify;
	border-left: 7px solid #aa572e;
	background-color:#a481a9;
	padding: 5px;
	color: #e1f4e0;
}


textarea, input, select, button, submit {
	background-color: #a481a9;
	border: 0px;
	font-family: Tahoma;
	font-size: 10px;
	color: #e1f4e0;
	margin-top: 0px;
	margin-bottom: 1px;}

hr {
	TEXT-ALIGN: center; 
	WIDTH: 70%;	
	COLOR: #996699;
}

img {border: 0px;}

a img {border: 1px solid #683968;}

a:hover img {border: 1px solid #e1f4e0;}

b { color: #aa572e;}

i { color: #996699; font-weight: bold; }

u { color: #e1f4e0; border-bottom: 2px solid #aa572e;}

UL {PADDING-LEFT: 30px; MARGIN-LEFT: 0px;}

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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; }
