﻿#divScheduleContainer{border: solid 1px #e0e2e5; width: 622px;}

#divSchedulePageHeader
{
    width: 622px;
    height: 75px;
    background-color: #edeef0;
}    

#divH2
{
    float: left;
    padding: 33px 0 0 10px;
}

#divH2 p{font-size: 0.65em;color: #8a8a8a;}

#divLinks
{
    float: right;
    padding: 52px 20px 0 0;
    font-size: 0.7em;
    color: #8a8a8a;
}

#divLinks a{text-decoration: none;color: #48b8d2;font-weight: bold;}
#divLinks a:hover{color: #0A1941;}

h2{color: #48b8d2; font-size: 1.0em;}

.tabWeekdayHeader
{
    width: 89px;
    height: 30px;
    background-color: #e0e2e5;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #ffffff;
}    

.tabWeekdayHeaderSunday /* TO REMOVE THE BORDER RIGHT */
{
    width: 89px;
    height: 30px;
    background-color: #e0e2e5;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}    

.tabWeekdayContent
{
    width: 89px;
    background-color: #ffffff;
    font-size: 0.7em;
    border-right: solid 1px #e0e2e5;
    line-height: 16px;
    vertical-align: top;
}

.tabWeekdayContentSunday
{
    width: 89px;
    background-color: #ffffff;
    font-size: 0.7em;
    line-height: 16px;
    vertical-align: top;
}

table td{width: 89px}

.spnScheduleStartTime{color: #48b8d2;font-weight: bold;}

.divWhiteBack
{
    background-color: #ffffff;
    padding: 5px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    height: 70px;
}

.divPinkBack
{
    background-color: #f5d6d6;
    padding: 5px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    height: 70px;
}

#divScheduleTable a{color: #0A1941; text-decoration: none; line-height: 14px;}
#divScheduleTable a:hover{color: #48b8d2; text-decoration: none;}