
/* NBA styles*/
.mainBodyClass {
background-color: #140C03;
}
table.newTabbedBoxscore{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

td.ntbsCenterRow, ntbsCenterRowGray, td.ntbsRedCell, td.ntbsTeamSelectCell, td.ntbsQtr, td.ntbsTitleCenter, td.ntbsTeamSelectCell{
	text-align: center;
	width: 33%;
	padding-bottom: 2px;
}

td.ntbsRedCell{
	color: #fffffe;
	background-color: #a7c421;
}

div.ntbsRedCell{
	background-color: #a7c421;
	width: 100%;
	text-align: center;
	color:  #fffffe;
}

div.ntbsRedCell a span, div.ntbsRedCell span{
	color:  #140c03;
	font-weight: bold;
}

div.ntbsRedCell a, span.ntbsRedCell, a.ntbsRedCell{
	color:  #140c03;
	font-weight: bold;
}

td.ntbsRedText, a.td.ntbsRedText, span.ntbsRedText{
	color: #cf0908;
	font-weight: bold;
}

td.nbaTabRed *, div.NbaDivRed *, a.ntbsTeamSelectCell, span.ntbsTeamSelectCell{
	color: #fffffe;
	font-weight: bold;
}

td.ntbsTeamSelectCell a, td.ntbsTeamSelectCell a span{
	color: #cf0908;
	font-weight: bold;
}

td.ntbsTeamSelectCell{
	border-top: 0;
	padding-top:4px;
	padding-bottom:2px;
	color: #fffffe;
	text-align: center;
}

td.ntbsTitleCenter{
	background-color:#666666;
	border-top: 4px solid #333333;
	border-bottom: 1px solid #808080;
	padding-bottom: 2px;
	text-align: center;
}

div.teamStats0{
 background: #222222;
}
