/* Main Site CSS */
body{
	background-color:#efeee8;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body.mceContentBody {
   background: #FFF;
}

input, select, textarea{
	font-size:9px;
}

h1{
	color: #0E5C86;
	font-variant:small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	color:#BD4F14;
}

ol li{
	/*padding:1px;
	margin:1px;*/
	/*border-bottom:1px dashed black;*/
}

ol{
	padding:1px;
	margin-left:28px;
}

#header {
	position:absolute;
	width:100%;
	height:84px;
	z-index:1;
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	background-color:#08354d;
	left: 0px;
	top: 0px;
	padding:0;
}

#navBar {
	position:absolute;
	width:100%;
	height:37px;
	z-index:2;
	left: 0px;
	top: 84px;
	background-image:url(images/navbar.jpg);
	background-repeat:repeat-x;
	padding:10px 0 0px 5px;
	font-size:12pt;
	font-weight:bold;
}

#navBar a{
	text-decoration:none;
	color:#333333;
}

#navBar a:hover{
	text-decoration:underline;
	color:red;
}

#mainBody {
	position:relative;
	width:800px;
	min-height:716px;
	z-index:3;
	left: 42px;
	top: 123px;
	background-color:#FFFFFF;
	border:1px solid #79ccf5;
	padding:0px 5px 0 5px;
}

#bottom{
	width:100%;
	position:relative;
	top:125px;
	text-align:left;
	background-image:url(images/navbar.jpg);
	background-repeat:repeat-x;
	height:37px;
	padding:10px 0 5px 5px;
	left: 0px;
	font-size: 10px;
	font-weight: bold;
}

#vote {
	position:absolute;
	width:180px;
	height:269px;
	z-index:4;
	left: 858px;
	top: 123px;
	background-color:white;
	border:1px solid #79ccf5;
}
#ads {
	position:absolute;
	width:180px;
	height:442px;
	z-index:4;
	left: 858px;
	top: 397px;
	background-color:white;
	border:1px solid #79ccf5;
}

#head{
	width:100%;
	background-color:#08344D;
	height:25px;
	color:white;
	font-weight:bold;
	font-size:11pt;
	vertical-align:middle;
	text-align:center;
	padding-top:5px;
	background-image:url("images/bluegray-head.jpg");
	background-repeat:repeat-x;
	background-position:middle;
}

#com{
	width:200px;
	margin:21px;
	border:1px dashed black;
	background-color: #CCCCCC;
	float:left;
}

#upcoming{
	width:400px;
	margin:0 auto;
	border:1px dashed black;
	background-color: #CCCCCC;
}

#host{ 
	width:99%;
	margin:0px;
	border:1px dashed black;
	/*background-color: #CCCCCC;*/
}

#webhost{ 
	width:99%;
	margin:0px;
	border:1px dashed black;
	/*background-color: #CCCCCC;*/
	margin:0 auto;
	width:305px;
}

label{
	font-weight:bold;
	color:#003366;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.label{
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table th{
	background-image:url("images/gray-table.jpg");
	background-repeat:repeat-x;
}
/*
.cool{
	border: 1px solid #CCCCCC;
	background-color:#999999;
}

.cool td{
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}*/

.cool{
	background-color:#CCCCCC;
	border:1px solid #333333;
	empty-cells:hide;
}

.cool td{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:4px;
	margin:0px;
}

.cool th{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

#sites{
	background-color:#CCCCCC;
	border:1px solid #333333;
	empty-cells:hide;
}

#sites td{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:4px;
	margin:0px;
}

#sites th{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

#messages{
	color:red;
	font-weight:bold;
	text-align:center;
}