.clmonth {
	border-collapse: collapse;
	width: 700px;
}
.clmonth caption {
	text-align: left;
	font: bold 36px Georgia, "Times New Roman", Times, serif; 
	padding-bottom: 6px;
}
.clmonth th {
	border: 1px solid #AAAAAA;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #CCCCCC;
	color: #3F3F3F;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100px;
}
.clmonth td {
	border: 1px solid #EAEAEA;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	border: 2px solid #4682B4;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.clmonth td.active {
	background-color: #B1CBE1;
	color: #2B5070;
	border: 2px solid #4682B4;
	line-height: 11px;
}
.clmonth td.birthday {
	color: #2B5070;
	border: 2px solid #4682B4;
	line-height: 12px;
	font-weight: normal;
}	
.clmonth td.links {
	line-height: 12px;
	font-weight: bold;
	border: thin double #FFFFFF;

}
.clmonth ul {
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
	padding-right: 6px;
}
.clmonth li {
	margin-bottom: 8px;
}
a {
	text-decoration: none;
}
