.ui-timepickr ol li.hour, 
.ui-timepickr ol li.minute, 
.ui-timepickr ol li.second { width:30px; }

/* system theme (default) */

span.ui-timepickr span {
    border-width:1px;
    border-style:solid;
    border-color:ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;
    color:ButtonText;
    background:ButtonFace;
}

span.ui-timepickr span.ui-state-hover {
    color:HighlightText;
    background:Highlight;
}

li.ui-timepickr span {
	display:								block;
	width:									22px;
	height:									14px;
	padding:								10px 0 0 3px;
	color: 									#8ce0e0;
	background:								#000 url(/Images/calendar_bg_date.gif) no-repeat;
	text-decoration:						none;	
}
li.ui-timepickr.hover span {
	background:								#8ce0e0 url(/Images/calendar_bg_date.gif) no-repeat;
	color:									#000;
}


