/*********************************************************************
   sports/global.css for ea.com
   code by Byron Tredwell (byron(AT)blastradius.com)
*********************************************************************/

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

body {
   font-family: Verdana, "Lucida Grande", Arial, Trebuchet MS, sans-serif;
   background: url(../_img/bg_home.gif) left top repeat-x #000;
   }
   
/*****************
 global layout 
 class overides
*****************/

#page {
   font-size: 0.75em;
	overflow:hidden;
   }

/*****************
 scrollbar classes
*****************/

.scrollbar .arrowTopOn{
   background-image: url(../_img/sb_arrow_up_on.gif);
   }
.scrollbar .arrowBotOn{
   background-image: url(../_img/sb_arrow_down_on.gif);
   }
.scrollbar .arrowRightOn{
   background-image: url(../_img/sb_arrow_right_on.gif);
   }
.scrollbar .arrowLeftOn{
   background-image: url(../_img/sb_arrow_left_on.gif);
   }
