/*********************************************************************
   sports/nflheadcoach/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:#000; 
   border-left:solid 1px #000;
   border-right:solid 1px #000;
   border-bottom:solid 1px #000; }
	
.scrollbar .thumb {
   background-color: #858585;
   background: url(../_img/sb_thumb.gif) 25% #858585 no-repeat;
   border-top:solid 1px #858585;
   border-bottom:solid 1px #858585;}
	
.scrollbar .arrow { border-color: #171717; }
.scrollbar .arrowTop { background: #ccc url(../_img/sb_arrow_up.gif); }
.scrollbar .arrowBot { background: #ccc 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); }

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

