

.MCalendarHolder
{
	font-size: 12px;
	font-family: Arial;
	position: absolute;
	z-index: 100;
	width: 200px;
	height: 192px;
	display: none;
	top: 10px;
	left: 10px;
}

.MCalendarIframe
{
	left: 0px;
	top: 0px;
	width: 201px;
	height: 212px;
	position: absolute;
}

.MCalendarTable
{
	border: #808080 10px solid;
	width: 200px;
	cursor: pointer;
	cursor: hand;
	height: 192px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.MCalendarCellButton
{
	border-right: #808080 1px solid;
	border-top: #ffffff 1px solid;
	font-size: 8pt;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #808080 1px solid;
	font-family: Arial;
	height: 16px;
	background-color: #d4d0c8;
	text-align: center;
}
.MCalendarCellButtonDown
{
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	background-color: #d4d0c8;
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	height: 16px;
	text-align: center;
}
.MCalendarCellWEnd
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	width: 28px;
	color: red;
	font-family: Arial;
	height: 16px;
	background-color: #ffffff;
	text-align: left;
}
.MCalendarCellDate
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	width: 28px;
	color: #000000;
	font-family: Arial;
	height: 16px;
	background-color: #ffffff;
	text-align: left;
}
.MCalendarCellDateOver
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	width: 28px;
	color: #ffffff;
	font-family: Arial;
	height: 16px;
	background-color: #000000;
}
.MCalendarCellBlank
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	width: 28px;
	color: #d4d0c8;
	font-family: Arial;
	height: 16px;
	background-color: #d4d0c8;
}
.MCalendarCellHeader
{
	border-top: #808080 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #808080 1px solid;
	color: #ffffff;
	font-family: Arial;
	background-color: #808080;
	text-align: center;
}
.MCalendarCellFooter
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
	text-align: center;
}
.MCalendarCellMarkedDate
{
	border-top: #808080 1px solid;
	font-size: 8pt;
	border-left: #808080 1px solid;
	color: #000000;
	font-family: Arial;
	background-color: #c7c7e0;
}