a {
	color: #D90000;
 	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.nav {
	color: #ffffff;
}

body, body.popup {
	background-color:#333333;
	background-image: url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	background-position: center;
 	background-repeat: repeat-y;
	margin-top: 0;
}
body.popup {
	margin-top:5px;
}


.element {
	border: 1px solid #999999;
	width: 99%;
}

.error {
	color: #990000;
	font-weight: bold;
}


.field {
	color: #555555;
	font-size: 10px;
	font-weight: bold;
}

hr {
	color: #AAAAAA;
 	background-color:#AAAAAA;
}

.message {
	color: #000099;
}


.pagetitle {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

.required {
	color: #AA0000;
}

.redoff {
	background-color:#FF9999;
	cursor: default;
}

.redon {
	background-color:#990000;
	cursor: pointer;
}

.subtitle {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}


.whiteoff {
	background-color: white;
	cursor: default;
}

.whiteon {
	background-color:#b9dcff;
	cursor: pointer;
}






.topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	padding: 3px;
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
}
.topNav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.topNav a:visited {
	text-decoration: none;
	color: #999999;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav a:active {
	text-decoration: none;
}
.download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: thin dotted #333333;
}
.regularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.regularText a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.regularText a:visited {
	text-decoration: none;
	color: #999999;
}
.regularText a:hover {
	text-decoration: underline;
}
.regularText a:active {
	text-decoration: none;
}
.border {
	background-image:url(../images/background_sq.jpg);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
}
.sideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#125484;
	background-position: left top;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-image: url(/images/nav_header.jpg);
	padding-top: 171px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
 	text-align:left
}
.sideNav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.sideNav a:visited {
	text-decoration: none;
	color: #999999;
}
.sideNav a:hover {
	text-decoration: underline;
}
.sideNav a:active {
	text-decoration: none;
}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}






#lightbox{
	position: absolute;
	top: 40px;
	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 35% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 35% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
