
h4 {font-size: 10pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #00adef;}

h5 {font-size: 16pt; font-style: italic; font-family: arial;}

h6 {font-size: 16pt; font-style: italic; font-family: arial;}


a {
text-decoration: none; }

:hover {
color: crimson; 
text-decoration: underline; 
} 
.error { color: #ff0000; }
.success { color: #009900; }
.form_label { font-family:Arial, Helvetica, Sans-serif; font-size:11px; font-weight: bold; text-align: right; } /* padding-top:5px; */
.form_field { font-family:Arial, Helvetica, Sans-serif; font-size:11px; background-color: #f0f0f0; border:1px solid #000000; padding-left:5px; } 
.form_button { font-family:Arial, Helvetica, Sans-serif; font-size:11px; font-weight: bold; text-decoration: none; color: #666666; padding:0px 3px; background-color: #dedede; border:1px solid #333333; } 
.form_button_s { font-family:Arial, Helvetica, Sans-serif; font-size:10px; font-weight: bold; text-decoration: none; color: #333333; padding:0px 3px; background-color: #dedede; border:1px solid #333333; }

li {
list-style-position: outside;
}

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
float: right;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #00adef;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #00435d;
border-top: 1px solid #fff;
border-right: 1px solid #70d2f8;
border-bottom: 2px solid #006a93;
}

#navcontainer A:hover, #navcontainer A:active { background: #008bc1; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}