body {
	margin: 0px;
	background: #e1e1e1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	 }
	 
a {
	color: #C20700;
	}
	
.link_white {
	color: #FFFFFF;
	}
	
.link_active {
	color: #000000;
	text-decoration: none;
	}
	
.module_head {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 10px;
	}
	
.table_head {
	font-size: 10px; 
	font-weight: bold; 
	}
	
.table_dummy {
	font-size: 14px;
	font-weight: bold;
	}
	
.even {
	background: #edebec;
	}

.odd {
	background: #FFFFFF;
	}
	
img {
	border: none; 
	}
	
/* Content */

#content {
	width: 594px;
	height: 584px;
	}
	
#left {
	width: 288px;
	height: 282px;
	margin-left: 6px;
	}
	
#right {
	width: 294px;
	height: 282px;
	float: right;
	}
	
/* Header */
	
#header {
	width: 594px;
	background: url(images/header.gif) no-repeat;
	height: 57px;
	}

#header_game {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	text-align: right;
	}
	
#starttime {
	color: #FFFFFF;
	position: absolute;
	top: 35px;
	}

/* Navigation */

#menu a:hover {
	background-position: bottom; }
	
a img.gamestat{background: url(images/navi/gamestat.gif); }
a:hover img.gamestat{background:url(images/navi/gamestat.gif) bottom; }

a img.playbyplay{background: url(images/navi/playbyplay.gif); }
a:hover img.playbyplay{background:url(images/navi/playbyplay.gif) bottom; }

a img.players{background: url(images/navi/players.gif); }
a:hover img.players{background:url(images/navi/players.gif) bottom; }

a img.teams{background: url(images/navi/teams.gif); }
a:hover img.teams{background:url(images/navi/teams.gif) bottom; }

a img.shot_chart{background: url(images/navi/shotchart.gif); }
a:hover img.shot_chart{background: url(images/navi/shotchart.gif) bottom; }

a img.standings{background: url(images/navi/standings.gif); }
a:hover img.standings{background:url(images/navi/standings.gif) bottom; }

/* Stand */

#stand {
	margin-bottom: 6px;
	color: #FFFFFF;
	width: 288px;
	height: 74px;
	background: url(images/bg_stand.gif) no-repeat;
	}
	
#stand_live {
	margin-bottom: 6px;
	color: #FFFFFF; 
	width: 288px;
	height: 74px;
	background: url(images/bg_stand_live.gif) no-repeat;
	}
	
/* Stand small */

#stand_small {
	background: url(images/bg_stand_small.gif) no-repeat; 
	width: 322px; 
	height: 35px; 
	margin-left: 136px; 
	margin-bottom: 6px;
	color: #FFFFFF;
	}

#stand_small_live {
	background: url(images/bg_stand_small_live.gif) no-repeat; 
	width: 322px; 
	height: 35px; 
	margin-left: 136px; 
	margin-bottom: 6px; 
	line-height: 36px;
	color: #FFFFFF;
	}

.font_stand {
	font-size: 24px;
	font-weight: bold;
	}
	
.font_stand30 {
	font-size: 30px;
	font-weight: bold;}	
	


/* Game Statistics */

#gamestat {
	background: url(images/bg_module_gamestat.gif) no-repeat;
	height: 196px;
	width: 288px;
	}
	
/* Development */

#development {
	background: url(images/bg_module_development.gif) no-repeat;
	height: 276px;
	width: 288px;
	}
	
/* Play by Play */

#playbyplay_small {
	background: url(images/bg_module_playbyplay_small.gif) no-repeat;
	height: 97px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}
	
#playbyplay {
	background: url(images/bg_module_playbyplay.gif) no-repeat;
	height: 338px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}
		
#scroll {
	display:block; 
	overflow:auto;
	width: 550px;
	height: 283px;
	margin-left: 20px;
	margin-top: 6px;
	}
	
/* Players */

#players_right {
	clear: both;
	float: right;
	background: url(images/bg_module_players.gif) no-repeat;
	height: 235px;
	width: 288px;
	padding-right: 6px;
	}
	
#players_left {
	background: url(images/bg_module_players.gif) no-repeat;
	height: 235px;
	width: 288px;
	margin: 0px 0px 6px 6px;
	}

/* Teams */

#teams {
	background: url(images/bg_module_teams.gif) no-repeat;
	height: 235px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}

/* Shot Chart */

#shotchart {
	background: url(images/bg_module_shotchart.gif) no-repeat;
	height: 338px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}

#court {
	position: absolute;
	top: 160px;
	left: 50px;
	}
	
/* Standings */
	
#standings {
	background: url(images/bg_module_standings.gif) no-repeat;
	height: 338px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}	

/* Boxscores */
	
#boxscores {
	background: url(images/bg_module_boxscores.gif) no-repeat;
	height: 338px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}	

/* Footer */	
	
#footer {
	clear: both;
	width: 582px;
	margin-left: 6px; }

#imprint {
	background: #c20700;
	color:#FFFFFF;
	margin-top: 6px;
	padding: 2px 0px 2px 0px;
	}
	
/* Dummy */

#dummy {
	background: url(images/bg_module_dummy.gif) no-repeat;
	height: 379px;
	width: 594px;
	margin: 0px 0px 6px 6px;
	}
