/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size:11px;
	font-style:normal;
	font-weight:400;
	color:#fff;
	background:#2692F2;
	border:1px solid #0B66BA;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px; 
	border-radius: 5px;
	text-shadow:#000 1px 1px;
	width:182px;
	cursor:pointer;
	padding:0px;
	background-image:none;	
}
.ui-dropdownchecklist-selector {
	border:0;
	background: #2692F2;
	color:#fff;	
	font-size:11px;	
	font-weight:700;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
	font-weight:400;	
	text-shadow:0 0;
	color:#000;
	padding:0;
}
.ui-dropdownchecklist-item {
	background-image:none;
	background-color: #fff;
	font-weight:700;	
	text-shadow:0 0;
	color:#000;
	padding:0;
}

.ui-state-hover {
	background-color: #2692F2;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	font-weight: 400;
	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 {
	font-size:11px;
	font-weight:400;
	font-family:Verdana;	
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.new-icon {
	background: url('../img-index/arrow-select.png') no-repeat;
	width:17px;
	height:17px;
	margin-top:3px;
	z-index:999;
}