body { background: FFCCCC; font-family: Verdana }


.statblock { text-align: center }
.statheading { font-size: 13pt; font-weight: bold }
.stattitle { font-size: 12pt; font-weight: bold }
.statsubtitle { font-size: 10pt; font-weight: bold }
.stattab { margin-left: auto; margin-right: auto }


/* STYLES FOR STATISTICS TABLES

   Tables allow alternate colouring of rows to allow easier reading.
   'stata' sets the style for odd rows and 'statb' for even rows - in
   the normal text example the background colour alternates between
   white and light yellow. If you wish to identify a favourite team
   then you can set a different style with 'statfava' and 'statfavb' -
   in the normal text example the text colour is set to pink.
*/


/* Header text */

.stathead { font-size: 8pt; background: lightgrey; font-weight: bold }


/* Blank padding rows */

.statblank { font-size: 8pt }


/* Normal text */

.stata       { font-size: 8pt; background: lightyellow; color: black  }
.statb       { font-size: 8pt; background: white;       color: black  }
.statfava    { font-size: 8pt; background: mistyrose;   color: black  }
.statfavb    { font-size: 8pt; background: mistyrose;   color: black  }


/* Promotion zone text (used in league tables) */

.statproa    { font-size: 8pt; background: lightyellow; color: green  }
.statprob    { font-size: 8pt; background: white;       color: green  }
.statprofava { font-size: 8pt; background: mistyrose;   color: green  }
.statprofavb { font-size: 8pt; background: mistyrose;   color: green  }


/* Playoff zone text (used in league tables) */

.statploa    { font-size: 8pt; background: lightyellow; color: blue   }
.statplob    { font-size: 8pt; background: white;       color: blue   }
.statplofava { font-size: 8pt; background: mistyrose;   color: blue   }
.statplofavb { font-size: 8pt; background: mistyrose;   color: blue   }


/* Relegation zone text (used in league tables) */

.statrela    { font-size: 8pt; background: lightyellow; color: red    }
.statrelb    { font-size: 8pt; background: white;       color: red    }
.statrelfava { font-size: 8pt; background: mistyrose;   color: red    }
.statrelfavb { font-size: 8pt; background: mistyrose;   color: red    }


/* Graph bars (used in attendance tables) */

.statbara    { font-size: 8pt; background: lightgrey                  }
.statbarb    { font-size: 8pt; background: lightgrey                  }
.statbarfava { font-size: 8pt; background: red                        }
.statbarfavb { font-size: 8pt; background: red                        }


