/*********************************************************************
   sports/ncaa07/home.css for EA.com
 
*********************************************************************/

/***********************
   PAGE BACKGROUND
************************/

#page {
   background-image: url(../_img/bg_home.jpg);
   height: 1220px;
   }
   
.blockBg{
   display:none;
   opacity: 0.0;
   -moz-opacity: 0.0;
   -khtml-opacity: 0.0;
   filter: alpha(opacity=0.0);
}

/* poll */
.COMP.C_poll {
   background: url(../_img/bg_pre_draft_poll.jpg) 0 82px no-repeat;
   border: 0 none;
   height: 265px;
   margin: 0;
   overflow: hidden;
   padding: 0;
   width: 216px;
   }
#pollheaderblock {
   background: url(../_img/hdr_poll_draft_pick.gif) 0 0 no-repeat;
   height: 82px;
   margin: 0;
   padding: 0;
   width: 216px;
   }
#voteblock {
   background: url(../_img/btn_submit.gif) 0 0 no-repeat;
   cursor: hand;
   cursor: pointer;
   height: 16px;
   left: 10px;
   position: absolute;
   width: 65px;
   }
#pollblock {
   font-size: 11px;
   padding: 15px;
   }
#pollblock .question {
   display: none;
   }
#pollblock .poll_option {
   float: none;
   width: 190px;
   }
#pollblock .school {
   color: #558091;
   }
#pollblock .resultPercentage {
   color: #999;
   }
#pollblock .totalvotes {
   color: #999;
   margin-top: 15px;
   padding-left: 5px;
   }
.C_features {
   background: url(../_img/bg_home_features.png) top left no-repeat;
   position:absolute;
   top:0px;
   padding:0px;
}
.C_features .comphdr{
   height:38px !important; 
   text-indent:-300px;
   display:block;
   
}
.C_features .hdr {
   color:#fede05;
   font-weight:bold;
}
.C_features ul {
   margin:0px;
}
.C_features a  {
font-weight:normal;
}
.C_features a:hover {
color:#fede05;
}



/****************************
5 years COMPONENT 
****************************/

#legacy {
   background: url(../_img/bg_home_legacy.jpg) top left no-repeat;
   position: relative;
   width:590px;
   height:140px;
   }
   
#legacy_covers {
   position: absolute;
   top: 50px;
   }
   
#legacy_covers a {
   padding: 0px;
   margin: 0px;
   float: left;
   }

#legacy_title {
   position: absolute;
   top: 20px;
   left: 300px;
   color: #fff;
   font-size: 10px;
   }
