/* Default CSS Settings */
.clear{
clear:both;
}
/* Form CSS */
form{
width:600px;
}
form p{
padding:10px;
}
form fieldset p{
padding:5px;
}
form fieldset{
margin-top:4em;
background-color:#dedede;
border:none;
border-left:5px solid #f4f9fe;
}
form legend{
background-color:#f1f1f1;
padding:5px;
font-family:'trebuchet ms',verdana;
margin-top:-31px;
margin-left:-15px;
border-left:5px solid #f4f9fe;
border-bottom:2px solid #feffed;
}
form label{
display:block;
padding-top:1em;
}
form input{
width:300px;

}
form input.checkbox{
width:auto;
}
form h2{
color:#333;
font-size:1.5em;
font-family:'trebuchet ms',verdana;
padding:5px 5px 5px 5px;
border:5px solid #f4f9fe;
}
form fieldset h3{
color:#333;
font-size:1em;
font-family:'trebuchet ms',verdana;
background-color:#f4f9fe;
padding:10px;

margin-bottom:5px;
}
form input.formButton{
float:right;
color:#333;
text-align:right;
border-bottom:2px solid #696969;
border:1px solid #969696;
background:#f4f9fe url(images/button_bg.png) right top no-repeat;
margin:5px 2px 10px 5px;
padding:5px 40px 5px 5px;
cursor:pointer;
}
form input.formButton:hover{
border:1px solid #000;
color:#000;
}
form input.formButton:focus{
background:#696969 url(images/button_bg.png) right top no-repeat;

}

form input.formButtonSmall{
color:#333;
text-align:center;
border-bottom:2px solid #696969;
border:1px solid #969696;
background:#f4f9fe url(../images/button_bg.png) right top no-repeat;
padding:5px 5px 5px 5px;
width:auto;
cursor:pointer;
}
form input.formButtonSmall:hover{
border:1px solid #000;
color:#000;
}
form input.formButtonSmall:focus{
background:#696969 url(../images/button_bg.png) right top no-repeat;

}/* CSS Document */

ul.error{
list-style-type:none;
margin:0;
padding:0;
}
ul.error li{
padding:3px;
}
.error{
display:block;
border:5px solid #FFCC33;
padding:5px;
font-family:'trebuchet ms',verdana;
}
.er_mL{
color:#17649a;
}/* Schedule Table CSS */
#schedule{
border-right:1px solid #969696;
border-top:1px solid #969696;
margin:1em auto;
padding:0;
width:100%;
border-collapse:collapse;
background-color:transparent;
}
#schedule thead th{
border-bottom:1px solid #969696;
border-left:1px solid #969696;
background:#f4f9fe url(images/table_bg.png) no-repeat;
text-align:center;
padding:.3em 1em;
font:bold 1.2em/2em Verdana,Arial,Helvetica,sans-serif;
color:#333;
}

#schedule td{
border-bottom:1px solid #969696;
border-left:1px solid #969696;
padding:.3em 1em;
text-align:center;
}
#schedule tr.odd td {
background:#f1f1f1;
}
#schedule tr.grp_shw th{
border-bottom:1px solid #969696;
border-top:1px solid #969696;
border-left:1px solid #dedede;
background-color:#feffed;
}
#schedule tr.grp_shw td{
background-color:#feffed;
}
#schedule tr.grp_no th{
border-left:1px solid #dedede;

}
/*Lightbox CSS*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 610;
	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: 550;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/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/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;
	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: 590;
	width: 100%;
	height: 500px;
	background-color: #000;
	}/* CSS Tooltips for MootoolsDocument */


.tool-tip {
	color: #fff;
	width: 239px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 350px;
	z-index: 13000;
	border:1px solid #ccc;
}
 
.custom-title {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
	background: #fff;
	border-bottom: 1px solid #D78E2F;
}
 
.custom-text {
	font-size: 1em;
	padding: 4px 8px 8px;
	background: #fff;
}
.custom-text small{
font-size:.5em;
}
.custom-tip hr{
width:100%;
margin:0px;
padding:0px;
border:none;
border-bottom: 1px solid #D78E2F;
}