@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background:url(/img/shell/centerbkg.jpg);
	background-repeat:repeat-x;
	/*background-attachment:fixed;*/
	background-position:center;
	background-position:top;
	background-color: #51c1e7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.headertext {
	color:#2c2421;
	font-weight:bold;
	font-size:16px;
	
}

.medBLK {
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.titleLink {
	color:#000;	
}

.whiteLink {
	color:#FFF;	
}

.eventFeature {
	background-color: #eccf7d;
	padding: 5px;
	width:250px;
	height:60px;
	
}

.gap {
	width:250px;
	height:3px;
	
}

.whitebox {
	background:url(/img/whitebox/whitebox_bkg.png);
	background-repeat:repeat-y;
	background-position:top;
	width: 828px;
}

.divfade {
	background-color: black;
	
	color:#FFF;
}

.navlink {
	color:#FFF;
	font-weight:bold;
}
a:hover {
	color:#F00;
	font-weight:bold;
}

/* LIGHTBOX EFFECT */
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 
.white_content {
	display: none;
	position: fixed;
	top: 20px;
	left: 25%;
	width: 50%;
	height: 480px;
	padding: 10px;
	border: 5px solid #999;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.closeME {
	color:#000;
	font-weight:bold;
}

/* END LIGHTBOX EFFECT */






