/* standings */
DIV.seasonSelect {
  margin: 8px 0px 8px 0px ;
}
TABLE.leagues {
  width: 97% ;
  margin: 0px 0px 8px 0px ;
}
TABLE.leagues TD.teamname {
  padding: 10px 0px 0px 0px ;
  font-weight: bold ;
}
TABLE.leagues TD.teamname SPAN.numberof {
  font-weight: normal ;
  color: #aaaaaa ;
}
TABLE.leagues TD.heading {
  padding: 10px 0px 0px 0px ;
  font-weight: bold ;
  text-align: right ;
}
TABLE.leagues TR.lineodd {
  background: #f0f0f0 ;
}
TABLE.leagues TD.number {
  font-family: monospace ;
  text-align: right ;
}
