.clsDataArea{
	width:160;
	background : #F4F4F4;
}

.clsOuterFrame {
	background-color : #f33b1e;
}

.clsInnerFrame {
	background-color : #f33b1e;
}

.clsTopPartNavpanel {
	background-color : #FBBDBD;
	height: 3px;
}

.clsBottomPartNavpanel{
	background-color : #f33b1e;
	height: 3px;
}

.clsNavpanel {
	background-color : #7f33b1e;	
}
.clsDateGrid{
	background-color : #CA230B;
}


.clsWeekDay{
	background-color: #FAD1B6;
	font: bold 11px Verdana, Arrial Narrow, sans-serif;
	color: #D6250C;
	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: #FD8A68;
	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: #FA611F;
	text-decoration : none;
}
.clsCurrentMonthDay{
	font:  11px Verdana, Arrial Narrow, sans-serif;
	color: #DA250C;
	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;
}
