/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
        height : auto !important;
}
.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 {
	padding: 0px 2px 0px 2px;
	font-size: 0px;
        background-image: none;
         background-color:  #f3f3f3;
         height: 25px !important;
         line-height: 25px;
}
.ui-dropdownchecklist-text {
	color: #000000;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
    background: none #fff !important;
    
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
