﻿/************************************DatePicker Style Begin***************************************/

.DatePicker_DisText
{
	font-size: 12px;
	font-family: MS Sans Serif; 
	padding: 4px;
	font-weight: normal;
	padding-bottom: 1px;
	margin: 0px;
	padding-top: 2px;
	letter-spacing: 1px;
	height: 19px;
	filter:gray();
	color: graytext; 
	cursor: default;
}
.DatePicker_DisButton
{
	background-image: url(../Images/DatePicker/BIMG.gif);
	border-left: 0px solid;
	width: 20px;
	height: 19px;
	filter:gray();
	color: graytext; 
	cursor: default;
}

.MdateSelect		{border:1px solid #999999; background-color:white}
.MdateField			{width:76px; border:0; font-size:11px; padding:1px 0 0 3px}
.MmonthRolldown		{width:90px; font-family:Tahoma;font-size:12px;margin:2px;}
.MHourMinuteSel		{font-family:Tahoma;font-size:12px;margin:2px;}
.MyearInput			{width:38px;font-size:12px;font-family:Tahoma;height:auto;}
.MDateInput         {width:80px;font-size:12px;font-family:Tahoma;background-color:aliceblue;margin:2px;height:auto;}
.MbuttonsRow		{background-color:#dddddd;}
.MdateButton		{width:20px; height:20px; font-weight:bold; font-size:10px}
.MdateButton2		{width:40px; height:20px; font-weight:normal; font-size:10px}
.McalendarTitles TD	{border-bottom:1px solid black;font-family: MS Sans Serif; font-size:12px; color:#CCCCCC}
.Mcalendar TD		{font-size:12px; font-family: MS Sans Serif; font-weight:normal}
.MinMonth			{color:#000000; text-decoration:none; width:22px; height:12px}
.MnotInMonth		{color:#999999; text-decoration:none; width:22px; height:12px}
.MinMonth:hover		{font-weight:bold}
.MnotInMonth:hover	{font-weight:bold}
.MoutOfRange		{color:red}

#MdateSelector		{position:absolute;left:0;top:0;visibility:hidden;margin:0px;padding:0px}
#MdateContainer		{border:1px solid black;background-color:#FFFFFF;font-family:MS Sans Serif;font-size:12px;margin:0px;padding:0px}
#MdateToday			{font-size:10px; font-family: MS Sans Serif; font-weight:bold}
#MrangeCell			{background-color:#EEEEEE; font-size:11px; text-align:center}

#MdateContainer TABLE	{margin:0px;padding:0px}
#MdateContainer TD		{margin:0px;padding:0px}

/************************************DatePicker Style End***************************************/