/**************************/
/* Lightbox Styles        */
/**************************/
#lightbox{
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	z-index: 1000;
	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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*FORMS*/
.inputbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding:2px;
}
.inputbox:hover, .forminputbox:focus {
	background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #999999;
}
table.boxTableforms {
	border:1px dotted #9C9C9C;
	border-collapse:collapse;
	border-spacing:0;
	clear:left;
	margin-bottom:20px;
	margin-top:1px;
	text-align:left;
	width:100%;
}
table.boxTableforms td {
	border:1px dotted #9C9C9C;
	padding:4px 5px;
}
table.boxTableforms td.title {
	text-align:right;
	text-weight: bold;
	width:35%;
}
table.boxTableforms td.data {
	text-align:left;
	width:65%;
}
.forminputbox {
	background:#FFFFFF none repeat scroll 0 0;
	width: 300px;
	border:1px solid #CCCCCC;
	padding:2px;
}
.forminputbox:hover, .forminputbox:focus {
	background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #999999;
}
.focus {
	background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #999999;
}

/* login / register validations */

.panel {
	clear: both;
	display: none;
	border: 3px solid #255EA8;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}
#tabs li {
	float: left;
}
#tabs a {
	float: left;
	padding: 5px;
	margin-left: 6px;
	border: 1px dotted #9C9C9C;
	border-bottom: 0px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #255EA8; 
}
#tabs a.active-tab {
	background-color: #255EA8;
	border: 1px dotted #9C9C9C;
	border-bottom: 0px;
	padding: 5px;
	color: #FFFFFF;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #000000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFFFFF;
	width: 296px;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
label { font-weight: bold; }
.form-row { float: left; clear: both; padding: 5px; }
.form-row .field-title { float: left; padding-right: 5px; width: 160px; text-align: right; }
.form-row .field-data{ float: left; width: 320px; }

/* MENUS */
.menuitemOff {
	color:#000000; 
	background: #E6E6E6 url(/images/h3-bg-blue.gif) repeat scroll 0 0;
	font-weight:bold;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border:1px solid #FFFFFF; 
	padding: 2px 8px 2px 8px; 
	width: 131px;
}
.menuitemOn {
	color: #959595;
	background: #D2D0D0 url(/images/h3-bg-blue.gif) repeat scroll 0 0;
	font-weight:bold;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border:1px solid #FFFFFF; 
	padding: 2px 8px 2px 8px; 
	width: 131px;
}
.submenuitemOff {
	background-color: #f1f1f1;
	color: #959595;
	font-size: 11px;
	text-decoration: none;
	margin: 3px;
	padding: 1px;
	padding-right: 9px;
	border-bottom: 1px dotted #FFFFFF;
	z-index: 950;
	text-align: left;
}
.submenuitemOn {
	background-color:#F1F1F1;
	color:#000000; /*AD042A;*/
	font-size:11px;
	text-decoration: none;
	margin: 3px;
	padding: 1px;
	padding-right: 9px;
	border-bottom:1px dotted #FFFFFF;
	z-index: 950;
	text-align: left;
}