

table.stats-nav-season, table.stats-nav-filter, table.stats-nav-team,
table.stats-nav-category, table.stats-nav-discipline, table.stats-nav-hitting,
table.stats-nav-pitching, table.stats-nav-league {
   margin-bottom: 0;
   border-collapse: separate;
}

.stats-nav-season a.default, .stats-nav-filter a.default, .stats-nav-team a.default,
.stats-nav-category a.default, .stats-nav-discipline a.default, .stats-nav-hitting a.default,
.stats-nav-pitching a.default, .stats-nav-league a.default {
   color: #ddd;
   border-radius: 4px;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656464), color-stop(36%,#898989), color-stop(100%,#969696));
}

.stats-nav-season a.active, .stats-nav-filter a.active, .stats-nav-team a.active,
.stats-nav-category a.active, .stats-nav-discipline a.active, .stats-nav-hitting a.active,
.stats-nav-pitching a.active, .stats-nav-league a.active {
   color: #fed141;
   border-radius: 4px;
   background: #05519f;
   padding: 4px;
   /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656464), color-stop(36%,#898989), color-stop(100%,#969696));*/
}

.stats-nav-season tr, .stats-nav-filter tr, .stats-nav-team tr,
.stats-nav-category tr, .stats-nav-discipline tr, .stats-nav-hitting tr,
.stats-nav-pitching tr, .stats-nav-league tr {
   background-color: none;
   border-radius: 4px;
}

.stats-nav-season td, .stats-nav-filter td, .stats-nav-team td,
.stats-nav-category td, .stats-nav-discipline td, .stats-nav-hitting td,
.stats-nav-pitching td, .stats-nav-league td {
   border-bottom: 1px solid #DDDDDD;
   padding: 2px 5px;
}

.stats-nav-season td.text, .stats-nav-filter td.text, .stats-nav-team td.text,
.stats-nav-category td.text, .stats-nav-discipline td.text, .stats-nav-hitting td.text,
.stats-nav-pitching td.text, .stats-nav-league td.text {
  width: 90px;
  color: #000;
}

.stats-nav-season td a, .stats-nav-filter td a, .stats-nav-team td a,
.stats-nav-category td a, .stats-nav-discipline td a, .stats-nav-hitting td a,
.stats-nav-pitching td a, .stats-nav-league td a {
  padding: 0 7px;
}

#ms-stats {
  margin: 20px 0 0 20px;  
}

#ms-stats table {
  font-size: 8pt;
  background-color: #CDCDCD;
  border-collapse: separate;
  border-spacing: 1px;
  width: 80%;
}

#ms-stats table td {
  padding: 2px 10px;
  font-size: 11px;
}

#ms-stats table td a, #ms-stats table td a:visited {
  color: #797979;
  /*text-decoration: none;*/
}

#ms-stats table td a:hover {
  text-decoration: underline;
}

#ms-stats table td img {
   vertical-align: middle;
   margin-right: 5px;
}

#ms-stats table th {
  padding: 2px 10px;
  background-color: #E8E8E8;
}

#ms-stats table tr.rowcolored {
  background-color: #F0F0F6;
}

#ms-stats table tr.row {
  background-color: #FFFFFF;
}







