body {
	font-family:verdana;
	font-size:12px;
	background: #edc0ad url('/images/gradient.gif') repeat-x top;
}

.wrapper {
	width:974px;
	margin:auto;
	background:#FFF;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

.heading {
	position:relative;
	margin:auto;
	width:974px;
	height:108px;
}

.menu_wrapper {
	position:absolute;
	top:67px;
	left:2px;
	width:968px;
	height:30px;
	background:url('/images/menubg.gif');
	border:1px solid #c2c2c2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.top_ad {
	position:absolute;
	top:3px;
	left:85px;
	height:60px;
	width:468px;
}

.next_fixture {
	border:1px solid #ccc;
	width:968px;
	margin:2px;
	background:url('/images/menubg.gif');
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.subheader {
	display:block;
	border-top:4px solid #ccccce;
	border-bottom:1px solid #ccccce;
	background:#e2e2e2;
	color:#1f5b9c;
	font-weight:bold;
	font-size:13px;
	padding:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.small {
	font-size:11px;
}

.shadow {
	background:url('/images/inputbg.gif') no-repeat;
	border:1px solid #999;
	padding-left:5px;
}

.submit {
	border:1px solid #999;
	font-size:11px;
	color:#444;
	background:url('/images/submitbg.gif') top repeat-x #D0D1D0;
	cursor:pointer;
}

.error {
	color:red;
	font-weight:bold;
}

.flag {
	border:1px solid #000;
	height:13px;
	width:19px;
}

.homeflag {
	float:right;
	margin-left:2px;
}

.awayflag {
	float:left;
	margin-right:2px;
}

.tableheading > td {
	background:#666;
	color:#FFF;
}

.standings td {
	text-align:center;
}

.odd td {
	background:#EEE;
}

.user td {
	background:#ff6666;
}

a:link,a:visited {
	text-decoration:underline;
	color:#d66f43;
}

a:hover {
	text-decoration:none;
}

a.topnav:link,a.topnav:visited {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding-right:16px;
	padding-left:16px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:23px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

a.topnav:hover {
	background:#d66f43;
	color:#FFF;
}

a.sidenav:link,a.sidenav:visited {
	display:block;
	border-bottom:1px solid #CCC;
	color:#000000;
	text-decoration:none;
	padding:2px;
	line-height:19px;
}

a.sidenav:hover {
	background:#d66f43;
	color:#FFF;
}

a.standings:link,a.standings:visited {
	text-decoration:underline;
	color:#000;
}

a.standings:hover {
	text-decoration:none;
}