div#sports h1 {
	font-size: 13px;
}

div#sports h2,div#sports h3 {
	background-color: #484848;
	font-size: 11px;
	color: white;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 2px;
}

div#sports h2 {
	border-bottom: 2px solid #919191;
}

div#sports h2 a {
	float: right;
}

div#sports h2 a img {
	vertical-align: bottom;
}

div#sports div.sportList,div#sports div.seriesSelect {
	background-color: #eaeaea;
}

div#sports div.seriesSelect select {
	width: 120px;
}

div#sports div.sportList ul {
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

div#sports div.sportList a {
	font-size: 12px;
	color: #ca0001;
	text-decoration: underline;
}

div#sports div.seriesSelect {
	margin-bottom: 15px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div#sports th,div#sports td {
	text-align: left;
	padding-left: 5px;
}

div#sports td.score,div#sports th.score {
	text-align: center;
}

div#sports td.teams {
	font-weight: bold;
	width: 180px;
}

div#sports td.date {
	width: 100px;
}

div#sports table.games,div#sports table.standings {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

div#sports tr.odd {
	background-color: #ebebeb;
}

div#sports tr.even {
	background-color: #f2f2f2;
}

div#sports table.search {
	width: 100%;
	border: 0;
	background: #eaeaea;
	border-collapse: collapse;
	margin-top: 10px;
}

div#sports table.search a {
	font-weight: bold;
	text-decoration: underline;
}

div#sports table.search td {
	vertical-align: bottom;
}

div#sports table.search td.from,div#sports table.search td.to {
	width: 80px;
}

div#sports table.search td.fromC,div#sports table.search td.toC {
	padding-left: 0px;
	width: 40px;
}

div#sports table.search img {
	vertical-align: bottom;
}

div#sports table.search td.submit {
	text-align: right;
}

div#sports table.search td {
	padding: 10px;
}

div#sports table.standings tr.headers {
	background-color: #d1d1d1;
}

div#sports table.standings tr.headers th {
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
}

div#sports table.standings td.teamName {
	font-weight: bold;
}



.hhsports-menu
{
	width: 140px;
	background: #e6eef5;
	border-bottom: 2px solid #416194;
}

.hhsports-menu select
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #416194;
}

.hhsports-menu ul
{
	padding:0;
	margin:0;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
}
.hhsports-menu ul li
{
	margin-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #416194;
}

.hhsports-menu ul li a
{
	font-weight: bold;
	color: #416194;
	text-decoration: underline;
}

.hhsports-menu ul li a.sel
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hh input, select
{ 
	border: 0px solid #000088;
	background: #ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color: #000000;
}
