﻿.mainTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 18pt;
    border-bottom: solid 1px black;
}

.spacer
{
    position: relative;
    float: left;
    width: 100%;
    height: 10px;
    font-size: 10px;
}

.titleRow
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 12pt;
    width: 100%;
}

.raceTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 12pt;
    width: 325px;
    border: solid 1px black;
    padding-left: 3px;
    height: 25px;
}

.raceTitleSmall
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 325px;
    border: solid 1px black;
    padding-left: 3px;
    height: 25px;
}

.distanceTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.overallPlaceTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.timeTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.classTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.paceTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.nameDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 325px;
    text-align: center;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px black;
    border-bottom: solid 1px gray;
}

.distanceDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.overallPlaceDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.timeDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.classDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.paceDiv
{
    position: relative;
    float: left;
    font-family: Sans-Serif;
    font-size: 10pt;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    border-right: solid 1px black;
}

.borderBottomBlack
{
    border-bottom: solid 1px black;
}

.alignCenter
{
    text-align: center;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

