.clsDataArea{
	width:65px;
	z-index: 50;
}

.clsOuterFrame {
	width:150px;
	top: 20px;
	position: absolute;
	left : 18px;
	z-index: 50;
}

.clsInnerFrame {
	background-color : #7063EF;
	width:150px;
}

.clsTopPartNavpanel {
	background-color : #C7DCDE;
	height: 3px;
	
}

.clsBottomPartNavpanel{
	background-color : #59879D;
	height: 3px;
}

.clsNavpanel {
	background-color : #7063EF;
	
}
.clsDateGrid{
	background-color : #FFFFFF;
	
}


.clsWeekDay{
	background-color: #ECECF1;
	font: bold 11px Verdana, Arrial Narrow, sans-serif;
	color: #00000;
	width : 15 px;
	text-align: center;
}


.clsSelectedDayCell{
	background-color: #F22800;
	text-align: center;
}
.clsWorkDayCell{
	background-color: #FFFFFF;
	text-align: center;
	width : 15 px;
}
.clsHoliDayCell{
	background-color: #DCE6F0;
	text-align: center;
	width : 15 px;
}
.clsOtherMonthDayCell{
	background-color: #FFFFFF; 
	text-align: center;
	width : 15 px;
}


.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:10px Verdana, Arrial Narrow, sans-serif; 
	color: #00000;
	text-align: center;
	width:120px;
}
