﻿#ScheduleContainer
{
    width:661px;
    overflow:hidden;
    margin-bottom:35px;
}
.ScheduleTitle
{
    background-image:url("../images/sprite.jpg");
    background-position:-980px -55px;
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-family:"Gotham",Arial;
    font-size:19px;
    font-weight:bold;
    height:38px;
    padding:17px 0 0 18px;
    width:100%;
}
#ScheduleBodyContainer
{
    width:625px;
    overflow:hidden;
    background-color:#fff;
    padding:17px 18px;
}
.ScheduleTableContainer
{
    width:625px;
    font-size:12px;
    color:#333;
    overflow:hidden;
    clear:both;
}
.ScheduleTableHeader
{
    width:100%;
    font-weight:bold;
    overflow:hidden;
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    background-position:-980px -110px;
}
.ScheduleTableHeaderItem
{
    float:left;
    display:inline;
    width:78px;
    height:40px;
    overflow:hidden;
    text-align:center;
    color:#fff;
    padding-top:10px;
}
.ScheduleTableColumn
{
    float:left;
    display:inline;
    width:78px;
    overflow:hidden;
}
.ScheduleTableTimeItem
{
    font-weight:bold;
    height:34px;
    color:#333;
    text-align:center;
    padding-top:15px;
    border-bottom:1px solid #ccc;
}
.ScheduleTableBody
{
    clear:both;
    border:1px solid #ccc;
    border-top:0;
    border-bottom:0;
    overflow:hidden;
}
.ScheduleTableContentItem, .ScheduleTableContentItem2, .ScheduleTableContentItem3, .ScheduleTableContentItem4, .ScheduleTableContentItem5, .ScheduleTableContentItem6
{
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    height:42px;
    overflow:hidden;
    padding:2px;
    text-align:center;
    vertical-align:middle;
    padding-top:5px;
}
.ScheduleTableContentItem2
{
    height:92px;
}
.ScheduleTableContentItem3
{
    height:140px;
}
.ScheduleTableContentItem4
{
    height:190px;
}
.ScheduleTableContentItem5
{
    height:240px;
}
.ScheduleTableContentItem6
{
    height:290px;
}
.SchedulePreviousWeek, .ScheduleNextWeek
{
    display:inline;
    cursor:pointer;
    margin-bottom:15px;
    color:#004775;
    font-size:10px;
    font-weight:bold;
}
.SchedulePreviousWeek:hover, .ScheduleNextWeek:hover
{
    color:#0099C3;
    text-decoration:none;
}
.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:17px;
    right:18px;
}
.ScheduleLinksHolder
{
    float:none;
    height:20px;
    overflow:hidden;
}
