table.regtab {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
   font-weight: normal;
   font-size: 10px;
   color: #fff;
   width: 750px;
   background-color: #666;
   border: 0px;
   border-collapse: collapse;
   border-spacing: 0px;
}

table.regtab td {
   background-color: #CCC;
   color: #000;
   padding: 4px;
   text-align: left;
   border: 1px #fff solid;
}

table.regtab td.heading {
   background-color: #666;
   color: #fff;
   padding: 4px;
   text-align: center;
   border-bottom: 2px #fff solid;
   font-weight: bold;
}

table.regtab td.bgred     {
   text-align: center;
   background-color:#ff3333 
}

table.regtab td.bgamber   {
   text-align: center;
   background-color:#ffff66 
}

table.regtab td.bggreen   {
   text-align: center;
   background-color:#66ff66 
}

table.regtab td.bgwhite   {
   background-color:#ffffff 
}

table.regtab a:hover   {
   background-color: #fff;
   color: #666;
}

/* -- various results tables -- */

#divtab, #avtab, #teamtab, #playtab {
   font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
   width: 600px;
   text-align: left;
   border-collapse: collapse;
   border: 1px solid #339;
}

#divtab {
   font-size: 14px;
}

#avtab {
   font-size: 14px;
}

#teamtab {
   font-size: 12px;
}

#playtab {
   font-size: 12px;
}

#divtab th, #avtab th, #teamtab th, #playtab th {
   text-align: center;
   font-weight: normal;
   background: #339;
   color: #fff;
   padding: 3px 5px;
}

#divtab td, #avtab td, #teamtab td, #playtab td {
   color: #000;
   padding: 3px 5px;
}

#divtab tbody tr:hover td, #avtab tbody tr:hover td, #teamtab tbody tr:hover td, #playtab tbody tr:hover td {
   background: #ccf;
}

#divtab a:link, #divtab a:visited, #divtab a:active {
   text-decoration: none;
   color: #000;
}

#avtab a:link, #avtab a:visited, #avtab a:active {
   text-decoration: none;
   color: #000;
}

#playtab a:link, #playtab a:visited, #playtab a:active {
   text-decoration: none;
   color: #000;
}

#teamtab a:link, #teamtab a:visited, #teamtab a:active {
   text-decoration: none;
   color: #000;
}

#divtab a:hover {
   text-decoration: underline;
}

#avtab a:hover {
   text-decoration: underline;
}

#playtab a:hover {
   text-decoration: underline;
}

#teamtab a:hover {
   text-decoration: underline;
}

#divtab .dtpos {
   width: 25px;
   text-align: right;
   color: #999;
}

#divtab .dtteam {
   width: 225px;
   text-align: left;
}

#divtab .dtplayed, #divtab .dtwon, #divtab .dtdrawn, #divtab .dtlost {
   width: 40px;
   text-align: center;
}

#divtab .dtagainst, #divtab .dtfor {
   width: 40px;
   text-align: right;
}

#avtab .atplayer {
   width: 175px;
   text-align: left;
}

#avtab .atscore, #avtab .atplayed {
   width: 50px;
   text-align: center;
}

#avtab .atpc {
   width: 60px;
   text-align: right;
}

#avtab .atteam {
   width: 175px;
   text-align: left;
}

#teamtab .ttweek {
   width: 30px;
   text-align: center;
}

#teamtab .ttwb {
   width: 40px;
   text-align: right;
}

#teamtab .ttresdate {
   width: 50px;
   text-align: right;
}

#teamtab .ttvenue {
   width: 50px;
   text-align: center;
}

#teamtab .tthome {
   width: 110px;
   text-align: right;
}

#teamtab .ttscore {
   width: 30px;
   text-align: center;
}

#teamtab .ttaway {
   width: 110px;
   text-align: left;
}

#teamtab .ttblank {
   text-align: center;
   background-color: #ccc;
}

#playtab .ptres {
   width: 100%;
   text-align: left;
   font-size: 16px;
}

#playtab .ptone {
   width: 100%;
   text-align: left;
}

/* -- headings within results -- */

.resheadl {
   font-size: 20px;
   font-family: "Trebuchet MS";
   font-weight: bold;
   color: #000;
   background-color: #ffd23f;
   padding: 2px;
   margin-top: 1px;
}

.fixwarn {
   font-size: 20px;
   font-family: "Trebuchet MS";
   font-weight: bold;
   color: #fff;
   background-color: #b00000;
   padding: 2px;
   margin-top: 1px;
}

.resheadm {
   font-size: 14px;
   font-family: "Trebuchet MS";
   font-weight: bold;
   color: #000;
   padding: 2px;
   margin-top: 8px;
   margin-bottom: 8px;
}

/* -- R.A.G. -- */

.endbeat {
   color: #000;
   background-color: #6f6;
   padding: 0 2px;
}

.endlost {
   color: #fff;
   background-color: #f33;
   padding: 0 2px;
}
