/*********************************************************************
   sports/madden06/news.css for EA.com
   code by Byron Tredwell (byron(AT)blastradius.com)
*********************************************************************/

@import url(../../_css/news.css); 

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

#page {
   background-image: url(../_img/bg_home.jpg);
   height: 1170px;
   }

.blockBg{
   display:none;
   opacity: 0.0;
   -moz-opacity: 0.0;
   -khtml-opacity: 0.0;
   filter: alpha(opacity=0.0);
}   
   
/* Override screenshot viewer rules */
#screenshots {
   background: #213F3F;
}

#screenshotNav {
   color: #ffffff;
}

#screenshotNav a {
   color: #ffffff;
}

#screenshotNav a:hover {
   color: #e00000;
   text-decoration: none;
}

.disabledLink {
   color: #666;
}
.C_news_events_list  {
   background:url(../_img/bg_news_list.jpg) no-repeat;
}

.C_news_events_list .comphdr  {
   text-indent:-300px;
   height:46px !important;
}

.C_news_events_article {
   background:url(../_img/bg_news_article.jpg) no-repeat;
}
.C_news_events_article .date {
margin-left:6px;
}
#newsEventsTabs {
display:none;
}



.teaser a:hover {
   color:#fede05;
}
