/***************************************
   sports / madden challenge 06 / home.css for EA.com
****************************************/


/* PAGE BACKGROUND */
#page { background: url(../_img/bg_body.jpg) no-repeat;
   height: 1430px;
   }




/* CITY DETAIL */
#citylist { position: relative; width: 891px; height: 881px; }
div.citylist-bg {
   border: 0; padding: 0; margin: 0;
   position: absolute; top: 41px; left: 0px; width: 891px; height: 881px; z-index: 1;
   background: url(../_img/bg_city_list.gif) no-repeat top left transparent;
   filter: alpha(opacity=70);
   -moz-opacity: .7;
   opacity: .7;
   -khtml-opacity: .7; }

table.citylist-table { width: 850px; }

#citylist h1 {
   border: 0; padding: 0; margin: 0; width: 891px; height: 41px; z-index: 100;
   background: url(../_img/hdr_city_list.gif) no-repeat top left transparent; }
#citylist h1 span { position: absolute; left: -9999px; font-size: small; }

table#listing { position: absolute; top: 113px; left: 20px; z-index: 100; border: 0;}
table#listing th, table#listing td { padding-top: 2px; padding-bottom: 3px; font-size: 11px; line-height: 19px; }

table#listing thead th { color: #98a8b4; font-weight: bold;  text-align: left; }

   table#listing thead th  { padding-left: 40px; 
   width: 170px;
   \width: 210;
   w\idth: 170px; }
   table#listing tbody td.local  { color: #669bae; padding-left: 40px; padding-right: 25px; }
   table#listing tbody td.date   { color: #ffffff; padding-left: 40px; padding-right: 25px; }
   table#listing tbody td.winner { color: #ffffff; padding-left: 40px; padding-right: 25px; }
   table#listing tbody td.reg    { color: #ff0000; padding-left: 40px; padding-right: 25px; }

a.reg-open {
   display: block;
   padding-right: 25px; margin: 0; height: 18px;
   width: 31px;
   \width: 56px;
   w\idth: 31px;
   line-height: 19px;
   background: url(../_img/btn_registration_open.gif) no-repeat center right transparent; color: #82df59; }
a.reg-open:link,a.reg-open:visited { text-decoration: none; color: #82df59; }
a.reg-open:hover,a.reg-open:active { text-decoration: none; color: #fff; }

a.viewrecap:link,a.viewrecap:visited { color: #fff; text-decoration: none; }
a.viewrecap:hover,a.viewrecap:active { color: #fff; text-decoration: underline; }


span.reg-div { color: #fff; }













































