/* standings */


#standings {
  padding: 0 0 5px;
  width: 300px;
}

#standings .nav {
  width: 100%;
}

#standings .nav li {
  border-color: #ccc;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  color: #666;
  cursor: pointer;
  float: left;
  font: 400 14px/40px mlb_primary;
  list-style-type: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#standingsContent .divisionLinks ul li:first-child {
  border-left: 1px solid #ccc;
}

#standings .league_type {
  height: 20px;
  margin: 0;
  width: 299px;
  text-align: left;
}

#standings .league_type li.tab-left {
  text-indent: 12px;
}

#standings .league_type li.tab-right {
  text-align: right;
}

#standings .league_type li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  font: 400 14px/32px mlb_primary;
  list-style-type: none;
  text-shadow: none;
  text-transform: uppercase;
  width: 143px;
}

#standings table {
  border: 0 none;
  border-collapse: collapse;
  margin: 0 10px;
  width: 280px;
}

#standings table thead tr th {
  color: #7a7a7a;
  font: 400 13px/30px mlb_primary;
  text-align: center;
}

#standings table tbody tr td.fg-team_short {
  text-align: left;
  text-indent: 4px;
  width: 127px;
}

#standings table tbody tr.first td {
  border-top: 0 none;
  width: 40px;
}

#standings table tbody tr td {
  font: 400 13px/16px mlb_primary;
  padding: 5px 3px;
  text-align: center;
  width: 25px;
}#standings table thead tr th

#standings table tbody tr td, #standings table tbody tr td a {
  color: #444;
}

#standingsTable {
  clear: both;
}

#standingsFooter {margin-top:10px;}

#standingsContent .divisionLinks {clear:both;overflow:auto;}

#standingsContent .divisionLinks ul li.active {
  color: #333;
}

#standingsContent .divisionLinks ul li {
    float: left;
    cursor: pointer;
    width: 32%;
}

#standings .nav.nav-tabs li:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
#standings .nav.nav-tabs li:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    width: 32%;
}

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

#standingsContent .league_type li {
	display:none;
	float:left;
	color:#999;
	cursor:pointer;
}

#standingsContent .league_type li.active {
	color:#333;
	cursor:default;
}

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

table.ministandings tbody tr td {
	border-bottom:1px solid #e4e4e4;
  	color: #444;
}

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;}

table.ministandings thead tr th.fg-last {padding-right:10px;}

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

#standingsFooter a.more {
  color: #444;
  font: 14px mlb_primary;
  margin-left: 16px;
  text-transform: none;
}