.selectCaltitle {
	background-image:url(../imgs/monthBg.gif);
	background-color:#ECECEC;
	color:black;
	font-size : 12px; 
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-weight:bold;
	vertical-align:baseline;
}

.selectCaldayHeader {
	background-color: #f8f8e2;
	color:black;
	font-size:9px; 
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-weight:bold;
	width:21px;
	height:18px;
}

.selectCalDay {
	background-color: #e0e0e0;
	color:black;
	font-size:9px; 
    font-family: Geneva, Verdana, Arial, sans-serif; 
	height:18px;
}

.selectCalDayOn {
	background-color: #ccff00;
	color:black;
	font-size:9px; 
    font-family: Geneva, Verdana, Arial, sans-serif; 
	cursor:hand;
}

.selectCalToday {
	background-color: #a4cae6;
	color:black;
	font-size:9px; 
    font-family: Geneva, Verdana, Arial, sans-serif; 
}

.selectCalDayBlank {
	background-color: #eeeeee;
	color:black;
	font-size:9pt; 
	font-family : arial;
	height:18px;
}

.selectCaltable {
	border: 1px solid #455678;
	background-color: #FEFFFE;
}

.selectCalButton {
	/*background-color: #e0e0e0;
	border: 1px solid black;
	font-size:10pt;
	height:20px;
	cursor:hand;*/
}

.selectCalButtonOn {
	/*background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	font-size:10pt;
	height:20px;
	cursor:hand;*/
}

.selectCalButtonClose {
	/*background-color: #ffffff;
	border: 1px solid #e0e0e0;
	font-size:10pt;
	font-weight:bold;
	height:20px;*/
}

.selectCalButtonCloseOn{/*background-color: #FFFFFF;border: 1px solid black;font-size:10pt;font-weight:bold;height:20px;*/}
.selectCalButtonBar{/*background-color: silver;*/}
