ul.scorecard {
	list-style: none;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	}
ul.scorecard li a {
	margin-top: -3px;
	padding-top: 3px;
	width: 209px;
	height: 42px;
	display: block;
	text-decoration: none;
	}
ul.scorecard li.baseball a {
	background: url('../images/styles/scorecard_bseb_off.gif') top right no-repeat;
	}
ul.scorecard li.baseball a:hover {
	background: url('../images/styles/scorecard_bseb_on.gif') top right no-repeat;
	}
ul.scorecard li.basketball a {
	background: url('../images/styles/scorecard_bskt_off.gif') top right no-repeat;
	}
ul.scorecard li.basketball a:hover {
	background: url('../images/styles/scorecard_bskt_on.gif') top right no-repeat;
	}
ul.scorecard li.crosscountry a {
	background: url('../images/styles/scorecard_cros_off.gif') top right no-repeat;
	}
ul.scorecard li.crosscountry a:hover {
	background: url('../images/styles/scorecard_cros_on.gif') top right no-repeat;
	}
ul.scorecard li.football a {
	background: url('../images/styles/scorecard_ftbl_off.gif') top right no-repeat;
	}
ul.scorecard li.football a:hover {
	background: url('../images/styles/scorecard_ftbl_on.gif') top right no-repeat;
	}
ul.scorecard li.golf a {
	background: url('../images/styles/scorecard_golf_off.gif') top right no-repeat;
	}
ul.scorecard li.golf a:hover {
	background: url('../images/styles/scorecard_golf_on.gif') top right no-repeat;
	}
ul.scorecard li.hockey a {
	background: url('../images/styles/scorecard_hcky_off.gif') top right no-repeat;
	}
ul.scorecard li.hockey a:hover {
	background: url('../images/styles/scorecard_hcky_on.gif') top right no-repeat;
	}
ul.scorecard li.soccer a {
	background: url('../images/styles/scorecard_sccr_off.gif') top right no-repeat;
	}
ul.scorecard li.soccer a:hover {
	background: url('../images/styles/scorecard_sccr_on.gif') top right no-repeat;
	}
ul.scorecard li.swimming a {
	background: url('../images/styles/scorecard_swim_off.gif') top right no-repeat;
	}
ul.scorecard li.swimming a:hover {
	background: url('../images/styles/scorecard_swim_on.gif') top right no-repeat;
	}
ul.scorecard li.tennis a {
	background: url('../images/styles/scorecard_tens_off.gif') top right no-repeat;
	}
ul.scorecard li.tennis a:hover {
	background: url('../images/styles/scorecard_tens_on.gif') top right no-repeat;
	}
ul.scorecard li.track a {
	background: url('../images/styles/scorecard_trck_off.gif') top right no-repeat;
	}
ul.scorecard li.track a:hover {
	background: url('../images/styles/scorecard_trck_on.gif') top right no-repeat;
	}
ul.scorecard li.volleyball a {
	background: url('../images/styles/scorecard_voly_off.gif') top right no-repeat;
	}
ul.scorecard li.volleyball a:hover {
	background: url('../images/styles/scorecard_voly_on.gif') top right no-repeat;
	}
ul.scorecard span.score {
	margin: 0px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 19px;
	color: #2e2e2e;
	vertical-align: bottom;
	}
ul.scorecard span.score a {
	color: #2e2e2e;
	}
ul.scorecard span.subtext {
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	/* color: #b4b4b4; */
	color: #d4d4d4;
	}
ul.scorecard span.subtext a {
	color: #b4b4b4;
	}
div#hidden-preload {
	display: none;
	}
div#hidden-preload img {
	height: 1px;
	width: 1px;
	}
