.calendar_date {text-align: right; font-weight: bold; font-size: 9pt; 
	font-family: Tahoma, Arial, Sans-serif;
	
	border-bottom: solid 1px #082567;
	background: #5791D0;
	padding: 1px 2px;
}
.calendar_table {width: 100%; border-collapse: collapse;}
.calendar_headcell {width: 14.2%; font-weight: bold; text-align: center;}
.calendar_datecell {width: 14.2%; height: 100px; 
	border: solid 1px #4682b4;
	border-collapse: collapse;
	background: white;
	
}
.calendar_diff {
	background: #E2E2E2;
}
.calendar_datecell_events {
	padding: 4px;
}
.calendar_month {
	margin: 5px 0;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
.month_table {
	width: 100%;
}
.month_table td {
	font-size: 14pt;
	font-weight: bold;
}