.clsDataArea{
	width:160px;
	background : #F4F4F4;
}

.clsOuterFrame {
	background-color : #3F738D;
	width:160px;
}

.clsInnerFrame {
	background-color : #7BA1B1;
}

.clsTopPartNavpanel {
	background-color : #A9BBBD;
	height: 3px;
	width:160px;
}

.clsBottomPartNavpanel{
	background-color : #59879D;
	height: 3px;
}

.clsNavpanel {
	background-color : #7BA1B1;
	
	
}
.clsDateGrid{
	background-color : #3F738D;
	
}


.clsWeekDay{
	background-color: #ECECF1;
	font: bold 11px Verdana, Arrial Narrow, sans-serif;
	color: #3F738D;
	width : 15px;
	text-align: center;
}


.clsSelectedDayCell{
	background-color: #383C54;
	text-align: center;
}
.clsWorkDayCell{
	background-color: #4A6366;
	text-align: center;
	width : 15px;
}
.clsHoliDayCell{
	background-color: #2A5155;
	text-align: center;
	width : 15px;
}
.clsOtherMonthDayCell{
	background-color: #B0BCCC; 
	text-align: center;
	width : 15px;
}


.clsOtherMonthDay{
	font: 11px Verdana, Arrial Narrow, sans-serif;
	color: Silver;
	text-decoration : none;
}
.clsCurrentMonthDay{
	font:  11px Verdana, Arrial Narrow, sans-serif; 
	color: #3F738D;
	text-decoration : none;
}
.clsSelectedDay{
	font: 11px Verdana, Arrial Narrow, sans-serif;
	color: #FFFFFF;
	text-decoration : none;
}

.clsInfoTitle{
	font: 11px Verdana, Arrial Narrow, sans-serif; 
	color: #FFFFFF;
	text-align: center;
}
