.clmonth {
	border-collapse: collapse;
}
.clmonth caption {
	text-align: center;
	font: bold 100% Georgia, "Times New Roman", Times, serif; 
	padding-bottom: 0.4em;
}
.clmonth th {
	border: 1px solid #AAAAAA;
	border-bottom: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #CCCCCC;
	color: #3F3F3F;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.clmonth td {
	border: 1px solid #EAEAEA;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
	text-align: center;
	background-color: #ffffff;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.clmonth td.a {
	background-color: #B1CBE1;
	color: #2B5070;
	border: 2px solid #4682B4;
	text-align: center;
}
.clmonth td.event {
	background-color: #DEB1E1;
	color: #2B5070;
	text-align: center;
}
.clmonth td.weekend {
	text-align: center;
	color: #B44646;
}
.clmonth td.weekendaevent {
	background-color: #DEB1E1;
	color: #B44646;
	border: 2px solid #4682B4;
	text-align: center;
}
.clmonth td.weekenda {
	background-color: #B1CBE1;
	color: #B44646;
	border: 2px solid #4682B4;
	text-align: center;
}
.clmonth td.weekendevent {
	background-color: #DEB1E1;
	color: #B44646;
	text-align: center;
}
.clmonth td.aevent {
	background-color: #DEB1E1;
	color: #2B5070;
	border: 2px solid #4682B4;
	text-align: center;
}
