
.cntrCalendarhead {
	background-color: #A3A3A3;
	font-family: Tahoma;
	font-size: 10px;
	color: Black;	
	height: 20;
	width: 20;
	text-align:center;
}		

.cntrCalendar { 
	background-color: A3A3A3; 
	border-color: #898989;
	border-width: 1px;
	border-style: solid;
}

.cntrCalendarFooter {
		font-family: Tahoma;
		font-size: 10px;
		color: #003300;
}

.cntrCalendarButton {
		font-size: 11px;
		font-family:Arial;
		color: DimGray;
		border-color: #898989;
		border-width: 1px;
		border-style: solid;
}

.cntrCalendarCell { 
		background-color: #73856D; 
		font-family: Tahoma;
		font-size: 10px;
		width: 20;
		height: 20;
		color: #DCDCDC;
		text-align: Right;
}

.cntrHighlightCell {
		background-color:#666666; 
		font-family: Tahoma;
		font-size: 10px;
		width: 20;
		height: 20;
		color: #DCDCDC;
		text-align: Right;
}

.cntrCalendarTodayCell {
		background-color: #73856D; 
		font-family: Tahoma;
		font-size: 10px;
		width: 20;
		height: 20;
		color: Grey;
		text-align: Right;
}

.cntrCalendarlink { 
	color: #DCDCDC;
	text-decoration:none;
}
