
.MMDP_Calendar
{
	font-family:Arial;
	font-size:12px;
	/*background-image:url('Img/calendarBgBlue.gif');*/
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:White;
	width:180px;
	border-style:solid;
	border-width:1px;
	border-color:Red;
}

.MMDP_CalendarHeader
{
	
	background-image:url('Img/titleBg.gif');*/
	color:#ffffff;
}

.MMDP_VisibleDate
{
	background-image:url('../../images/datepicker/navstrip.gif');
}

.MMDP_FastNavigation
{

}

.MMDP_SlowNavigation
{
	
}

.MMDP_Weekday
{
	background-color:White;
}

.MMDP_OtherMonthDay
{
	visibility:hidden;
}

.MMDP_RegularDay
{
color:#000000;
}

.MMDP_RegularDay:hover
{
	background-color:#b05050;
	color:#ffffff;
}

.MMDP_TodaysDay
{
	background-color:#b05050;
	color:#ffffff;
}

.MMDP_SelectedDay
{
background-color:#b05050;
	color:#ffffff;
}
	
.MMDP_ClosedDay
{
	text-decoration:line-through;
	color:Gray;
}

.MMDP_DateInput
{
	width:70px;
}

.MMDP_PopupTD
{
	padding-right:5px;
}

.MMDP_Tooltip
{
	font-family:Arial;
	font-size:10px;
	white-space:nowrap;
	border:solid 1px black;
	background-color:InactiveCaption;
}


.RsvCtrlWrapper
{
	font-family:Arial;
	font-size:12px;
}
.Header
{
  	font-weight:bold; font-family:Arial; font-size:11px;
}

.HeaderAlt
{
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
}

.ResDropDown
{
	font-size:10px;
	width:35px;
}