.clsCalendar {
	background-color: #336699;
	border-bottom: 2px solid #BCCCD7;
	border-right: 2px solid #BCCCD7;
	width: 140px;
}

.clsCalendar td {
	text-align: center;
}	

.clsMonth {
	background-color: #258DBF; /*#6699cc;*/
	color: #ffffff;
}

.clsWeekday {
	background-color: #BEDDEC; /*#99ccff;*/
	width: 40px;
}

.clsToday {
	background-color: #ffffff;
	font-weight:bold;
}

.clsDate {
	background-color: #ffffff;
}

.clsPast {
	color: #999999;
	text-decoration: none;
}

.clsFull {
	color: #999999;
	text-decoration: line-through;
}

.clsOpen {
	text-decoration: none;
}

.clsOpen:hover {	
	text-decoration: underline;
}