/* CSS Document */

/* 

Style sheet for Sports Alert website 
Created by Jeremy Rudd
Created on 4/6/2008

Table of Contents

	1. Defaults
	2. Structure
	3. Header
	4. Banner
	5. Scoreboard Nav
	6. Scoreboard
	7. News Section
	8. Footer

/*		- 1. Defaults		*/


/*		- 6. Scoreboard		*/

div#scoreboard {
	height:70px;
	overflow:auto;
	background:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align: center;
	padding: 0px 0px 4px 4px;
}
div#scoreboard .scoreboard_game {
	width:203px;
	margin: 6px 0 0 0px;
	background:#d4d5d6;
	float:left;
	font-size:9px;
	font-weight:bold;
	line-height: 12px;
}
div#scoreboard .scoreboard_game table { width: 100%; }
div#scoreboard .scoreboard_game .scoreboard_time {
	text-align:center;
	vertical-align: middle;
	background:#000;
	color:#fff;
	width:40px;
	padding: 2px;
}
div#scoreboard .scoreboard_game .scoreboard_teams {
	text-align:left;
	padding: 2px 2px 2px 5px;
}
div#scoreboard .scoreboard_game a { font-size: 9px; }
div#scoreboard .scoreboard_game .scoreboard_scores {
	text-align:right;
	width: 20px;
	padding: 2px 5px 2px 2px;
}
div#scoreboard .scoreboard_game .data {
	/*height: 28px;*/
}


