/*  Anything CONTAINING widgets */

.ui-widget-container {
}

/*  WIDGETS 
	- modified to only affect editime widget instead of all jQuery widgets
	  so this doesn't have impact outside of it's environment 
	  don.kelley@tyze.com 2013
*/
.ui-editime.ui-widget {
	/*font-size: 12px;*/
	font-size: 1.2em;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 2px 2px;
	/*background-color: #F0F0F0;*/
	background-color: white;
	float:left;
	width: 200px !important;
	min-height: 23px;
	/*font-size: 0.8em;*//*auto !important;*/
}

.ui-editime.ui-widget:hover {
	/*border: 1px solid black;*/
	/*background-color: #E0E0E0;*/
}
.ui-widget-editime {
	width:5em;
}

.ui-widget-editime-form {
	padding:2px;
}

.ui-widget-editime-control {
	width:17em;
	position:absolute;
	z-index:10;
}

.ui-widget-editime-ok {
	width:30px;
	height:20px;
	background: #fff;

	border:1px solid black;
	padding:2px;
	float:right;
	cursor:default;
}

.ui-widget-editime-ok:hover {
	background-color:#C0C0C0;
}
.ui-widget-editime-control form {
	float:left;
}
.ui-widget-editime-control .ui-widget-editime-hour {
	width:2em;
}
.ui-widget-editime-control .ui-widget-editime-minute {
	width:2em;
}

label.ui-widget-editime-action {
	font-size: 1.0em;
}
