/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-icon{
	width:20px;
	height:20px;
	background: #FFFFFF url(dropdown.png) no-repeat center right;
	}
	
	
.ui-dropdownchecklist {
	color: black;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(dropdown_hover.png); 
	border-color: #5794bf;
}


.ui-dropdownchecklist, .ui-dropdownchecklist:hover {background:#FFF} 

.ui-dropdownchecklist-selector-wrapper{}

.ui-dropdownchecklist-selector {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	height:16px;
	
}	

.ui-dropdownchecklist-item input{
	vertical-align:middle;
}

.ui-dropdownchecklist-dropcontainer-wrapper{}
.ui-state-active {
	background:#FFFFDF;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #CCCCCC;
}
.ui-dropdownchecklist-item {
	overflow:hidden;
	text-align:left; 

	background:#FFF;
	
}
.ui-state-hover {
	background-color: #FFFFDF;
}
.ui-state-disabled label {
	color: #ccc;
	
}
label.ui-dropdownchecklist-text{
	display: inline-block;
	height:20px; line-height:18px;
	
}


.ui-dropdownchecklist-group {
	font-weight: bold;
	
}
.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;
	height:26px;
	 line-height:23px;
	
	
	
}
.ui-dropdownchecklist-text{ }
.ui-dropdownchecklist-selector-wrapper .ui-dropdownchecklist-text{ }

.ui-dropdownchecklist-selector {
	height:23px;
	
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
.ui-dropdownchecklist-dropcontainer{
	max-height:300px;
	overflow-x:hidden;
	
}


.placeholder{color:#CACACA; font-style:italic; line-height:23px;}