body {
    margin: 0;
    background: white url(/images/bg.png) top left repeat-x fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    min-width: 840px;
    }
a {
    color: #0F7D91;
    text-decoration: none;
    }
a:hover, a:active {
    text-decoration: underline;
    }
h1 {
    border: 1px #CCCCCC solid;
    background-color: #0F7D91;
    color: white;
    padding: 10px;
    font-size: 20pt;
    margin: 0 0 10px 0;
    }
h2 {
    color: #0F7D91;
    font-size: 15pt;
    }
img { border: 0; }
    
#leftbox {
    float: left;
    width: 193px;
    padding: 0 5px 15px 5px;
    }

#navlink {
    margin: 5px;
    padding: 0;
    }
#navlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#navlink ul li {
    border: 1px #CCCCCC solid;
    margin: 2px;
    padding: 6px;
    padding-left: 15px;
    background-color: #0F7D91;
    }
#navlink ul li:hover {
    background-color: white;
    }
#navlink ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    }
#navlink ul li a:hover, #navlink ul li a:active {
    text-decoration: none;
    outline: none;
    }
#navlink ul li:hover a {
    color: #0F7D91;
    outline: none;
    }

    
#rightbox {
    float: left;
    width: 620px;
    min-height: 500px;
    padding: 15px 5px 15px 5px;
    }

#copybox {
    clear: both;
    width: 840px;
    text-align: center;
    margin-top: 35px;
    color: #666666;
    font-size: 11px;
    }
#copybox a {
    color: #0F7D91;
    text-decoration: none;    
    }
#copybox a:hover, .copybox a:hover { text-decoration: underline; }

th, td {
    border: 1px #8C8C8C solid;
    padding: 5px;
    }
thead td, th {
    background-color: #8C8C8C;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    }
thead td a, th a { color: white; }
tr.race td {
    background-color: #DCE7FA;
    }
td {
    background-color: white;
    border: 1px #8C8C8C solid;
    }
tfoot td { text-align: center; }

a.biglink {
    font-size: 16px;
    font-weight: bold;
    }

.textbox, .alttextbox {
    font-weight: bold;
    border: 1px #CCCCCC solid;
    background-color: white;
    padding: 15px;
    color: #666666;
    }
.alttextbox {
    background-color: #0F7D91;
    color: white;
    }
.alttextbox a {
    color: white;
    text-decoration: underline;
    }
p { margin: 2px 0 10px 0; }
form { margin: 0; }

strong { color: #0F7D91; }
.bigmessage {
    font-weight: bold;
    font-size: 12pt;
    color: #666666;
    padding: 10px;
    border: 1px #CCCCCC solid;
    background-color: white;
    }
.alert, .alert a {
    font-weight: bold;
    color: red;
    }
.statsbox {
    width: 250px;
    height: 250px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }
