.clsBody
{
    BORDER-RIGHT: #C6D7DA thin solid;
    BORDER-TOP: #C6D7DA thin solid;
    BORDER-LEFT: #C6D7DA thin solid;
    BORDER-BOTTOM: #C6D7DA thin solid;
}

.clsCurrentWeek {
	color: #ffffff;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
        BORDER-TOP: #C6D7DA thin solid;
        BORDER-BOTTOM: #C6D7DA thin solid;
	BACKGROUND-COLOR: #8CC6FF;
        FONT-WEIGHT: bolder;
        font-weight: bold
}

.clsCurrentWeek2 {
	color: #000000;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
        BORDER-TOP: #C6D7DA thin solid;
        BORDER-BOTTOM: #C6D7DA thin solid;
        FONT-WEIGHT: bolder;
        font-weight: bold
}

.clsDayName{
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsCurrentDay {
	color: #ffffff;
	BACKGROUND-COLOR: #398CE7;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	FONT-WEIGHT: bolder;
        font-weight: bold
}
.clsWorkDay{
	color: #000000;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWorkDay:hover{
	color: #009400;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 12px;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWorkDayOtherMonth{
	color: #000000;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEnd{
	color: #FF0000;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEnd:hover{
	color: #009400;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 12px;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEndOtherMonth{
	color: #FF0000;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsHighLight{
	color: #ffffff;
	background-color: #cc0000;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;	
        font-weight: bold
}
.clsPreview{
	color: #000080;
	background-color: #ffffff;
	font-size : 12px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;	
        font-weight: bold
}