table.mpcalendartitle { border: solid thin #745294; }

.eventcalendar{ margin: 0px 0px 10px 0px; }

.mpcalendarday {
	border: solid 1px black;
	font-size: 8pt;
	color: Black;
	text-align: center;
}

.mpcalendardayheader {
	font-weight: bold;
	font-size: 8pt;
	border: solid thin #545454;
	color: black;
	background: #745294;
	text-align: center;
}

.mpcalendarmain {
	padding: 3px;
	margin: 0;
	color: black;
	background: #745294;
	font-size: small;
	width: 100%;
}

.mpcalendarmain a { color: white !important; text-decoration: none; }

.mpcalendarmain a:hover { text-decoration: underline; }

.mpcalendarnextprevious {
	border: solid thin #745294;
	color: white;
	background: #745294;
	text-align: center;
}

.mpcalendarnextprevious a {
	font-weight: bold;
	font-size: small;
	color: black;
	background: #745294;
	text-align: center;
}

.mpcalendarothermonth {
	border: solid 1px black;
	background-color: #D8CCFF;
	font-size: 8pt;
	color: Black;
	text-align: center;
	white-space: nowrap;
}

.mpcalendarselectedday {
	border: solid 1px black;
	background-color: #FFFFE0;
	font-size: 8pt;
	color: Black;
	text-align: center;
}

.mpcalendarselector {
	color: #8AAF55;
	background: #745294;
	border: solid thin #745294;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.mpcalendartitle {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #745294;
	border: solid thin #745294;
}

.mpcalendartoday {
	border: solid 1px black;
	background-color: #53346b;
	color: Black;
	font-size: 8pt;
	text-align: center;
}

.mpcalendarweekendday {
	border: solid 1px black;
	background-color: #AB90C4;
	color: Black;
	font-size: 8pt;
	text-align: center;
}