/** 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 {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-family:Arial,Verdana;
	font-size: small;
	color:#666;
	padding-left: 5px;
        padding : 4px;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.ui-dropdownchecklist-item{
	border:0px !important;
	border-bottom: 1px solid #e0e0e0 !important;
	padding: 5px;
}

.ui-dropdownchecklist-item:hover{
	background: #f0f0f0 !important;	
}

/* Afegit Dv per que amb el control invisible no funciona el height i width */
.ui-dropdownchecklist-dropcontainer{
	height:	400px;
	width:	300px;
}

