body {
	background-image: url(/images/backgrounds/background_fsc.png);
	background-repeat: repeat-x;
	font-family: Arial, Helventica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #677f98;
	font-weight: bold;
}

h2, h3 {
	margin: 0px;
}

#mainbody_container {
	float: left;
	width: 500px;
	background-color: #eee;
	padding: 2px;
	height: 580px;
	margin-left: 10px;
	text-align: left;
}

#footer_right {
	float: left;
	width: 175px;
	margin-left: 10px;
}

#overall_container {
	background-image: url(/images/backgrounds/background_mainbody_fsc.png);
	background-repeat: repeat-x;
	height: 812px;
	width: 714px;
	margin: 0 auto;
}

#search_header {
	background-color: #8f9ca5;
}

#footer_nav {
	color: #7e97b0;
}

#footer_nav a {
	color: #b4cbe1;
}

.content_wrapper {
	background-color: #91B1CF;
	padding: 5px 10px 3px 10px;
	color: #fff;
	border: 1px solid #363636;
	text-align: left;
}

.content_wrapper a {
	color: #fff;
	font-weight: bold;
}


/*
h1 {
	font-family: Geneva, arial, Helventica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	margin: 0px;
}

h2 {
	font-family: Geneva, arial, Helventica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-left: 50px;
	margin: 0px;
}


.headBox {
	background-color: #CCCCCC;
	border: 2px gray solid;
	margin-bottom: 1em;
	text-align: center;
}

.navBox {
	width: 600px;
	padding: 5px;
	background: white;
	border: 2px gray solid;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 1em;
}

.navBoxHead {
	color: #5a80a5;
	font-weight: bold;
	font-size: 10pt;
}

.totalsBox {
	width: 600px;
	text-align: left;
	margin-bottom: 1em;
}

.totalsTable, table.totalsTable, .totalsTable td, .totalsTable th {
	width: 250px;
	padding: 4px;
	border-collapse: collapse;
	border: 2px gray solid;
	font-weight: bold;
	text-align: center;
}

.totalsTable th {
	font-weight: normal;
	text-align: left;
}



a:link, a:active {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 0px;
}

.head { 
	color: #FFFFF0;
	background-color: #5179A1;
	background-image: url("cc141.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

.footer, .footer a:link, .footer a:visited, .footer a:hover {
	text-align: center;
	color: white;
	background-color: #5179A1;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: yellow;
}

.label  {
	font-size: 8pt;
}

.value  {
	text-align: center;
	padding-left: 4px;
	font-size: 8pt;
	color: gray;
}

.vBarBorder, .hBarBorder {
	border: 1px black solid;
	left: 0px;
	font-size: 1px;
}

.box {
	border: 2px #385d83 solid;
	margin-bottom: 1em;
	overflow: visible;
}

.box p {
	padding-left: 1em;
}

.boxTable {}
.darkbg {
	background-color: #dee2e5;
}

.blockedReferer, .hiddenReferer {
	color: red;
	font-weight: bold;
}

.selfReferer {
	color: navy;
	font-weight: bold;
}

.detailedTable {
	border: 1px gray solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 8pt;
}

th.detailedTable {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #EFEFEF;
}

.success {
	font-weight: bold;
	color: green;
}

.error {
	font-weight: bold;
	color: red;
}

table.modifyTable {
	width: 500px;
}

.modifyTable, .modifyTable th, .modifyTable td {
	border: 1px black solid;
	padding: 4px;
}

.modifyTable th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.noborder, .noborder th, .noborder td {
	border: none;
	padding: 2px;
}

#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; 
	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;
	}

#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;
	}
	
*/
