/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {}
.ui-dropdownchecklist-selector 
{
	height: 16px;
	background-image: url(../../Images/Plugins/DDCsprite.png);
	background-position: right 3px;
	background-repeat: no-repeat;
}

.ui-state-hover, .ui-state-active {}

.ui-dropdownchecklist-dropcontainer {
	background-color: #f6f6f6;
	border: 1px solid #999;
	max-height: 330px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-dropdownchecklist-item {}
.ui-state-hover {}

.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 {/* line-height: 20px; */}
.ui-dropdownchecklist-group {padding: 1px 2px 2px 2px;}
