/* NBA Box Scores
 ---------------------------------------------------------*/
#nba-boxscores #boxscoreboard {margin-bottom: 24px;}
#nba-boxscores #boxscoreboard .scoreboard {margin: 0;}
#nba-boxscores #boxscoreboard .boxscore {
	width: 90px;
	height: 73px;
}
#nba-boxscores #boxscoreboard #away_team,
#nba-boxscores #boxscoreboard #home_team {
	float: left;
	width: 163px;
	margin: 0;
}
#nba-boxscores #boxscoreboard #away_team {padding: 4px 16px 0 20px;}
#nba-boxscores #boxscoreboard #home_team {padding: 4px 20px 0 16px;}
#nba-boxscores #boxscoreboard #away_team img {float: left; padding: 7px 6px 0 0;}
#nba-boxscores #boxscoreboard #away_team .boxscore {float: right;}
#nba-boxscores #boxscoreboard #home_team img {float: right; padding: 7px 0 0 6px;}
#nba-boxscores #boxscoreboard #home_team .boxscore {float: left;}

/* College Basketball Box Scores
 ---------------------------------------------------------*/
#ncaab-boxscores #boxscoreboard {margin-bottom: 24px;}
#ncaab-boxscores #boxscoreboard .scoreboard {margin: 0;}
#ncaab-boxscores #boxscoreboard .boxscore {
	width: 90px;
	height: 73px;
}
#ncaab-boxscores #boxscoreboard #away_team,
#ncaab-boxscores #boxscoreboard #home_team {
	float: left;
	width: 90px;
	margin: 0;
}
#ncaab-boxscores #boxscoreboard #away_team {padding: 4px 16px 0 92px;}
#ncaab-boxscores #boxscoreboard #home_team {padding: 4px 92px 0 16px;}
#ncaab-boxscores #boxscoreboard #away_team .boxscore {float: right;}
#ncaab-boxscores #boxscoreboard #home_team .boxscore {float: left;}

/* Basketball Box Scores
 ---------------------------------------------------------*/
#nba-boxscores #bb-box-score, #ncaab-boxscores #bb-box-score {
	float: left;
	width: 786px;
	padding-left: 12px;
}
#bb-box-score #away-stats, #bb-box-score #home-stats {margin-bottom: 12px;}
#bb-box-score .player-stats {
	float: left;
	width: 596px;
}
#bb-box-score .player-stats h5, #bb-box-score .team-stats h5, #bb-box-score #game-stats h5 {
	background: url(/graphics/section/boxscores/boxscore_stats_hdr_bg.gif) 0 0 repeat-x;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 23px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
}
#bb-box-score .player-stats h5 {margin: 0 1px;}
#bb-box-score .player-stats table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
#bb-box-score .player-stats th {
	background: #ccc;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#bb-box-score .player-stats td {background: #ededed; text-align: center;}
#bb-box-score .player-stats .leftalign {text-align: left; padding-left: 4px;}

#bb-box-score .team-stats {
	float: right;
	width: 183px;
	height: 100%;
}
#bb-box-score #game-stats {
	clear: both;
	float: left;
	width: 786px;
}
#bb-box-score #game-stats, #bb-box-score .team-stats {
	border: 1px solid #92894e;
	background: #c4bfa5;
	margin: 0;
	padding: 0;
	color: #3c381f;
}
#bb-box-score .team-stats .bb-team-info, #bb-box-score #game-stats #bb-game-info {padding: 5px;}
#bb-box-score .team-stats .bb-team-info p, #bb-box-score #game-stats #bb-game-info p {line-height: 1.4em;}
#bb-box-score .team-stats .bb-team-info strong, #bb-box-score #game-stats #bb-game-info strong {font-weight: bold;}

