﻿#divSidebar
{
    position:relative;
    top: 0px;
    width:250px;
}

#divSchedule
{
    position:relative;
    width:100%;
    border-bottom:solid 1px #CCCCCC;
}

.clsMenuContent
{
    width: 100%;
    background-color: White;
    
}

A.clsMenuLink
{
    color: Black;
    text-decoration: none;  
}
A.clsMenuLink:Hover
{
    font-size: 10pt;
    color: Blue;
}
.clsMenuIcon
{
    width:20px;
    height:20px;
}   

.clsScheduleTitle
{
     text-align: left;
     background-color: #CCCCCC;
     border-bottom: dotted 1px black;
     font-weight:bold;
}

.clsSchedule table
{
    position:relative;
    top:0px;
    width:100%;
}

.clsSchedule * th
{
    background-color: gold;
}
