/* CSS Document */

.identifier{ /*the sport identifier in the header*/
margin-top: 39px;
height: 30px;
background: url(/covers/header/identifier_race-trans.png) bottom right no-repeat;
width: 215px;
}

* html .identifier { /* targeting IE6 - using filter so png transparency will work */
padding-top: -3px;
margin-top: 14px;
margin-left: 165px;
height: 60px;
width: 215px;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.covers.com/covers/header/identifier_race-trans.png',sizingMethod='scale');
}

.pick-status {float:right; width:230px; font-size:11px; color:#000; font-weight:normal;}

table.thepicks tr.firstline td.datacelld{ 
border-top: 2px #f6c7b0 solid;
border-bottom: 0;}

/*using programmer id to put in preper spacing on the active race status brick*/
#userRaceStatus_active {margin-top:3px;}

.not-playing {margin-bottom:0px;}