

.ncaaf a{ /*the tab identifier on the menu*/
border-right: 1px solid #243543;
width: 33px;
background-position: 0 -25px;
}

.ncfto {color: #FFFFFF}
	
.identifier{ /*the sport identifier in the header*/
margin-top: 38px;
margin-left: -32px;
height: 30px;
background: url(/covers/header/identifier_ncaaf-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_ncaaf-trans.png',sizingMethod='scale');
}


.gameline { border-top: 1px solid #2b465b; margin: 6px 0 4px 0; }	/* colored line*/

/* the following styles are for Lisa's scores and odds  */
.staticNCAAFActive,	.staticNCAAFScore, .staticNCAAFScoreTotal, .staticNCAAFStats,.staticNCAAFOdds, .staticNCAAFOddsLeft,  .staticNCAAFBetStatus {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10px; 
height: 10px; 
line-height: 10px;
border: 0;
padding: 0;
margin: 0;
background-color: #ffffff;
color: #000;
text-align: left;}
	
.staticNCAAFActive { /* the active area - in the active cell */
width: 96px;
background-color: #2b465b;
color: #fff;
font-weight: bold;
padding: 0 0 0 1px;}

.staticNCAAFScore {  /* the live score numbers*/
width: 16px;
text-align: center;}

.staticNCAAFScoreTotal { /* the score total column - in red*/
width: 16px;
color: #900;
font-weight: bold;
text-align: center;}

.staticNCAAFStats{  /* the header row of the table with the light color*/
width: 128px;
background-color: #F0F0F0;
height: 11px; 
line-height: 11px;}

.staticNCAAFOdds { /* 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;}

.staticNCAAFOddsLeft{ /* odds*/
width: 36px;}

.staticNCAAFBetStatus {/* bet status column*/
width: 84px;
font-weight: bold;
text-align: center;
height: 11px; 
line-height: 11px;}
	
table.leaders { 
width: 100%;
border-width: 0px;
border-collapse: collapse;
background-color: #F0F0F0;
margin-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;}

.dates { /* so the weeks can fit*/
line-height:15px; }


table.scoreboard  {/*margin-top:-20px*/} /*fix for spacing on scoreboard page*/



