/*
* @version : 1.6
* @update : 2009-08-05
*/
/* Additional styles for jQuery UI time picker addition to jQuery UI date picker */
div.ui-datepicker-time {
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background: url('../images/calendar/bottom_th.gif') no-repeat;
	width: 225px;
	height: 57px;
	position: relative;
	/*_behavior: url("css/iepngfix.htc");*/
}
input.ui-datepicker-time {
	width: 18px !important;
	display: inline;
	border: none;
	background: transparent;
	color: #CACACA;
	font-weight: bold;
	font-size: 0.9em;
}

.ui-datepicker-Title { width: 188px; background: url('../images/calendar/top_th.gif') no-repeat left top; padding: 50px 25px 5px 10px; position: relative; /*_behavior: url("css/iepngfix.htc");*/ }
.ui-datepicker-closebutton { position: absolute; right: 4px; top: 4px; display: block; width: 25px; height: 25px; }
.ui-widget-header { background: none; border: none; }
.ui-datepicker-time .ui-datepicker-time-hour, .ui-datepicker-time .ui-datepicker-time-min { position: absolute; top: 12px; }
.ui-datepicker-time .ui-datepicker-time-less, .ui-datepicker-time .ui-datepicker-time-more { position: absolute; top: 10px; display: block; width: 18px; height: 18px; }
.ui-datepicker-time .ui-datepicker-time-hour { left: 127px; }
.ui-datepicker-time .ui-datepicker-time-min { left: 152px; }
.ui-datepicker-time .ui-datepicker-time-less { left: 98px; }
.ui-datepicker-time .ui-datepicker-time-more { left: 181px; }
.ui-datepicker-time .ui-datepicker-time-caption {
	font-weight: bold;
	padding-right: 0.5em;
}
.ui-widget-header .ui-icon { background-image: none; }

.ui-datepicker-div, .ui-widget-content { background: none !important; border: none; }
.ui-datepicker .ui-datepicker-prev { background: url('../images/calendar/arrow.gif') 0px 0px !important; }
.ui-datepicker .ui-datepicker-next { background: url('../images/calendar/arrow.gif') 20px 0px !important; }
.ui-state-default, .ui-widget-content .ui-state-default { background: url('../images/calendar/bg-cell_active.gif') repeat-x scroll 0 50%; border-color: #000; }
.ui-state-active, .ui-widget-content .ui-state-active { background: #C41131 none !important; border-color: #000; color: #FFF; }
.ui-datepicker-unselectable, .ui-widget-content .ui-datepicker-unselectable { opacity: 1; }
.ui-datepicker-unselectable span, .ui-widget-content .ui-datepicker-unselectable span { background-image: url('../images/calendar/bg-cell.gif') !important; }
.ui-state-disabled .ui-state-default { background-image: url('../images/calendar/_bg-cell.gif'); border-color: #ACB8B4; }

body.en div.ui-datepicker-time { background-image: url('../images/calendar/bottom_en.gif'); }
body.en .ui-datepicker-Title { background-image: url('../images/calendar/top_en.gif'); }
