/* Dynamic CSS stylesheet for MLB.cn */

/* Header: Network logo */
#branding a {
	width: 233px; /* image-width */
	height: 55px; /* image-height */
	background-image: url(../images/logo_main-apsn.gif);
	margin-top: 28px; /* ( 100px : 2 ) - ( image-height : 2 ) + 5px */
}

/* Billboard: MLB.com logo */
#billboard a.mlb-licensee {
	width: 252px; /* image-width */
	height: 71px; /* image-height */
	background-image: url(../images/logo_mlbcom-licensee.png);
	margin: 32px auto; /* 130px - image-height : 2 */
}

/* Main website color */
.menu-navigation, #livegames { background-color: #900; }

/* Billboard: background-image */
#billboard { background: url(../images/bg_mlb_tile.gif); }

/* Scoreboard: background color & fonts color */
#scoreboard { background-color: #333; }
#scoreboard td a, #scoreboard td span { color: #fff; }
#scoreboard td span.red { color: #990000;}