/*
	red: rgb(176,25,32)
	blue: rgb(64,79,98)
	
	red:#b01920;
	blue:#404f62;
*/


#content {
	z-index:50;
	position:absolute;
	top:138px;
	width:960px;
	left:0px;
	height:700px;
	border-left:1px solid #e8e8e8;
/*	border-right:1px solid #ccc;*/
}
#col1 {
	position:absolute;
	top:165px;
	width:250px;
	left:0px;/*0px;*/
	background:#eee;
    height:390px;
	/*background-image:url(../images/sidebar_bg.png);*/
	border-top:10px solid #eee;
}
#col2 {
	position:absolute;
	top:0px;
	width:300px;
	left:660px;/*250px;*/
	height:565px;
	border-top:1px solid #e8e8e8;
/*	background:#446688;*/
}
#col3 {
	position:absolute;
	top:0px;
	width:410px;
	left:250px;/*550px;*/
	height:698px;
	background-color:#fff;/*#b0b0b0;*/
	border-top:1px solid #e8e8e8;
}
#col1 h2, #col2 h2, #col3 h2 {
	height:32px;
	line-height:32px;
	background-image:url(../images/subhdrbg.png);
	background-repeat:repeat-x;
	font-style:italic;
	text-align:center;
	font-size:14px;
	color:rgb(64,79,98);
	margin:0;
}
#col1 h3, #col2 h3, #col3 h3 {
	font-style:italic;
	text-align:center;
	font-size:14px;
	color:rgb(64,79,98);
	margin:4px;
/*	border-top:1px solid #cccccc;*/
}

#sked {
 position: absolute;
 top: 4px;
 left: 0;
 width: 250px;
 height: auto; /*220px*/
}
#sked table {
 border-collapse: collapse;
 border: 1px solid rgb(255,191,89);
}

#sked td {
 font-family: verdana, sans-serif;
 font-size: 12px;
 color: rgb(64,79,98);
 text-align:center;
/* height:26px;*/
 border: 1px solid rgb(255,191,89);
}
#sked a {
	color:#888;
	font-size:10px;
	text-decoration:none;
}
#sked a:hover {
	color:rgb(176,25,32);
	text-decoration:underline;
}
.cal_hdr {
 font-weight: bold;
 color: #888888;
}
.today {
 background-color:#BD2939;
 color:#ffffff;
 font-weight:bold;
}

#sidebar {
	position:absolute;
	top:0px;
	left:0;
	width:230px;
	height:300px;
/*	background:#fff;*/
	font-size:11px;
}
#sidebar form {
	display:inline;
}
#sidebar select {
	font-family:verdana,"luxi sans";
	font-size:11px;
}
#sidebar h2 {
	border-top:1px solid rgb(64,79,98);
	font-style:italic;
	text-align:center;
	font-size:14px;
	color:rgb(64,79,98);
	margin:0;
}
#sidebar a {
	font-size:11px;
	color:#333;
	text-decoration:underline;
}
#sidebar a:hover {
	color:#cc0000;
	text-decoration:underline;
}
#results {
 position: absolute;
	top:0px;
	left:0px;
	width:250px;
}
#stats {
 position: absolute;
	top:116px;
	left:0px;
	width:250px;
}
#stats table {
 border-collapse: collapse;
 border: 1px solid rgb(255,191,89);
}
#stats tr {
	height:21px;
}
#stats td {
 font-family: arial, sans-serif;
 font-size: 11px;
 color: #333333;
 text-align:center;
 height:21px;
 border: 1px solid rgb(255,191,89);
 padding:0px 2px 0px 4px;
}

#eboard {
 position: absolute;
	top:464px;
	left:0px;
	width:300px;
	height:112px;
	background:	rgb(64,79,98);
	color:#ffffff;
	border-top:1px solid #8080a0;
}
#eboard h3 {
	border-top:0;
	color:#ffffff;
	margin-bottom:2px;
}
#eboard p {
	color:#ffffff;
	font-size:12px;
}
#eboard table {
	border:0;
}
#eboard td {
	color:#ffffff;
	font-size:11px;
}
#eboard a {
	color:#ffffff;
}
#eboard a:hover {
	color:#ffcc00;
}
#main_pix {
	position:absolute;
	top:0px;
}
#pix_label {
	position: absolute;
	top:360px;
	left:0px;
	width:290px;
	height:30px;
	background:#000;
	opacity:.8;
/*	filter: alpha(opacity=80); */
	-moz-opacity: 0.8;	
	font-size:12px;
	color:#ffffff;
	padding: 5px 0 5px 10px;
}


#crs_sum {
	overflow:hidden;
	position: absolute;
	top: 400px;
	left: 0px;
	width: 300px;
	height: 162px;
	border-top: 2px solid #000;
	font-size: 11px;
	color: #333;
}
#crs_sum h3 {
 font-size: 14px;
 font-weight: bold;
 color: #333;
 margin: 4px;
}	
#crs_sum table {
	border-collapse:collapse;
	border:1px solid #ccc;
}	
#crs_sum td {
	border:1px solid #ccc;
}	
#crs_left {
	width:150px;
	float:left;
}
#crs_right {
	width:150px;
	float:right;
}

h4 {
	text-align:left;
	font-size:12px;
	border-top:1px dotted #888888;
	color:#31316b;
	margin:8px 0 8px 0;
}

#news {
	position: absolute;
	top: 174px;/*0px;*/
	left: 0px;
	width: 400px;
	height: 510px;
	padding: 0 5px;
	background: #ffffff;
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	overflow:auto;
}
#news div.title {
  background-color:#002c7d;
  border-radius: 5px 5px 0 0;
  display:block;
  height: 20px;
  padding: 4px;
  margin-bottom: 0;
}
#news div.title h3 {
	color: #fff;
	background:none;
	margin:0;
	margin-left: 5px;

}

#news_body, #calendar_body {
	padding: 0 8px 0 8px;
	/*overflow: auto;*/
	height: auto;
}
#news h3 {
 font-family: verdana,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #446688; /*#33486c;*/
 margin-top: 1.0em;
 margin-bottom: 0px;
 text-align:left;
/* background-color:#e0e0e0;*/
/* background-color:rgb(85,107,47);*/ /*111,139,134*/
 background-color:#ffffff;
}
#news p {
 font-family: verdana,sans-serif;
 font-size: 0.9em;
 color: #333333;
 text-align:left;
 line-height:140%;
}
#news pre {
 font-family: courier new;
 font-size: 0.9em;
 color: #333333;
 text-align:left;
}
#news li{
 font-family: verdana,sans-serif;
 font-size: 0.8em;
 color: #333333;
 text-align:left;
}
#news a {
 font-family: verdana,sans-serif;
 font-size: 1.0em;
 color: #446688;
 text-decoration:none;
 line-height:140%;
}
#news a:hover {
 color: rgb(176,25,32);
 text-decoration:underline;
}
#news dt {
	padding-top:0;
	margin-top:0;
}
#news dt a {
	font-size:0.9em;
	font-weight:bold;
	color:rgb(176,25,32);
	border-bottom:2px;
}
#news dt a:hover {
	color:rgb(64,79,98);
}
dd {
	font-size:0.9em;
/*	border-bottom:1px dotted #cccccc;*/
	padding-bottom:12px;
	margin-left:16px;
}

#my_dvoa {
	position: absolute;
	top:0px;/*400px;*/
	left:-250px;
	width:660px;/*410px;*/
	height:140px;
	background:#fff;
	font-size:11px;
	color:#666666;
	padding-top:0px;
	border-top:1px solid #ccc;
}
#my_dvoa table {
	border-collapse:collapse;
	border:1px solid #ccc;
}
	
#my_dvoa h5 {
	font-style:italic;
	text-align:center;
	font-size:14px;
	color:rgb(64,79,98);
	margin:2px 0 4px 0;
}
#my_dvoa a {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
#my_dvoa a:hover {
	color:#c00;
}

#ad {
 position: absolute;
	top:400px;
	left:0px;
	width:410px;
	height:144px;
 font-size:12px;
 color:#333333;
 text-align:center;
/* background-image:url(../images/ad_bg.png);
 background-repeat:repeat-once;*/
  background:#ffcc33;

 border-top:1px solid rgb(176,25,32);
 border-left:1px solid rgb(176,25,32);
 border-right:1px solid rgb(176,25,32);
}	
#ad h3 {
	font-size:14px;
	color:#404040;
	border-top:0;
	margin-top:24px;
}
#ad p {
	font-size:12px;
	text-align:center;
}

#pix_bar {
	position: absolute;
	top: 565px;
	left: 0px;
	width: 960px;
	height: 117px;
/*	border-top: 1px solid #888;
border-bottom: 1px solid #000000;*/	
	font-size: 8px;
	vertical-align: middle;
	background-color: #fff;
	overflow:hidden;
}

#footer {
	position:absolute;
	/*top:694px;*/
	bottom:0;
	left: 0;
	width:960px;
	height:16px;
	background: #B01920;
/*	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;	*/
	color:#ffffff;
	text-align:left;
	font-size:11px;
}
#footer a {
	font-size:11px;
	color:#e0e0e0;
}
#footer a:hover {
/*	color:rgb(176,25,32);*/
	color:#ffcc00;
}
	




/* following styles for popup cal data (ajax) */
#popup {
	background:#d15000; /*#ffa500;*/
	font-family:verdana,sans-serif;
	font-size:12px;
	color:rgb(255,255,255);
/*	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
*/}
#popup table {
 border-collapse:collapse;
 border: 1px solid rgb(64,79,98); /*#000000;*/
}	
#popup th {
	background:rgb(64,79,98); /*#334466;*/
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:rgb(255,255,255);
}	


img.transOFF {
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
img.transON  {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#socialnet {
	position: absolute; 
	top: 10px; 
	right: 0px; 
	width: 280px; 
	height: 80px; 
	background: #eee; 
	padding: 10px; 
	text-align: center;
	border-radius: 10px;}