/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: 1px solid #aaa;
	background-color:#FFF;
}
.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: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: 13px;
	font-family: Arial;
	padding-left:5px;
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

/*.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }*/
.ui-dropdownchecklist-selector-wrapper { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #333333; height:23px;line-height:23px;cursor: pointer;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #333333; line-height:23px;cursor: pointer;}

.ui-widget-content .ui-dropdownchecklist-close
{
color: #a9003e;
font-weight: 700;
position: absolute;
text-align: center !important;
top: -29px;
width: 88%;
cursor:pointer;
}