﻿.SchedulerTableStyle
{
    width:240px;
    height:300px;
    padding:0px;
    margin:0px;
    border-spacing:0px;
    border-width:0px;
    border-collapse:collapse;
}

.SchedulerTableStyle td
{
    padding:0px;
    margin:0px;
    border-spacing:0px;
    border-width:1px;
    border-color:Black;
    border-style:solid;
}
.SchedulerTableStyle a,
.SchedulerTableStyle span
{
	text-align:center;
	font-weight:bold;
}


.SchedulerWeekend a,
.SchedulerWeekend span
{
    color:Black;
    font-weight:bold;
    width:30px;
    text-align:center;
}
.SchedulerOtherMonth a,
.SchedulerOtherMonth span
{
    color:Black;
    text-align:center;
}
.SchedulerDay a,
.SchedulerDay span
{
    color:Black;
    font-weight:bold;
    width:30px;
    text-align:center;
}