﻿.ScheduleTitle
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.ScheduleTableContainer
{
    width:626px;
    font-size:12px;
    overflow:hidden;
    clear:both;
}
.ScheduleTableHeader
{
    width:626px;
    height:50px;
    overflow:hidden;
    font-weight:bold;
    background:#fff url(../Images/sprite.jpg) 0 -91px no-repeat;
}
.ScheduleTableHeaderItem
{
    float:left;
    display:inline;
    width:78px;
    height:40px;
    overflow:hidden;
    text-align:center;
    color:#ffffff;
    padding-top:10px;
}
.ScheduleTableColumn
{
    float:left;
    display:inline;
    width:78px;
    overflow:hidden;
}
.ScheduleTableTimeItem
{
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-weight: bold;
    height: 34px;
    padding-top: 15px;
    text-align: center;
}
.ScheduleTableBody
{
    clear:both;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    overflow:hidden;
    background:#fff url(../Images/scheduleBg.jpg) repeat-y;
}
.ScheduleTableContentItem, .ScheduleTableContentItem2, .ScheduleTableContentItem3, .ScheduleTableContentItem4, .ScheduleTableContentItem5, .ScheduleTableContentItem6
{
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 42px;
    overflow: hidden;
    padding: 5px 2px 2px;
    text-align: center;
    vertical-align: middle;
}
.ScheduleTableContentItem2
{
    height:92px;
}
.ScheduleTableContentItem3
{
    height:142px;
}
.ScheduleTableContentItem4
{
    height:192px;
}
.ScheduleTableContentItem5
{
    height:242px;
}
.ScheduleTableContentItem6
{
    height:292px;
}
.SchedulePreviousWeek, .ScheduleNextWeek
{
    display:inline;
    cursor:pointer;
    font-size:10px;
    font-weight:bold;
    margin-bottom:15px;
    color:#004775;
}
.SchedulePreviousWeek:hover, .ScheduleNextWeek:hover
{
    color:#00a0db;
}
.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:19px;
    right:11px;
}
.ScheduleLinksHolder
{
    float:none;
    height:20px;
    overflow:hidden;
}
#ScheduleContainer
{
    width:626px;
    overflow:hidden;
    margin:17px auto 0 auto;
}
