.timepicker {
	position: relative;	
}

.timepicker .text {
	width: 50px;	
	z-index: 0;
}

.timepicker {
	font-size: 1.1em;	
}

.timepicker div {
	margin: 0px;
	padding: 0px;
}	


.timepicker .dropdown {
	width: 50px;
	background-color: white;
	color: #222222;	
	font-family: Verdana, Arial;
	padding: 3px;
	border: 0px solid #aaaaaa;
	z-index: 1000;
	position: absolute;
	top: 1px;
	left: 1px;
	visibility: hidden;	
}

.timepicker .shader {
	visibility: hidden;
	display: none;	
}

.timepicker .heading {
	background:#CCCCCC url( ../../web/images/timepicker/highlight-top.png) repeat-x scroll 50% 50%;
	border:1px solid #AAAAAA;
	color:#222222;
	font-weight:bold;	
	padding: 0.2em;
}

.timepicker .heading .timepanel {
	font-size: 18px;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 1em;	

}

.timepicker .heading .closebutton {
	display: block;
	float:right;
	margin: 4px 5px 0px 0px;
	padding:0.2em;
	text-align:center;
	text-decoration:none;
	width:1.9em;
	font-size: 1.1em;
	font-family: Verdana, Arial;
	color: #222222;	
	background: #E6E6E6 url( ../../web/images/timepicker/button-background.png) repeat-x scroll 50% 50%;
	border: 1px solid #D3D3D3
}

.timepicker .clr {
	clear: both;	
}

.timepicker .hourpanel {
	margin-top: 0px;
	border-right: 2px solid #AAAAAA;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	padding: 5px;
	width: 160px;
	float: left;		
}

.timepicker .minpanel {
	border-top: 2px solid white;
	padding: 5px;
	width: 110px;
	float: left;	
}

.timepicker .roundedcorners {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

.timepicker .dropdown .label {
	font-size: 11px;
	font-weight:bold;
	height: 20px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

.timepicker .timebutton {
	display:block;
	float:left;
	margin:1px;
	padding:0.2em;
	text-align:center;
	text-decoration:none;
	width:1.9em;
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #222222;	
	background: #E6E6E6 url( ../../web/images/timepicker/button-background.png) repeat-x scroll 50% 50%;
	border: 1px solid #D3D3D3;
}

.timepicker .timebutton:hover,
.timepicker .heading .closebutton:hover
{
	background:#DADADA url( ../../web/images/timepicker/ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #999999;
	color: #212121;	
}

.timepicker .timebutton:focus,
.timepicker .heading .closebutton:focus {
	outline: none; 
}

.timepicker .boldbutton {
	font-weight: bold;	
}


.timepicker .footer .set 
{	
	float: right;
	display: block;
	padding: 0.4em;
	line-height: 1.3em;
	width: 4em;
	text-align: center;
	background:#E6E6E6 url( ../../web/images/timepicker/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #D3D3D3;
	color: #555555;
	font-weight:normal;	
}

.timepicker .footer .set:hover 
{
	background:#DADADA url( ../../web/images/timepicker/ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #999999;
	color: #212121;	
}

.timepicker .footer .set:focus 
{
	outline: none;	
}
	
	
