/*********************************************************************
   sports/nbalive07/global.css for EA.com
*********************************************************************/

/* IMPORT SPORTS.COM global.css */
@import url(../../_css/global.css);

body { background:#000; color:#666; }

#page { margin: 0 auto -86px auto; }/* Override bottom margin */

/* scrollbar classes */
.scrollbar { border:solid 0px; }
.scrollbar .track { 
   width:13px;
   background:#213942; 
   border-left:solid 1px #17282e;
   border-right:solid 1px #27444e;
   border-bottom:solid 1px #27444e; }
	
.scrollbar .thumb {
   background-color: #589ab1;
   background: url(../_img/sb_thumb_new.gif) 25% #589ab1 no-repeat;
   border-top:solid 1px #73b3ca;
   border-left:solid 1px #73b3ca;
   border-right:solid 1px #4d869a;
   border-bottom:solid 1px #4d869a;
	}
	
.scrollbar .arrow { border-color: #93c4d6; }
.scrollbar .arrowTop { background: #589ab1 url(../_img/sb_arrow_up_new.gif); }
.scrollbar .arrowBot { background: #589ab1 url(../_img/sb_arrow_down_new.gif); }
.scrollbar .arrowTopOn { background-image: url(../_img/sb_arrow_up_new_on.gif); }
.scrollbar .arrowBotOn { background-image: url(../_img/sb_arrow_down_new_on.gif); }

html body #headerBG {
	background-image:none;}

