﻿.ScheduleTitle
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.ScheduleTableContainer
{
    width:640px;
    font-size:12px;
    overflow:hidden;
    clear:both;
}
.ScheduleTableHeader
{
    width:100%;
    font-weight:bold;
}
.ScheduleTableHeaderItem
{
    float:left;
    display:inline;
    width:80px;
    height:40px;
    overflow:hidden;
    text-align:center;
    background-color:#7C4823;
    color:#ffffff;
    padding-top:10px;
}
.ScheduleTableColumn
{
    float:left;
    display:inline;
    width:80px;
    overflow:hidden;
}
.ScheduleTableTimeItem
{
    font-weight:bold;
    background-color:#8C8C8C;
    height:34px;
    color:#ffffff;
    text-align:center;
    padding-top:15px;
    border-bottom:1px solid #A4A4A2;
    border-right:2px solid #A4A4A2;
}
.ScheduleTableBody
{
    clear:both;
}
.ScheduleTableContentItem, .ScheduleTableContentItem2, .ScheduleTableContentItem3, .ScheduleTableContentItem4, .ScheduleTableContentItem5, .ScheduleTableContentItem6
{
    border-bottom:1px solid #A4A4A2;
    border-right:1px solid #A4A4A2;
    height:45px;
    overflow:hidden;
    padding:2px;
    text-align:center;
    vertical-align:middle;
}
.ScheduleTableContentItem2
{
    height:95px;
}
.ScheduleTableContentItem3
{
    height:145px;
}
.ScheduleTableContentItem4
{
    height:195px;
}
.ScheduleTableContentItem5
{
    height:245px;
}
.ScheduleTableContentItem6
{
    height:295px;
}
.SchedulePreviousWeek, .ScheduleNextWeek
{
    display:inline;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    margin-bottom:15px;
}
.SchedulePreviousWeek
{
    float:left;
    display:inline;
    clear:right;
}
.ScheduleNextWeek
{
    float:right;
    display:inline;
    clear:right;
}
.ScheduleTimezoneSelector
{
    /*
    float:right;
    display:inline;
    clear:both;
    margin-bottom:15px;
    */
    position:absolute;
    top:12px;
    right:10px;
}
.ScheduleLinksHolder
{
    float:none;
    height:20px;
    overflow:hidden;
}