.sheduleTable
{
	background: #d4e4f0;
	text-align: center;
}
.leftTopHeaderScheduleCell
{
	background-color: White;
}
.headerScheduleCell
{
	BACKGROUND-IMAGE: url(Img/headerBg.gif);
	BACKGROUND-REPEAT: repeat-x;
	COLOR: Black;/*#2f77bf;*/
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	HEIGHT: 23px
}
.leftBodyScheduleCell
{
	background-color: White;
}
.bodyScheduleCell
{
	background-color: White;
}
.availableScheduleCell
{
	background-color: greenyellow;
}
.notAvailableScheduleCell
{
	background-color: Red;
}
.scheduledScheduleCell
{
	background-color: Blue;
	color: White;
}
