/* style sheet for displaying league tables */
.inactivetab1 {font            : italic 8pt arial; 
               width           : 98px;
               background-color: #ffffcc;
              }
.inactivetab1 a:link     {color: #000000 ;  text-decoration: underline; }
.inactivetab1 a:visited  {color: #000000 ;  text-decoration: underline; }
.inactivetab1 a:active   {color: #000000 ;  text-decoration: none; }
.inactivetab1 a:hover    {color: #ff0000 ;  text-decoration: underline; }

.inactivetab2 {font            : italic 8pt arial; 
               width           : 98px;
               background-color: #ffff99;
              }
.inactivetab2 a:link     {color: #000000 ;  text-decoration: underline; }
.inactivetab2 a:visited  {color: #000000 ;  text-decoration: underline; }
.inactivetab2 a:active   {color: #000000 ;  text-decoration: none; }
.inactivetab2 a:hover    {color: #ff0000 ;  text-decoration: underline; }

.activetab   {font: bold 8pt arial;
              width: 98px;
              background-color: #ffcc99;
             }   
.activetab a:link     {color: #000000 ;  text-decoration: none; }
.activetab a:visited  {color: #000000 ;  text-decoration: none; }
.activetab a:active   {color: #000000 ;  text-decoration: none; }
.activetab a:hover    {color: #000000 ;  text-decoration: none; }

td.leaguehead {font: bold 11pt arial;
               text-align: center; 
               height: 60px;
              }

.leaguetable {font-size: 10pt;
            width: 300px;
            background-color: #ffcc99;
            border-bottom: thin solid #000000;
text-align: left;
           } 

.tabtable  {width: 300px;
            background-color: #c0c0c0;
           }
