#content{
	background:#4D4D57 url(../img/ccbg.jpg) repeat-x;
}
#content td{
	position:relative;
}
h1{
	margin:20px 10px 0;
	text-shadow:2px 2px 2px #222;
	font-size:24px;
	line-height:30px;
	color:#fafafa;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
	float:left;
	padding:0;
}
h2{
	float:left;
	clear:left;
	font-size:12px;
	color:#ddd;
	line-height:20px;
	margin:10px 10px;
}
#wlink{
	z-index:10;
	position:absolute;
	right:20px;
	top:26px;
}
#tabs{
	list-style-type: none;
	margin:20px 0 0;
	padding:0;
	width:760px;
	float:left;
	border-bottom:4px solid #0A809A;
}
#tabs li{
	float:left;
}
#tabs a{
	float:left;
	margin:0 10px;
	padding:4px 6px;
	background:#aaa;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}
#tabs a.active{
	background:#0A809A;
	color:#fff;
}
#roster{
	clear:both;
	float:left;
	width:760px;
	background:#0A809A;
	margin-bottom:40px;
}
#roster table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}
#roster th{
	font-weight:bold;
	font-size:16px;
	text-shadow:1px 1px 1px #333;
	text-align:center;
}
#roster th.note{
	font-size:10px;
	font-weight:normal;
	text-shadow:none;
	color:#fc0;
	text-align:left;
}


#roster td{
	padding:0 4px;
	margin:0;
	line-height:40px;
	font-size:14px;
	text-shadow:1px 1px 0 #333;
}

#roster span{
	font-size:16px;
	font-weight:bold;
	text-shadow:0 0 2px #222;
	color:#fc0;
}
#roster span.winner{
	font-size:30px;
	color:#fc0;
	text-shadow: 0 0 2px #fff;
}
#roster a{
	color:#efefef;
}
#roster a:hover{
	color:#fff;
	text-shadow:0 0 3px #fff;
}


.odd{
	background:#069;
}

.graph{
	float:left;
	height:20px;
	background:#fc0 url(../img/bargraph.gif);
	margin:8px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #CE7B00;
	border-bottom:1px solid #c30;
	border-top:1px solid #ddd;
}