body {
	background-color: #ffffff;
	color: #000000;
	font-size: 90%;
}
.lastmonth {
	text-align: left;
	width: 75px;
}
.nextmonth {
	text-align: right;
	width: 75px;
}
.clmonth {
	border-collapse: collapse;
	width: 900px;
}
.caption {
    width: 750px;
	text-align: center;
	font: bold 110% 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: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 110px;
}
.clmonth td {
	border: 1px solid #EAEAEA;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
.clmonth td.prior, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.clmonth td.active {
	background-color: #fafafa;
	color: #2B5070;
	border: 2px solid #4682B4;
	font-size:0.6em;
 	min-height: 100px; 
/*     height:auto !important;   A hack that causes other problems
    height:100px;   */
}
.clmonth td.curr {
    min-height:100px;
/*    height:auto !important;
    height:100px;    A hack that causes other problems  */
 }

.clmonth ul {
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
	padding-right: 6px;
}
.clmonth li {
	margin-bottom: 8px;
}
#footer {
    font-family:Arial, Helvetica, sans-serif; 
	font-size:0.7em; 
	font-style:italic;
	}
	
@media print {
.lastmonth { visibility: hidden; }
.nextmonth { visibility: hidden; }
.clmonth td.prior, .clmonth td.next {visibility: hidden;}
.clmonth td.active {background-color: #FFFFFF; color: #000000;
	border: 2px solid #000000; font-size:0.6em;}
	
.clmonth td.curr {
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #000000;
	font-size:0.6em;
}
	
}	