﻿.SchedTable
{
    text-align: center;
    border:solid 1px Navy;
    width:100%;
}
.trShade
{
    background-color:#CEE3F6;
}
.trRainout
{
    background-color:#CCCC99;
}
.trHeader
{
    background-color:Navy;
    color:#FFFF00;
}
.sectionHeading
{
    background-color: Navy;
    color:Yellow;
    font-family: Arial;
    font-size:large;
    font-weight:bold;
}
.sectionSubHeading
{
    background-color:Gray;
    font-family: Arial;
    font-size:larger;
    font-weight:bold;
}
.colDate
{
    width:60px;
}
.colDay
{
    width:75px;
}
.colOpponent
{
    width:130px;
}
.colHV
{
    width:15px;
}
.colDTime
{
    width:57px;
}
.colSTime
{
    width:57px;
}
.colGTime
{
    width:57px;
}
.colDirections
{
    width:65px;
}
