/* global styles */

body {
	background-color: #006764;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#maincontent {
	background-image: url(images/clearback.png);
	background-repeat: repeat-y;
}
	
/* site graphics */

	div#wrapper {
		width: 100%;
		background: url(../_img/bg_body_top.gif) top left repeat-x;
	}
	div#shadow {
		width: 778px;
		margin: 0px auto;
		background:url(../_img/bg_shadow.png) top left repeat-y;
		padding: 0 50px;
	}
	div#shadow_end {
		width: 878px;
		height: 52px;
		margin: 0px auto;
		background:url(../_img/bg_shadow_end.png) top left no-repeat;
	}

.menubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menubar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menubar a:hover {
	text-decoration: none;
	color: #00AAFA;
}
.menubar a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.notice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.notice a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.notice a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.notice a:hover {
	text-decoration: none;
	color: #00AAFA;
}
.notice a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* headers */

/* ================== For Lightbox ================== */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ 
	float: right; 
	font-size: 10px;
	padding-bottom: 1px;
}
	#keyboardMsg a { 
		font-size: 10px;
		font-weight: bold;
		color: #B29C57;
		text-decoration: none;
	}

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../_img/overlay.png); }

	.top {
	background-image: url(images/top_back.jpg);
}
.sideline {
	background-image: url(images/sideline.gif);
	background-repeat: repeat-y;
}
