﻿body {
font-family: Tahoma;
font-size: 11px;
color: #000000;
line-height: 14px;
letter-spacing: 1px;
overflow-x: hidden;
cursor: default;
background-color: #EFEFEF;
}

table, tr, td {
font-family: Tahoma;
font-size: 11px;
color: #000000;
line-height: 14px;
letter-spacing: 1px;
overflow-x: hidden;
cursor: default;}

.content {
padding: 6px;
}

.calendar {
background-color: #ffffff;		
}

.comment {
padding: 6px;
margin: 20px; 
background-color: #B8E1F0;
}

h1 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 20px;
color: E32284;
text-transform: uppercase;
font-weight: bold;
background-color: #ffffff;
line-height: 24px;
margin-bottom: -12px;
text-align: center;
}

i {color: #A7C524;}
b {color: #3ABDE6; text-transform: uppercase;}
u {border-bottom: 1px solid #E9C93F;}
small {line-height: 10px;}

a.navi:link, a.navi:visited, a.navi:active {
display: block;
font-size: 11px;
font-family: Arial, sans-serif;
background-color: #F2921F; 
color: #ffffff;
text-align: left;
letter-spacing: 1px;
text-transform:uppercase;
font-weight: bold;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 2px;
}

a.navi:hover {
display: block;
background-color: #FDDEB4; 
color: #ffffff;
text-align: left;
font-size: 11px;
letter-spacing: 1px;
text-transform:uppercase;
font-weight: bold;
}

a:link, a:visited, a:active{
color:#000000; 
font-size:11px;
font-weight: bold; 
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration: none; 
font-weight: bold; 
font-size:11px;
}






/*Lightbox*/

#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: 310px;
	height: 300px;
	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: 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') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }


#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;
	}
