
.ScheduleTable
{
    background-color: Gray;
}
.ScheduleRowHeader
{
    text-align: center;
    height: 20px;
}
.ScheduleColumnHeader
{
    text-align: center;
    background-color: #bfdadb;
    width: 110px;
}
.ScheduleRow
{
    background-color: White;
    height: 20px;
}
.ScheduleCell
{
    text-align: left;
	vertical-align: top;
    width: 110px;
}
HR
{
 border: none; /* Убираем границу для браузера Firefox */
 color: #bfdadb; /* Цвет линии для браузера Internet Explorer */
 background-color: #bfdadb; /* Цвет линии для браузера Firefox и Opera */
 height: 1px; /* Толщина линии */
}

.ScheduleFirstCell
{
}
.ScheduleWeekendCell
{
}
