﻿.MMDP_Calendar
{
	font-family:Arial;
	font-size:12px;
	border:solid 1px #ab9784;
	background-color:#f1eadd;
	width:180px;
}

.MMDP_CalendarHeader
{
	height:20px;
	background-repeat:repeat-x;
	background-image:url('Img/titleBg.gif');
	color:White;
}

.MMDP_VisibleDate
{
}

.MMDP_FastNavigation
{
}

.MMDP_SlowNavigation
{
}

.MMDP_Weekday
{
	color:#7d0000;
	height:18px;
	border-bottom:solid 1px #a4a4a4;
}

.MMDP_OtherMonthDay
{
	visibility:hidden;
}

.MMDP_RegularDay
{
}

.MMDP_TodaysDay
{
	background-color:#ded1c3;
	color:#8e3c00;
	
}

.MMDP_SelectedDay
{
	background-color:#ded1c3;
	color:#8e3c00;
}
	
.MMDP_ClosedDay
{
	text-decoration:line-through;
	color:Gray;
}

.MMDP_DateInput
{
	width:76px;
}

.MMDP_PopupTD
{
	padding-left:2px;
	padding-right:2px;
	cursor:pointer;
	
}

.MMDP_Tooltip
{
	font-family:Arial;
	font-size:10px;
	border:solid 1px #ded1c3;
	background-color:White;
	width:60px;
}
