﻿/* Handicapping Statistics Pages */
div.statistics
{
    padding-left:20px;
}
div.statistics h1
{
    margin:25px 0px;
}
div.statistics div.subHeader
{
    font-size:14px;
    font-weight:bold;
    margin:10px 0px;
}
div.statistics table
{
    margin: 10px 0px;
}
table.statistics tr td
{
    border-top: solid 1px #CCC;
}
table.statistics tr.header
{
    background-color:#DDEEFF;
}

table.statistics td.name
{
    width:250px;
}
table.statistics td.starts
{
    width:50px;
}
table.statistics td.first
{
    width:50px;
}
table.statistics td.second
{
    width:50px;
}
table.statistics td.third
{
    width:50px;
}
table.statistics td.win
{
    width:50px;
}
table.statistics td.dollarPercent
{
    width:50px;
}
table.statistics td.purses
{
    width:50px;
}
/* End Handicapping Statistics Pages */
