/* ================================
    CSS STYLES FOR FFF2008
   ================================
*/ 

body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: white;
}
body,td,th {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.main {
	background-color: white;
	border: 1px solid black;
}
td img {
	display: block;
}
a:link {
	color: #243583;
	text-decoration: underline;
}
a:visited {
	color: #243583;
	text-decoration: underline;
}
a:hover {
	color: #bf2025;
	text-decoration: underline;
}
a:active {
	color: #243583;
	text-decoration: underline;
}

.Head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #2f5958;
   font-size: 24px;
}

.SubHead    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.text    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.textsmall    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

.copyrights    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
	color: #1b5b5d;
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: Black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
}

a.copyrights:link, a.copyrights:visited {
	color: #1b5b5d;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

a.copyrights:hover {
	color: black;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #F27A00;
	border-bottom: 1px solid #8C4600;
	border-left: 1px solid #F27A00;
	border-right: 1px solid #8C4600;
	padding: 3px 5px 4px 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: red;
	line-height: 16px;
}

a.CommandButton:hover {
	color: #fff;
	padding: 3px 5px 4px 6px;
	border-top: 1px solid #FF870F;
	border-bottom: 1px solid #643200;
	border-left: 1px solid #FF870F;
	border-right: 1px solid #643200;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: red;
	line-height: 16px;
}

a.Normal:link, a.Normal:visited {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.NormalRed {
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

/* LightBox effect */

#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/spacer.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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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: #2E3031;
	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 */
	}	
	





