.bold {
	font-weight: bold;
}

#gameMainContainer{
	float:left;
	_width:75%;
	margin:5 0;
}

#gameMainContainerBottom{
	width: 75%;
	float:left;
	height:8px;
}
#gameMainContainerBottom hr{
	display:none;
}


#gameMainContainerSub{
	width:750px;
}


#genericContainer{
	display:inline;
	height:1px;
}

#gameInfoLowerContainer{
	float:left;
	_width:85%;
	display:inline;
	padding: 5 14;
}

html>body #gameInfoLowerContainer{
	width:725px
}


/********** top mini scoreboard and link tabs **************/

	#gameInfoGameScoreboard {
		width: 85%;
		float: left;
		display: block;
		height: 80px;
		text-align: center;
		/* border: 1px solid #DBDBDB; */
		position: relative;
		top: 0px;
	}
	
	.teamLogoTop {
		width: 80px;
		height: 64px;
	}
	
	.gI_topBoxVisitorTeam, .gI_topBoxHomeTeam {
		width: 96px;
		height: 50px;
		position: relative;
		border: 1px solid #DBDBDB;
		margin: 10px 3px 0px 0px;
		vertical-align: middle;
	}
	
	div.gI_topBoxVisitorTeam, div.gI_topBoxScores {
		float: left;
	}
	
	div.gI_topBoxVisitorTeam {
		margin-left: 3px;
	}
	
	div.gI_topBoxHomeTeam {
		float: right;
	}
	
	div.gI_topBoxScores {
		margin: 10px 0px 0px 12px;
		width: 400px;
	}
	
	table.miniBoxscore * {
		font-size: 12px;
		font-family: tahoma;
	}
	
	table.miniBoxscore tr td.ot {
		font-size: 9px;
	}
	
	table.miniBoxscore {
		height: 80px;
		border-collapse: collapse;
	}
	
	tr.msTitle  * {
		background-color: #DEE7ED;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	tr.msTeam a {
		color: #000000;
	}
	
	tr.msTeam a.win {
		color:#F65317;
	}
	
	tr.msTeam a:hover {
		color: red;
	}
	
	table.miniBoxscore tr th {
		width: 165px;
		padding-left: 5px;
		border-right: 1px solid #DBDBDB;
		border-bottom: 1px solid #DBDBDB;
	}
	
	table.miniBoxscore tr.msFooter th, table.miniBoxscore tr.msFooter td{
		border-bottom: 0px;
	}
	
	
	table.miniBoxscore tr td {
		border-bottom: 1px solid #DBDBDB;
	}
	
	div.bigScore {
		position: absolute;
		top: 15px;
		width: 100px;
		text-align: center;
		color: #000000;
		font-family: arial;
		font-size: 28px;
		font-weight: bold;
		left: 0px;
	}
	

.teamLogoTop p { display: block; }	
	
	#printOnly {
		display: none;
	}
/********** END top mini scoreboard and link tabs **************/

/* end of game stats */

#endStatsContainer {
	  margin-top: 5px;
	  display:block;
	  height:75px;
}
.endStatHdr dt{
	width: 100%;
	height: 15px;
	background:url(/images/gameInfo/scoreboard/team_score_pregame_center.gif) repeat-x top left;
	font-weight:bold;
}
.endStatHdr dd {
	border-bottom: 1px dashed #cccccc;
	padding: 0px 0px 0px 5px;
	margin: 0;
}
.dashed {
	border-bottom: 1px dashed #cccccc;
}

#tFoul{

	position: relative;
	width:49%;
	float: left;

}

#leadTies{

	position: relative;
	margin: 0px 0px 0px 10px;
	width:49%;
	float: left;
	text-align:left;

}
#latestTopic{
	min-height:70px;
}


td.sm_nattvbrd{
	padding:2px;
	padding-left:5px;
}


/********************** arena stats begin ******************************/

#arenaContainer {
	width: 460px;
}

#arenaStats{
	margin: 0;
	padding: 0 5;
}
#arenaStats dt {
	width: 75px;
	float: left;
	font-weight: bold;
	color:#9e9e9e;
}

/* commented backslash hack for mac-ie5 \*/
#arenaStats dt { 
	clear: both; 
}
/* end hack */


#arenaStatsHdr{
	height:20px;
	font-weight:bold;
	text-index:0px;
}

/********************** arena stats end ******************************/


.printOff, .removeStyle, .emailStoryLink, .removeStyleA {
 display: none;
	width: auto;
	border: 0;
	margin: 0 0%;
	padding: 0;
	background-color:#ffffff;
	
}



