
img.date_time_picker_button
{
	width: 31px;
	height: 21px;
	margin-left: 3px;
	*margin-bottom: 1px;
	cursor:pointer;
	cursor:hand;
	vertical-align: bottom;
}

.datePicker 
{
	background: #FFFFFF; 
	width: 200px; 
	border: 1px solid #555658;
	color: #000;	
}

.datePickerTitle
{
	white-space: nowrap; 
	background: #ADB6BB;
	width: 100%;
	height: 25px;
    color: #FFF;
	z-index: 10;
	margin-bottom: 1px;
}

.datePickerTitle td
{
    font-weight: bold;
    font-size: 13px;
}

.datePickerCalendar
{
	width: 175px;
	z-index: 10;
}

.datePickerCalendar td
{
	padding: 2px 7px;
	text-align: center; 
	height: 15;
	cursor: pointer;
}

.datePickerCalendar th
{
	padding: 3px 0;
	text-align: center; 
	background-color: #F0F1F2;	
}
td.dateToday
{
	border: 1px solid #E22021;
}
td.dateSelected
{
	background-color: #D6DADC;
}
td.prevNextMonth
{
	color: #C2C2C2;
}
td.mouseOver
{
	background-color: #D6DADC;
}
td.denied 
{
	color:  #ACA899;
	cursor:default;
	text-decoration:line-through;
}
