﻿.TimeTableContainer
{
    text-align: center;
    margin: 3px;
}

.TimeTable_Table
{
    width: 100%;    
    border: 1px solid gray;
    padding:0px;
    margin:0px;
    border-spacing: 0;
    table-layout: fixed;    
}
.TimeTable_HeaderRow
{
    background: #ffefac;
    height: 30px;    
}
.TimeTable_HeaderSlotCell
{
    border: 1px solid gray;
    width: 50px;
}
.TimeTable_HeaderTrackCell
{
    border: 1px solid gray;
}
.TimeTable_Row
{
   height: 30px;
}
.TimeTable_SlotCell
{
    border: 1px solid gray; 
    background: #ffefac;   
}
.TimeTable_SessionCell
{
    border: 1px solid gray;
}
.TimeTable_SessionAltCell
{
    border: 1px solid gray;
}
.TimeTable_SessionBreakCell
{
    border: 1px solid gray;
}
