
.calendarTitle {
	font-size: 17pt;
	font-weight: bold;
	color: #804659;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
.calendarCellTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #d3d0d0;
	background-color: #413e3f;	
	padding: 0.25em 0em 0.25em 0em;
}
.calendarTableDays {
	font-size: 12pt;
	font-weight: bold;
}
.calendarCellDays {
	font-size: 12pt;
	font-weight: bold;
	color: #413e3f;
	background-color: #d3d0d0;
	padding: 0.8em 0em 0.8em 0em;
	
}
.calendarCellDead {
	font-size: 12pt;
	font-weight: bold;
	color: #413e3f;
	background-color: #877e7f;
	padding: 0.8em 0em 0.8em 0em;
}
.calendarCellHilite {
	font-size: 12pt;
	font-weight: bold;
	color: #d3d0d0;
	background-color: #804659;
}
a.calendarCell {
	font-weight: bold;
	color: #d3d0d0;
}
.popupTitle {
	font-size: 10pt;
	color: #d3d0d0;
	font-weight: bold;
	margin: 0.5em;
}
.popupBlock {
	font-size: 10pt;
	color: #413E3F;
	margin: 0.25em 0.5em 0.5em 0.5em;
}