.indexMonthText {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: 000000;
	background: #D2CBBF;
	text-decoration: none;
}

a.monthText {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background: #E7E0D2;
	text-decoration: none;
}

a.monthText:hover {
	background: #D2CBBF;
}

.monthTextOff {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: 000000;
	background: #D2CBBF;
}

.monthDelim {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

.today {
	font-weight: bold;
}

a.eventlink {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #7E0001;
}

table.month {
	background: #D2CBBF;
}

td.event {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #E7DFD2;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

td.today {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #D3D3D3;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

td.weekday {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

td.weekend {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #F0F0F0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

td.weekdayHead {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

td.weekendHead {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #F0F0F0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

table.monthCalendar { width: 600px; background-color: #E7E0D2; }