﻿.SchedulePanel
{
    display: block;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
}
.ScheduleDate
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Arial, Tahoma, Verdana;
    font-size: 1em;
    color: #5e941b;
}
.ScheduleTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-size: 0.9em;
    font-weight: bold;
    color: #ac0000;
    letter-spacing: -1px;
}
.ScheduleLabel
{
    display: block;
    float: left;
    width: 100px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 9pt;
    color: #333333;
    font-weight: bold;
    margin-left: 5px;
    clear: left;
    line-height: 22px;
}
.ScheduleValue
{
    display: block;
    float: left;
    width: 470px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 13px;
    color: #333333;
    line-height: 22px;
}
.ScheduleDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #666666;
    line-height: 18px;
    margin-left: 5px;
}