#Col01ContentBlock H3 {
	font-size: 18px;
	color: #5788AD;
	margin: 0 25px;
	padding: 20px 0 5px 0;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #EEE;
}
/*#Col01ContentBlock {
	background-image: none;
}*/

/*--- Scoreboard Games ---*/
#scoreboardGames {
	margin: 0;
	float: left;
}
#scoreboardGames H4{
	font-size: 14px;
	color: #A0522D;
	margin: 0 0 0 25px;
	padding: 10px 0 0 0;
	clear: both;
}
.scoreboardItem {
	float: left;
	width: 370px;
	margin: 5px 0;
}
TABLE.scoreTable {
	background-image: url(../images/scoreboard/scoretable_bg.gif);
	width: 348px;
	margin: 0 auto;
}
TABLE.scoreTable A {
	color: #5788AD;
}
TABLE.scoreTable TD {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
TABLE.scoreTable UL {
	margin: 2px 0 6px 20px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
}
TABLE.scoreTable LI {
	margin: 0;
	padding: 0;
}
TABLE.scoreTable TD.gameStatus {
	background-image: url(../images/scoreboard/game_status_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 0 10px;
	color: #009900;
	height: 23px;
}
TABLE.scoreTable TD.gameTime {
	background-image: url(../images/scoreboard/game_time_bg.gif);
	background-repeat: no-repeat;
	padding: 3px 25px 0 0;
	text-align: right;
	color: #545454;
}
TABLE.scoreTable TD.team1,
TABLE.scoreTable TD.team2 {
	font-size: 12px;
	width: 152px;
	line-height: 12px;
	height: 29px;
}
TABLE.scoreTable TD.team1 A,
TABLE.scoreTable TD.team2 A {
	color: #3E3E3E;
}
TABLE.scoreTable TD.team1 {
	background-image: url(../images/scoreboard/game_team1_bg.gif);
	background-repeat: no-repeat;
}
TABLE.scoreTable TD.team2 {
	background-image: url(../images/scoreboard/game_team2_bg.gif);
	background-repeat: no-repeat;
}
TABLE.scoreTable TD.score1,
TABLE.scoreTable TD.score2 {
	font-size: 14px;
	color: #5788AD;
	height: 28px;
}
TABLE.scoreTable TD.score1 {
	background-image: url(../images/scoreboard/game_score1_bg.gif);
	background-repeat: no-repeat;
}
TABLE.scoreTable TD.score2 {
	background-image: url(../images/scoreboard/game_score2_bg.gif);
	background-repeat: no-repeat;
}
TABLE.scoreTable TD.features {
	background-image: url(../images/scoreboard/game_features_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 20px;
}
TABLE.scoreTable TD.teamscorer1 {
	background-image: url(../images/scoreboard/game_teamscorer1_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
TABLE.scoreTable TD.teamscorer2 {
	background-image: url(../images/scoreboard/game_teamscorer2_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
P.noItems {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #5788AD;
	margin: 0 0 0 30px;
}




