.clsDataArea{
	background : #E5F3FF;
	font-size: 80%;
	background-color: #F7F7F7;
	border: 1px solid #B6DDFF;
	width: 170px;
	padding: 2px;
}

.clsOuterFrame {
	background-color : #1371D5;
}

.clsInnerFrame {
	background-color : #E6F4FF;
}

.clsTopPartNavpanel {
	background-color : #FFF;
	height: 3px;
}

.clsBottomPartNavpanel{
	background-color : #C9DFF4;
	height: 3px;
}

.clsNavpanel {
	background-color : #CCC;
	
}
.clsDateGrid{
	background-color : #B6DDFF;
	
}


.clsWeekDay{
	background-color: #ECECF1;
	font: bold 11px Arial Narrow, Verdana sans-serif;
	color: #1371D5;
	width : 15 px;
	text-align: center;
}


.clsSelectedDayCell{
	background-color: #CC0000;
	text-align: center;
}
.clsWorkDayCell{
	background-color: #FFFFFF;
	text-align: center;
	width : 15 px;
}
.clsHoliDayCell{
	background-color: #FFE1E1;
	text-align: center;
	width : 15 px;
}
.clsOtherMonthDayCell{
	background-color: #FFFFFF; 
	text-align: center;
	width : 15 px;
}


.clsOtherMonthDay{
	font: 11px Arial Narrow, Verdana sans-serif;
	color: Silver;
	text-decoration : none;
}
.clsCurrentMonthDay{
	font:  11px Arial Narrow, Verdana sans-serif; 
	color: #3F738D;
	text-decoration : none;
}
.clsSelectedDay{
	font: 11px Arial Narrow, Verdana sans-serif;
	color: #FFF;
	text-decoration : none;
}

.clsInfoTitle{
	font: 12px Arial, Verdana sans-serif;
	color: #1371D5;
	text-align: center;
}
