#stats table {
  border: 1px solid #FFF;
  cell-spacing: 0px;
}

#stats td, #stats th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
}

#stats td {
  text-align: right;
}

#stats .alpha {
  text-align: left;
}

#stats .year {
  text-align: center;
}

#stats th{
  background-color: #112255;
  color: #FFF;
}

#stats th a {
  color: #FFF;
  text-decoration: underline;
}

#stats tr.alternateRow {
  background-color: #FFF;
}

#stats td.sortedColumn {
  background-color: #A3B6CD;
}

#stats th.sortedColumn {
  background-color: #000;
}

#stats tr.alternateRow td.sortedColumn {
  background-color: #f0f0f0;
}