﻿#ScheduleSettings
{
    clear: both;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: solid 1px #ADADAD;
    color: #333333;
}

#ScheduleSettings legend
{
    font-weight: bold;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

#ScheduleSettings a
{
	color: #829514;
	text-decoration: underline;
}

#ScheduleSettings a:hover
{
	color: #333333;
}


.RangeCalendar
{
    line-height: 12px;
}

.RangeCalendar table
{
    border: solid 1px #666666;
}

.MajorDate
{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
}

.GameInfo
{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

.GameInfo:hover
{
    border: solid 1px #CCCCCC;
    background-color: #e9ece6;
}

.GameInfo .GameNumber
{
    float: left;
    width: 50px;
    margin-left: 48px;
    font-size: 18px;
    font-weight: bold;
}

.GameInfo .VsInfo
{
    float: left;
    width: 500px;
    font-style: italic;
}

.GameInfo .VsInfo .HomeTeam
{
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.GameInfo .VsInfo .AwayTeam
{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.GameInfo .VsInfo .HomeTeamScore
{
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
}

.GameInfo .VsInfo .AwayTeamScore
{
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
}

.GameInfo .GameTime, .GameInfo .Location
{
    float: left;
    clear: both;
    margin-left: 98px;
    width: 400px;
}

.GameInfo .GameType
{
    float: left;
    clear: both;
    margin-left: 98px;
    width: 400px;
}

.GameInfo .CancellationInfo
{
    float: left;
    clear: both;
    margin-left: 98px;
    width: 400px;
    font-weight: bold;
    color: #FF0000;
}

.GameCount
{
    clear: both;
    margin-bottom: 10px;
}

.CancelledGame
{
    color: #FF0000;
}
