#scoreboard {
	width: 730px;
	float: left;
}

#scoreboard table{
	width: 512px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.team_logo {
	float: left;
	height: 75px;
	width: 75px;
	border: 1px solid black;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.team_name {
	width: 250px;
}

.quarter {
	text-align: center;
}

.total {
	width: 100px;
	text-align: right;
	padding-right: 3px;
}

.clock {
	width: 40px;
	text-align: right;
}

.team_row td {
	height: 30px;
}

.winner td {
	font-weight: bold;
}

/*
 * Box Score
 */

#box_score {
	margin-top: 10px;
	margin-right: 10px;
	width: 730px;
	float: left;
}

#box_score table {
	width: 100%;
	margin-bottom: 10px;
}
 
.box_score_team_abbr, .box_score_value {
	width: 80px;
	text-align: right;
}

.box_score_team_stat_title {
	font-weight: bold;
}

.box_score_team_stat_title_subitem {
	padding: 10px;
}

.position {
	font-size: 10px;
	color: #757575;
}

.box_score_player_stat_name {
	border: 0px;
}

.box_score_player_stat_name a, .box_score_player_stat a {
	color: #a03c19;
	font-size: 10px;
	text-decoration: underline;
}

.box_score_player_stat {
	border: 0px;
	width: 35px;
	text-align: right;
}

tr.my_player td {
	color: white;
	font-weight: bold;
	background-image: none;
	background-color: #81aae8;
}

tr.my_player td .position {
	color: white;
	font-weight: bold;
}

tr.my_player a {
	color: white;
}

.summary_replay {
	width: 50px;
}

.sorted_column {
	color: #004873;
	font-weight: bold;
}

/*
 * Top Performers
 */
 
#top_performers {
	float: right;
	width: 240px;
}

.top_performer {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	float: left;
}

.top_performer_content {
	padding: 6px;
}

.player_photo {
	width: 75px;
	height: 75px;
	border: 1px solid black;
	margin-right: 6px;
	float: left;
}

.top_performer_stats {
	float: left;
	width: 140px;
}

.top_performer_name {
	font-weight: bold;
	font-size: 14px;
	width: 140px;
}

#statistics {
	width: 980px;
}

/*
 * PBP
 */

#pbp {
	margin-top: 10px;
	width: 100%;
}

#pbp table {
	width: 100%;
}
 
.pbp_time_remaining {
	width: 40px;
}

.pbp_down {
	width: 68px;
}

.pbp_marker {
	width: 60px;
}

.pbp_spacer {
	height: 6px;
}

.quarter_selector {
	width: 30px;
	height: 20px;
	margin: 3px;
	float: left;
	border: 1px solid #CCCCCC;
}

.quarter_selector a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.quarter_selector a:hover {
	background-color: #757575;
	color: white;
}

.pbp_play_row_scoring td {
	font-weight: bold;
	color: blue;
}

.pbp_play_row_turnover {
	font-weight: bold;
	color: red;
}

.pbp_replay {
	width: 50px;
}

#speed_controls {
	display: none;
	visibility: hidden;
}
