﻿.statsGrid
{
    border:1px ridge Black;
    width:auto;
    text-align:left;
    font-size:small;
    background-color:White;
    font-weight:normal;    
}
.statsGridHeader
{
    border:1px ridge Black;
    width:auto;
    text-align:center;
    font-size:medium;
    padding:1px 1px 1px 1px;
    background-color:White;      
}
.statsGridOdd
{
    border:1px ridge Black;
    width:auto;
    text-align:left;
    background-color:rgb(225,225,225);
    font-size:small;
    font-weight:normal;
}
.statsGridValue
{
    border:1px ridge Black;
    width:80px;
    text-align:left;
    font-size:small;
    background-color:White;    
}
.statsGridOddValue
{
    border:1px ridge Black;
    width:80px;
    text-align:left;
    background-color:rgb(225,225,225);
    font-size:small;
}
.header
{
    font-size:larger; 
    text-align:center;   
}
.race_stats_table
{
    width:auto;
    height:auto;
    background: #F6F6F6;
    border: 1px solid #ccc;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 2px 2px 2px;
    position:relative;
}
.module_header 
{
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
}


