body, td {
	margin:0px;
	background-color:white;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
}

td.top {
	background-image:url('../images/top_bg.gif');
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	background-color:#FFFF99;
	width:100%;
	height:80px;
}
	
td.gray_hilite{
	background-color:#ABABAB;
	width:100%;
	height:1px;
}
	
td.gray_lowlite{
	background-color:#6F6F6F;
	width:100%;
	height:1px;
}

td.sidenav{
	width:160px;
	padding:12px;
	vertical-align:top;
	color:white;
	font-size:11px;
}

td.sidenav, td.sidenav_title, td.sidenav_selected, td.sidenav_title_selected, a.sidenav_title, a:visited.sidenav_title{
	background-color:#333333;
	padding-bottom:0px;
	padding-left:6px;
	padding-top:6px;
	padding-right:0px;
	font-size:11px;
	color:white;
}

a.sidenav_title{
	padding-left:-12px;
}

td.sidenav_title, td.sidenav_title_selected{
	font-weight:bold;
	text-decoration:none;
}

td.sidenav_selected, td.sidenav_title_selected{
	color:yellow;
	text-decoration:none;
	font-weight:bold;
}

a:hover.sidenav, a:hover.sidenav_title{
	color:yellow;
}

td.main{
	background-color:white;
	padding:18px;
	vertical-align:top;
	font-size:11px;
	line-height:18px;
}

td.topnav, td.topnav_selected{
	font-weight:bold;
	color:white;
	text-align:center;
	padding:2px;
	border-style:solid;
	border-width:0 1 0 1;
	border-color:#ABABAB #ABABAB #6F6F6F #6F6F6F;
	font-size:11px;
}

a.topnav, a:visited.topnav{
	color:white;
	text-decoration:none;
}

a.sidenav, a:visited.sidenav{
	color:white;
}

a:hover.topnav, a:hover.sidenav{
	color:yellow;
}

td.topnav{
	background-color:#CC0000;
}

td.topnav_selected{
	background-color:#006600;
}

td.header, td.info{
	text-align:left;
	padding-right:12px;
	vertical-align:top;
	line-height:normal;
	border-style:solid;
	border-width:0 0 1 0;
}

th, td.header{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	border-color:#CC0000;
	border-style:solid;
	border-width:0 0 2 0;
	padding-right:12px;
	text-align:left;
}

th.center{
	text-align:center;
}

th.standings(
	text-align:left;
}

td.info, td.info-center{
	padding-top:4px;
	padding-bottom:4px;
	border-color:#333333;
	padding-right:12px;
}

td.info-center{
	border-style:solid;
	border-width:0 0 1 0;
	text-align:center;
}

a.info{
	font-weight:bold;
	color:blue;
}

a:hover{
	color:#CC0000;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}


h2{
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

td.schedule, td.schedule-left, td.standings{
	border-style:solid;
	border-color:black;
	border-width:0 1 1 0;
	padding:4px;
}

td.schedule-left {
	border-width:0 1 1 1;
}

th.schedule, th.schedule-left {
	background-color:#CC0000;
	color:white;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	border-style:ridge;
	border-width:2 2 2 0;
	border-color:#CCCCCC;
}

th.schedule-left {
	border-width:2 2 2 2;
}

td.division, td.toplink, a.toplink{
	color:black;
	border-style:solid;
	border-color:black;
	border-width:0 0 1 1;
	padding:4px;
	background-color:#FFFF99;
	font-weight:bold;
}

td.toplink, a.toplink {
	border-width:0 1 1 0;
	font-weight:normal;
	text-align:right;
	color:black;
} 

td.spacer{
	border-style:solid;
	border-color:black;
	border-width:0 0 1 0;
	padding:4px;
}

.footer{
	font-size:9px;
}

td.red {
	background-color:#CC0000;
}

input.btn {
	background-color: 006600;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}