/** 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;
}
.ui-dropdownchecklist-selector, .ui-dropdownchecklist-selector.ui-state-hover {
	font-size: 0px;
	border-color: #ccc;
	padding: 0 16px 0 3px;
	background: url('../img/tooltip_arrow.png') center right 5px no-repeat #f8f8f8;
}
.ui-dropdownchecklist-text {
	font-size: medium;
	padding: 6px 0;
	font-size: 12px;
	color: #333;
	font-weight: normal;
        
        
}
.ui-dropdownchecklist-selector.ui-state-hover, .ui-dropdownchecklist-item.ui-state-hover {

	cursor: pointer;
}

.ui-dropdownchecklist-item.ui-state-hover { background: inherit; border-color: #d0d0d0; }

.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.ui-dropdownchecklist-item {
	
	padding: 3px;
}

.ui-dropdownchecklist-item .ui-dropdownchecklist-text {
	
	padding-left: 4px;
}
