﻿.StatsTable 
{
    font-family:Arial;
    font-size:10px;
    clear:both;
    }
    
.StatsTable .TitleBar
{
    font-size:13px;
    color:#fff;
    background-color:#ED1C24;
    border-bottom: 1px white solid;  
    }

   
.StatsTable .TitleBarHeading
{
    margin-top:12px;
    padding-bottom:10px;
    padding-left:10px;
    }    

    
.StatsTable .HeaderRow1
{
    color:#000;
    background-color:#ED1C24;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;
    border-left: 1px white solid;
    border-bottom: 1px white solid;
    font-size:9px;
    }      

.StatsTable .HeaderRow1First
{
    color:#000;
    background-color:#ED1C24;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;
    border-bottom: 1px white solid;
    font-size:9px;
    }      
    
.StatsTable .HeaderRow2
{
    color:#000;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;
    border-right: 1px #DADBCD solid;
    font-size:9px;
    }       
    
.StatsTable .HeaderRow2First
{
    color:#000;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;
    border-right: 1px #DADBCD solid;
    border-left: 1px #DADBCD solid;
    font-size:9px;
    }           
    
       
    
.StatsTable .CellText
{
    padding-right:6px;
    padding-top:3px;
    padding-bottom:2px;
    border-right: 1px #DADBCD solid;
    padding-right:5px;
    }    
    
.StatsTable .CellTextAlt
{   
    background-color:#E8E8E9;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:2px;
    border-right: 1px #DADBCD solid;
    padding-right:5px;
    }      
    
.StatsTable .CellTextFirst
{
    padding-left:8px;
    padding-top:3px;
    padding-bottom:2px;
    border-right: 1px #DADBCD solid;
    }                                
    
.StatsTable .CellTextFirstAlt
{
    background-color:#E8E8E9;
    padding-left:8px;
    padding-top:3px;
    padding-bottom:2px;
    border-right: 1px #DADBCD solid;
    }    
    
.StatsTable .CellTextFirstRoundAlt
{

    background-color:#E8E8E9;
    border-right: 1px #DADBCD solid;
    }     
  
    
                   
.StatsTable .TopLeftCorner
{
    background-image:url(../img/_White_TopLeft_RoundCorner.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:5px;
    width:5px;
    padding:0px;
    float:left;
    
    }

.StatsTable .TopRightCorner
{
    background-image:url(../img/_White_TopRight_RoundCorner.gif);
    background-position:right;
    background-repeat:no-repeat;
    height:5px;
    width:530px;
    float:right;
    padding:0px;
    margin:0px;
        
    }    
    
.StatsTable .BottomLeftCorner
{
    background-image:url(../img/_White_BottomLeft_RoundCorner.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:5px;
    width:5px;
    padding:0px;
    float:left;
    
    }    
                     