.MFbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000066;
	background-color: #CCCCCC;
	font-weight: bolder;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EBEBEB;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

.MFtoolbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000066;
	background-color: #CCCCCC;
	font-weight: bolder;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EBEBEB;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.MFedit {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	background-color: #FFFFE1;
	padding:1px;
}

a.MFplusminus:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a.MFplusminus:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.MFtr {
	background-color: E9E9E9;
}

.MFtha {
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
}
.MFtha:link { color: #000000; }
.MFtha:visited { color: #000000; }
.MFtha:active {	color: #000000; }
.MFtha:hover { color: #000000; }


.MFstaticlink:link       { color: rgb(0, 153, 255) }
.MFstaticlink:active     { color: rgb(0, 153, 255) }
.MFstaticlink:visited    { color: rgb(0, 153, 255) }

.MFstaticlink_red:link       { color: red; }
.MFstaticlink_red:active     { color: red; }
.MFstaticlink_red:visited    { color: red; }

.mCal { width: 100% }
.mCal_header { text-align:center; font-weight:bold; }
.mCal_week { font-weight:bold; }
.mCal_dayNames {}
.mCal_weekday { text-align:center; color:black; background-color:#D3D3D3; }
.mCal_sunday { text-align:center; color:red; background-color:#FFE4E1; }
.mCal_blank { color:black; background-color:white; }

