/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* Robbs adjustment */

#scoreboardtabs ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#scoreboardtabs li {
display: inline;
 margin: 0px;
padding: 0px 0px 0px 0px;
}

#scoreboardtabs {
padding: 0px;
 text-align: center;
  width: 286px;
}

#scoreboardtabs li{
display: inline;
margin: 0;
padding: 0px;
}


/* NEWS TABS */
#newstabs {
width:100%;
text-decoration: none;
padding: 0px 0px 4px 0px;
}

#newstabs ul {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
}

#newstabs li {
display: inline;

padding: 0px 0px 0px 0px;
}

#newstabs a {
background: url("/images/setup/headlineTabs_01.gif") no-repeat;
float: none; /*left*/
margin: 0;
padding: 0px 0px 5px 8px;
color: #;
text-decoration: none;
}
#newstabs a span {
background: url("/images/setup/headlineTabs_02.gif") no-repeat right top;
display:block;
float: none;
padding: 0px 12px 5px 0px;
display: inline;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#newstabs a span {float:none;}
/* End IE5-Mac hack */


#newstabs .selected a{ /*Selected Tab style*/
background-position:0 -20px; /*Shift background image up to start of 2nd tab image*/
}

#newstabs .selected a span{ /*Selected Tab style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#newstabs a:hover{ /*onMouseover style*/
background-position:0 -20px; /*Shift background image up to start of 2nd tab image*/
}

#newstabs a:hover span{ /*onMouseover style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#newstabcontainer {
background-color: #014133;
}
