.clsDataArea{
	width:112;
	background : white;
	font-family: 'Verdana';
        font-size:12px;
}

.clsOuterFrame {
	background-color : #514F30;
}

.clsInnerFrame {
	background-color : #EAEAC0;
}

.clsTopPartNavpanel {
	background-color : #514F30;
	height: 3px;
}

.clsBottomPartNavpanel{
	background-color : #514F30;
	height: 3px;
}

.clsNavpanel {
	background-color : #7BA1B1;
	
}
.clsDateGrid{
	background-color : #514F30;
	
}


.clsWeekDay{
	background-color: #EEEEC8;
	font: bold 11px Verdana, Arrial Narrow, sans-serif;
	color: #5d190f;
	width : 15px;
	text-align: center;
}


.clsSelectedDayCell{
	background-color: #9A0004;
	color: #FFFFFF;
	text-align: center;
}
.clsWorkDayCell{
	background-color: #FFFFFF;
	text-align: center;
	width : 15px;
}
.clsHoliDayCell{
	background-color: #DDDCA5;
	text-align: center;
	width : 15px;
}
.clsOtherMonthDayCell{
	background-color: #FFFFFF; 
	text-align: center;
	width : 15px;
}

.JRGclsOtherMonthDay{
	color: Silver;
	font-size: 11px;
	font-family: Verdana;
	text-decoration : none;
}

.clsCurrentMonthDay{
	font:  11px Verdana, Arrial Narrow, sans-serif; 
	color: #5d190f;
	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: black;
	text-align: center;
}
