/* Scoreboard */
table.scorebox {
	width: 300px;
	border: 1px solid #ff0033;
	}
tr.scorebox_header {
	background: #333366;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
tr.gow {
	background: #ff0033;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	}
tr.gow a:link { font-size: 1em; font-weight: bold ;color: #FFFFFF; text-decoration: underline; }
tr.gow a:active { font-size: 1em; font-weight: bold ;color: #FFFFFF; text-decoration: underline; }
tr.gow a:visited { font-size: 1em; font-weight: bold ;color: #FFFFFF; text-decoration: underline; }
tr.gow a:hover { font-size: 1em; font-weight: bold ;color: #333366; text-decoration: underline; background: #ff0033;  }

tr.scorebox_visitor {
	background: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
tr.scorebox_home {
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
td.team {
	width: 260px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #333366;
	text-align: left;
}
td.team a:link { font-size: 1em; font-weight: bold ;color: #333366; text-decoration: underline; }
td.team a:active { font-size: 1em; font-weight: bold ;color: #333366; text-decoration: underline; }
td.team a:visited { font-size: 1em; font-weight: bold ;color: #333366; text-decoration: underline; }
td.team a:hover { font-size: 1em; font-weight: bold ;color: #ffffff; text-decoration: underline; background: #ff0033;  }

td.calendar {
	width: 260px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #333366;
	text-align: left;
}
td.calendar a:link { font-size: 1em; text-decoration: underline; }
td.calendar a:active { font-size: 1em;  text-decoration: none; }
td.calendar a:visited { font-size: 1em; text-decoration: none; }
td.calendar a:hover { font-size: 1em; color: #ffffff; text-decoration: none; background: #ff0033;  }

td.score {
	width: 40px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #333366;
	text-align: center;
}

tr.scorebox_footer {
	background: #333366;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
tr.scorebox_footer a:link { color: #ffffff; text-decoration: underline; }
tr.scorebox_footer a:active { color: #ffffff; text-decoration: underline; }
tr.scorebox_footer a:visited { color: #ffffff; text-decoration: underline; }
tr.scorebox_footer a:hover { color: #ffffff; background: #ff0033; text-decoration: underline; }
