.nba a {
border-right: 1px solid #243543;
width: 33px;
background-position: 0 -25px;
_margin-bottom: -12px;
}

.nba a:visited {
_margin-bottom: -12px;
}

.nbato {color: #FFFFFF}
	
.identifier{ /*the sport identifier in the header*/
margin-top: 38px;
margin-left: -32px;
height: 30px;
background: url(/covers/header/identifier_nba-trans.png) bottom right no-repeat;
}

* html .identifier { /* targeting IE6 - using filter so png transparency will work */
padding-top: -3px;
margin-top: 5px;
margin-left: 180px;
height: 60px;
width: 175px;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.covers.com/covers/header/identifier_nba-trans.png',sizingMethod='scale');
}


/* depth chart stuff*/
.depthchart {background:url(/covers/data/depth/basketball-back.gif); width: 438px; height: 396px; position: relative; margin-bottom: 15px; font-weight: bold;}

.depthchart div  {position: absolute; font-size: 11px; color: #000; width: auto; text-align:left;}

/* links on gradient background*/
.depthchart A:link {font-weight: normal;} 

.depthchart A:visited {font-weight: normal;} 

.depthchart A:hover {font-weight: normal;}

/* the following styles are for Lisa's scores and odds  */
.staticNBAActive, .staticNBAScore, .staticNBABetStatus, .staticNBAOddsLeft, .staticNBAOdds, .staticNBAStats, .staticNBAOvertimeScore, .staticNBAScoreTotal {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10px; 
height: 10px; 
line-height: 10px;
padding: 0;
margin: 0;
background-color: #ffffff;
color: #000;
text-align: left;
border: 0;}

.staticNBAActive { /* the active area - in the active cell */
width: 72px;
background-color: #2b465b;
color: #fff;
font-weight: bold;
padding: 0 0 0 1px;}

.staticNBAScore{  /* the live score numbers*/
width: 24px;
text-align: center;}

.staticNBAScoreTotal{  /* the score total column - in red*/
width: 24px;
color: #900;
font-weight: bold;
text-align: center;}
		
.staticNBAOvertimeScore { /* overtime column*/
width: 8px;
text-align: center;}

.staticNBAStats { /* the names of the players in the leaders table*/
width: 128px;
background-color: #F0F0F0;
color: #000;
border: 0;
height: 11px; 
line-height: 11px;}
		
.staticNBAOdds { /* odds column*/
width: 36px;
text-align: center;
color: #3300CC; 
cursor: hand;
cursor: pointer; /* had to put this to make it work in firefox?*/
text-decoration: underline;}

.staticNBAOddsLeft { /* odds*/
width: 36px;}

.staticNBABetStatus{  /* bet status column*/
width: 80px;
font-weight: bold;
text-align: center;

}





