
table.Schedule
{
    margin-left: 30px;
}

table.Schedule th
{
    vertical-align: top;
    white-space: nowrap;
}

table.Schedule td
{
    vertical-align: top;
    padding: 0 5px;
}

table.Schedule td.Time
{
    white-space: nowrap;
    text-align: right;
}


table.TimeTable
{
    width: 100%;
}

table.TimeTable td
{
    text-align: left;
    padding: 0 5px;
}

table.TimeTable td.Time
{
    font-weight: bold;
    text-align: right;
    border-right: 1px dashed #a5a96a;
}

table.TimeTable th
{
    font-size: .85em;
    text-align: center;
    border-bottom: 1px solid #a5a96a;
}

table.TimeTable tr.Even
{
    background-color: #e9e6b2;
}