/* ======= Date Picker ======= */

#DPmainTable		{border:1px solid black; background-color:#FFFFFF; font-family:Arial,Helvetica,Sans-Serif; font-size:12px}
.DPdateField		{width:76px; border:0; font-size:11px; padding:1px 0 0 3px}
.DPdateSelect		{border:1px solid #999999; background-color:white}
.DPmonthRolldown	{width:90px; font-size:11px}
.DPyearInput		{width:38px; font-size:11px}
.DPbuttonsRow		{
	background-color:#DDDDDD
}

.DPdateButton		{width:20px; height:20px; font-weight:bold; font-size:10px}
.DPdateButton2		{width:40px; height:20px; font-weight:normal; font-size:10px}
.DPcalendarTitles TD{border-bottom:1px solid black; font-size:11px; color:black; line-height:14px}
.DPcalendar TD		{font-size:11px; font-weight:normal}
.DPinMonth			{color:#000000; text-decoration:none; width:22px; height:12px; line-height:14px}
.DPnotInMonth		{color:#999999; text-decoration:none; width:22px; height:12px; line-height:14px}
.DPinMonth:hover	{font-weight:bold}
.DPnotInMonth:hover	{font-weight:bold}
.DPoutOfRange		{color:red; line-height:14px}
#DPrangeCell		{
	background-color:#FFFFFF;
	font-size:11px;
	text-align:center;
	line-height:14px
}
#DPdateToday		{font-size:11px; font-weight:bold; line-height:20px}
