/***************************************
   sports/marchmadness07/global.css for EA.com
****************************************/

@import url(../../_css/global.css); 
body {
   background:#000;
   color:#999;
}
.blockBg{
   background: #000000;
   opacity: 1;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   filter: alpha(opacity=100);
}
/********************** scrollbar classes **************************/
.scrollbar { border:none; }
.scrollbar .track { 
   width: 13px;
   background: #490608; 
   border: solid 1px #360a0b;
}	
.scrollbar .thumb {
   background: url(../_img/sb_thumb.gif) 25% #960c11 no-repeat;
   border-top: solid 1px #dd2d33;
   border-left: solid 1px #dd2d33;
   border-right: solid 1px #ac0e14;
   border-bottom: solid 1px #ac0e14;
}	
.scrollbar .arrow { border-color: #dd2d33; }
.scrollbar .arrowTop { background: #dd2d33 url(../_img/sb_arrow_up.gif); }
.scrollbar .arrowBot { background: #dd2d33 url(../_img/sb_arrow_down.gif); }
.scrollbar .arrowTopOn { background-image: url(../_img/sb_arrow_up_on.gif); }
.scrollbar .arrowBotOn { background-image: url(../_img/sb_arrow_down_on.gif); }


