.calDOW {
	font-size: 9px; 
	color: white;
	background-color: #106ac5;
}

.calMonth {
	font-size: 12px; 
	color: white;
}

.calDayNumber {
	font-size: 10px; 
	color: white;
}

.calInactiveDayNumber {
	font-size: 10px; 
	color: #CCCCCC;
}

.calDaySelect {
	font-size: 10px; 
	color: white;
	background-color: #106ac5;
}

A.calDayNumber:hover, A.calDayNumber:active { 
	background-color: #106ac5; 
	font-weight : bolder;
}

A.calDaySelect:hover, A.calDaySelect:active { 
	background-color: #106ac5; 
	font-weight : bolder;
}

.calToday {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	background-color: #8C82A4; 
	color: white;
}
A.calToday:link, A.calToday:visited { 
	text-decoration: none ; 
}
A.calToday:hover, A.calToday:active { 
	text-decoration: none; 
	background-color: #106ac5; 
	font-weight : bolder;
}
