body{
 	background-color: #CCC;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/main.gif) repeat-y top center #CCC;
}
h1{
font-size: 18px;
	color: #A80002;
	margin-left: 5px;
}
h2{
	color: #0F50A3;
	margin-left: 5px;
}
h3{
	margin-left: 5px;
	margin-bottom: 0;
}
h4
{
	font-size: 13pt;
	margin: 5px 0;
}
 h5{
margin-left: 5px;
}
p{
margin-left: 5px;
}
img{
	border: 0px;
}
th{
	text-align: left;
}
#container{
	width: 970px;
	
	margin: 0 auto;
	
}

#header{
	background: url(../images/header.gif) repeat-x bottom #7DB4EA;
	height: 180px;
	width: 940px;
	margin: 0 15px;
}

#headerAdmin{
	background: url(../images/header.gif) repeat-x bottom #7DB4EA;
	height: 143px;
	width: 940px;
	margin: 0 15px;
}

#logo{
	float: left;
	
}

#nav
{	
	font-size: 10px;
	text-align: center;
	width: 690px;
	height: 21px;
	float: left;
	margin-top: 27px;	
}

#navAdmin
{	
	font-size: 10px;
	text-align: center;
	width: 690px;
	height: 21px;
	float: left;
	margin-top: 90px;	
}

#subnav
{
	margin-top: 3px;
	font-size: 8px;
	text-align: center;
	width: 690px;
	height: 21px;
	float: left;	
}
#subsubnav
{
	margin-top: 6px;
	margin-left:250px;
	font-size: 8px;
	text-align: center;
	width: 690px;
	height: 21px;
	float: left;	
}

#nav ul, #subnav ul, #navAdmin ul, #subsubnav ul
{
	padding: 0;
	padding-left: 15px;
	margin-left: 0;
	margin-top: 0;
}


#nav li, #navAdmin li
{
	text-align: center;
	float: left;
	padding-top: 3px;
	width: 93px;
	list-style-type:square;
	list-style-image: url(../images/nav_ball.gif);
	font-size: 10px;
	height:100%;
}

#subnav li, #subsubnav li
{
	text-align: center;
	float: left;
	padding-top: 3px;
	width: 93px;
	list-style-type:none;
	font-size: 10px;
	height:100%;
}

#nav a:link, #nav a:visited, #nav a:active,
#navAdmin a:link, #navAdmin a:visited, #navAdmin a:active
{
	text-decoration: none;
	color: #FFF;
	
	
}
#nav a:hover, #navAdmin a:hover
{
	
	color: #F00;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #A80002;
	
}
a:hover
{
	
	color: #7DB4EA;
	
}

#screenshot{
	float: right;
	border: 1px solid #CCC;
}
#screenshot img{
	margin: 5px;
		border: 1px solid #999;
}


#main{
	
	margin: 20px 25px;
}
#footer{
clear: both;
}
.pod{
	width: 195px;
	margin-left: 10px;
	float: right;
}
.podTop{
	
	background: url(../images/pod_top.gif) no-repeat;
	padding-top: 9px;
}
.podBody h3{
	color: #FFF;
	font-size: 12px;
	margin: 0 4px 0 4px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #4480C5;
	background-color: #3D95EA;
}
.podBody table
{
	margin-left: 10px;
	font-size: 10px;
}
.podBody{
	background: url(../images/pod_body.gif) repeat-y;
}
.podBottom{
	height: 14px;
	background: url(../images/pod_bottom.gif) no-repeat;
	
}

a.tab:link, a.tab:active, a.tab:visited, a.tab:hover
{
	width: 130px;
	text-align:center;
	color: #000;
}
ul#tabs
{
	
	padding: 0;
	margin-bottom: 0;
	
	margin-left: 0;
	margin-top: 0;
	
}
ul#tabs li
{
	
	width: 100px;
	list-style-type:none;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: #CADBEA;
	float: left;
	margin: 0;
	padding: 3px;
}
ul#tabs li.start
{
	width: 3px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #F3F3EC;
	background: none;
}
ul#tabs li.fill
{
	width: 30px;
	border-left: 1px solid #999;
	border-right: none;
	border-top: 1px solid #F3F3EC;
	background: none;
}
ul#tabs li.active
{
	
	background: none;
	border-bottom: #F3F3EC; 
	border-left: 1px solid #999;
	font-weight: bold;
}
ul#tabs li.games
{
	clear:left;
	background: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding: 0px;
	width: 590px;
	
}
ul#tabs li.games div
{
	margin: 10px;
}



#message
{
	border: 1px solid #A80002;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cellname 
{
	width: 200px;
	
}
.smallText{
	font-size:8pt;
}

.adminLink{
	width: 200px;
	float: right;
	text-align: right;
}
#logout{
	position:relative;
	top: -80px;
	left: 250px;
	width: 680px;
	text-align: right;
	color: #FFF;
}
#logout .user
{
	color:#FFCC00;
	padding-right: 5px;
	border-right: 1px dotted #FFF;
}
#logout a:link, #logout a:active, #logout a:visited{
	color: #FFF;
}
#logout a:hover{
	color: #A80002;
}

#teaminfo{
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#teaminfo table{
	border: 1px solid #CCC;
}

#teamresults{
	float: left;
	width: 450px;
	border-right: 1px dotted #CCC;
	padding-right: 10px;
}
#teamresults thead td,#teaminfo thead td,
#teamresults h3,#teaminfo h3
{
	border: 3px double #FFF;
	background-color: #518CCE;
	color: #FFF;
	font-weight: normal;
	font-size: 10pt;
}
#teamresults h3,#teaminfo h3
{
padding: 3px;
}
tr.highlight td{
	background-color: #EFA4A7;
}

.yellow{
	height: 16px;
	width: 16px;
	background-color:#FF0;
	border: 1px solid #666
}
.red{
	height: 16px;
	width: 16px;
	background-color:#C00;
	border: 1px solid #666
}

.person{
	float: left;
	width: 295px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.person .title{
	font-weight:bold;
}
tr.header td {
	border-bottom: 1px solid #BBB;
	font-weight:bold;
}
.border td
{
	border-bottom: 1px dotted #CCC;
}

.leaderboard{
	width: 100%;
	border: 1px solid #666;
}
.leaderboard img{
	margin: 5px;
	margin-right: 10px;
	float:left;
	border: 1px solid #999;
}
.medrect{
	width: 310px;
	border: 1px solid #666;
}
.medrect img{
	margin: 5px;
	margin-right: 10px;
	border: 1px solid #999;
	
}

.vertical{
	width: 100%;
	border: 1px solid #666;
}
.vertical img{
	margin: 5px;
	margin-right: 10px;
	float:left;
	border: 1px solid #999;
}

.screenshot
{
	float:left; 
	margin-right: 10px;  
	margin-bottom: 10px; 
	padding: 10px; 
	border: 1px solid #CECECE; 
	background-color: #EFEFEF;
}

.advertisementPoints
{
	width: 380px;

}
.pricing
{
   
	width: 330px;
	margin-left: 10px;
	
}
.pricing table
{
	border-left: 1px solid #CCC;
	padding-left: 10px;
}
