/* standings */
#standingsFooter {margin-top:10px;}
#standingsContent .league_type {height:24px;}
#standingsContent .league_type li {color: #333;font: normal 13px/16px 'mlb_primary';text-transform:uppercase;}
#standingsContent .league_type li:hover{color:#000;}
#standingsContent .divisionLinks {clear:both;overflow:auto;}
#standingsContent .divisionLinks ul {border:none;}
#standingsContent .divisionLinks ul li {float:left;}
#standingsContent .divisionLinks ul li.active {}
#standingsContent .divisionLinks ul li.wc {display:none;}

#standingsContent .divisionLinks ul li {
cursor:pointer;padding:5px 0;width:99px;
border: 1px solid #C7C7C7;
border-left:0;
color:#666;font:13px/14px 'mlb_primary';
text-align:center;text-decoration: none;text-shadow: #fff 1px 1px 0;text-transform: uppercase;
background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
background: linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
}
#standingsContent .divisionLinks ul li.first {border-left: 1px solid #C7C7C7;}

#standingsContent .divisionLinks ul li:hover,
#standingsContent .divisionLinks ul li.active {
color:#000000;text-decoration: none;
background: #e6e6e6;
background: -moz-linear-gradient(top,  #e6e6e6 0%, #c7c7c7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#c7c7c7));
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#c7c7c7 100%);
background: -o-linear-gradient(top,  #e6e6e6 0%,#c7c7c7 100%);
background: -ms-linear-gradient(top,  #e6e6e6 0%,#c7c7c7 100%);
background: linear-gradient(top,  #e6e6e6 0%,#c7c7c7 100%);
}

#standingsContent #standingsAL {display:none;}
#standingsContent #standingsNL {display:none;}

#standingsContent .league_type li {display:none;float:left;color:#666;cursor:pointer;width:140px;}
#standingsContent .league_type li.active {color:#000;cursor:default;}
#standingsContent .league_type li.rightside {text-align:right;float:right;}

#standingsContent #standingsTableAL,
#standingsContent #standingsTableNL {clear:both;}

table.ministandings {margin-top:6px;}
table.ministandings thead tr th {font-size:11px;color:#999;text-align:center}
table.ministandings tbody tr td {padding:5px 10px;font-size:12px;color:#333;text-align:center;border-bottom:1px solid #ccc;}
table.ministandings tbody tr.fg-last td {border-bottom:none;}
table.ministandings thead tr th.fg-first,
table.ministandings tbody tr td.fg-team_short {padding-left:10px;text-align:left;}
table.ministandings thead tr th.fg-last,
table.ministandings tbody tr td.fg-gb {padding-right:10px;}

#standingsFooter #standingsLegend {display:none;color:#666;font: normal 11px/16px 'mlb_primary';margin-bottom:10px;}