/**Stats Pages**/
.fixtureList, .leagueTable {
 margin-top:5px;
}
.fixtureList .rowLight, .statistics .rowLight {
 background-color:#e8e8e8;
}
.fixtureList .rowHeader, .leagueTable .rowHeader, .statistics .rowHeader {
 font-weight:bold;
 color:white;
 background-color:black;
}
.fixtureList .rowHeader TD, .leagueTable .rowHeader TD, .statistics .rowHeader TD, .statistics .rowHeader A, .statistics .rowHeader A:Hover {
 color:white;
}
.fixtureList TD, .leagueTable TD, .playerIndex TD {
 padding:2px;
}
.fixtureList A, .leagueTable A {
 font-weight:normal;
}
.leagueTable TD, .fixtureList .rowLight TD, .fixtureList .rowDark TD, .statistics .rowLight TD, .statistics .rowDark TD {
 border-bottom:1px dotted black;
}
.leagueTablePromotion {
 background-color:#c2c2c2;
}
.leagueTableHighLight {
 background-color:black;
 color:white;
 font-weight:bold;
}
.leagueTable .leagueTableHighlight A {
 color:white;
}
.leagueTablePlayOff {
 background-color:#e9e9e9;
}
.leagueTableRelegation {
 background-color:#d9d9d9;
}
.playerIndex {
 height:242px;
 overflow:auto;
}
.playerIndex .rowLight {
 background-color:#e8e8e8;
}
.playerIndex TD {
 border-bottom:1px solid #d0d0d0;
}
.statistics TD {
 padding:2px 5px 2px 10px;
}
