/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: 11px!important;
	color: black;
	float:left;
	margin:5px 0px 5px 0px;
	

}
.ui-dropdownchecklist-selector {
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
}
.ui-state-default {background:#eee!important;}
.ui-state-default:hover {background:#fff!important;}
.ui-state-hover, .ui-state-active {
	border-color: #aaa;
	background:#fff!important;
}
div.ui-widget-content  .ui-state-default {background:#fff!important; line-height:40px;}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #aaa;
	padding:10px 0px 0px 0px;
	
}
.ui-dropdownchecklist-item {

	margin:0px;
	padding:0px;
}

.ui-dropdownchecklist-item input {
	margin:3px 5px 0px 5px;
	padding:0px;
	width:auto;
	clear:both;
	
	
}

.ui-state-hover {
	background-color:#eee;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: 11px!important;
	line-height:20px;
	padding-left:5px;
	display: inline-block;
	position: relative;
	/* line-height: 20px; */
}


/*tpw*/
.ui-dropdownchecklist-selector-wrapper{	position: relative;	margin-right: 10px; text-align: left!important; }
.ui-dropdownchecklist-selector, .ui-dropdownchecklist-item { padding-right: 10px; }
.ui-state-default{ text-align: left!important; background: #FFF; }
.ui-state-hover{ background: #EEE; 	cursor: pointer;}
.ui-dropdownchecklist-selector:hover, .ui-dropdownchecklist-item:hover, .ui-dropdownchecklist-text:hover { cursor: pointer; }
.ui-dropdownchecklist-selector:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #666;
	top: 10px;
	right: 5px;
}





.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

span.ui-dropdownchecklist-text span { display:block; background:none!important;}