/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: medium;
	color: black;
	border: 1px solid #ACADB2;
}
.ui-dropdownchecklist-selector {
	height: 20px;
	/*border: 1px solid #ddd;*/
	background: #fff;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}
.ui-dropdownchecklist-item {
}
.ui-state-hover {
	/*background-color: #39f;*/
	/*cursor:pointer*/
	background-color:#cfe8ff;
}
.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: medium;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
}
.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
, .ui-widget.ui-dropdownchecklist-selector-wrapper {
	/*vertical-align: middle;
	font-size: 0px;
	*/
  font: 12px Arial,Helvetica,sans-serif;
  padding: 0 20px 0 7px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #E2E9EF;
  white-space: nowrap;
  position: relative;
  cursor: default;
  zoom: 1;
  border-top-color: #9c9c9c;
  line-height: 20px;
  background: #fff url(data:image/gif;base64,R0lGODlhDwAEAIAAAAAAAP///yH5BAAHAP8ALAAAAAAPAAQAAAIMhA+hu5gMw4n0UVUAADs=) no-repeat right center;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
	line-height:20px;
}
.ui-dropdownchecklist-text {
	display:inline-block !important;
	font: 12px Arial,Helvetica,sans-serif;
	line-height:20px;
}
.ui-dropdownchecklist-item {
	padding:0 7px;
	font: 12px Arial,Helvetica,sans-serif;
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-item input {
	margin-right:5px
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
.ui-dropdownchecklist-selector {
	background-color:#fff !important;
}