/*
  Style sheet for HTML statistics generated by
  MailListStat written by Marek -Marki- Podmaka <marki@nexin.sk>
  http://marki.host.sk/
*/

BODY    { background-color: white; color: black; }
A       { font-weight: bold; text-decoration: underline; color: blue; }
A:hover { font-weight: bold; text-decoration: underline; color: red;  }

/* main and section title */
H1 { text-align: center; font-weight: bold; font-family: Arial; }
H2 { text-align: left;   font-weight: bold; font-family: Arial; }

/* topXX tables - header, odd/even lines and other/average at the end */
TABLE.topXX { border: none; }
TR.topXXhead{ background-color: #005b88; color: white; font-weight: bold; }
TR.topXXtr1 { background-color: #ffffff; color: black; }
TR.topXXtr2 { background-color: #eeeeee; color: black; }
TR.topXXtrO { background-color: #cccccc; color: black; }

/* graphs - width/height of bar (for vertical bars width is used and vice versa) */
IMG.graphW  { width:  7px; }
IMG.graphH  { height: 7px; }
TABLE.graph { border: none; border-collapse: collapse; }
TD.graphW   { border: solid 1px #bbbbbb; width: 20px; }

/* stats at the end */
TABLE.endstat { border: none; }
TR.endstat    { vertical-align: middle; }
TD.endtit     { text-align: left; }
TD.endval     { text-align: left; }


/* *****
How to make "normal" table border - just like in text-editors like Word:
using just border attribute on each TD is not enough and you must use
also border-collapse. Example:
TABLE { border: none; border-collapse: collapse; }
TD    { border: solid thin black; }
***** */
