﻿.mpcalendarmain
{
	border: solid 1px black;
	padding: 3;
	color: Black;
	font-size: small;
	width: 100%;
	text-align: center;
}
.mpcalendardayheader
{
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	background-color: Maroon;
}
.mpcalendarday
{
	border: solid 1px black;
	font-size: 12px;
	color: Black;
	text-align: center;
	background-color: #FFFFFF;
}
.mpcalendarnextprevious
{
	font-weight: bold;
	font-size: 10px;
	color: Black;
	text-align: center;
}
.mpcalendarothermonth
{
	border: solid 1px black;
	background-color: #f3f3f3;
	font-size: 10px;
	color: Black;
	text-align: center;
}
.mpcalendarselectedday
{
	border: solid 1px black;
	background-color: #FFFFE0;
	font-size: 10px;
	color: Black;
	text-align: center;
}
.mpcalendarselector
{
	background-color: #eee;
	color: Green;
	border-color: Red;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.mpcalendartitle
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.mpcalendartoday
{
	border: solid 1px black;
	background-color: #FFFFE0;
	color: Black;
	font-size: 10px;
	text-align: center;
}
.mpcalendarweekendday
{
	border: solid 1px black;
	background-color: #D3D3D3;
	color: Black;
	font-size: 10px;
	text-align: center;
}
