/* Drop Down Defaut */
.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #C9C9C9;
	border-right: 0;

	background: #fff url('../images/dropdown.png') no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url('../images/dropdown_hover.png');
	border-color: #C9C9C9;
}

.ui-dropdownchecklist-text {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding-left:3px;
	margin-right: 17px; /* background dropdown.png image */
	position:relative;
	top:-2px;
}

.ui-dropdownchecklist-input{
	margin-left:3px;
	margin-right:3px;
	position:relative;
	top:3px;
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #C9C9C9;
	position:relative;
	top:-1px;
	width:250px;
}

.ui-dropdownchecklist-item {
	border: 1px solid #ffffff;
}

.ui-dropdownchecklist-item-hover {
	background-color: #E5E5E5;
	border: 1px solid #d1d1d1;
}


.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	
}

.ui-dropdownchecklist-group {
	font-weight: bold;	
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

/* Drop Down Header */
.ui-dropdownchecklist-header {
	height: 20px;
	border: 1px solid #d92286;

	background: #d92286 url('../images/dropdown-header.png') no-repeat center right;
}
.ui-dropdownchecklist-header-hover, .ui-dropdownchecklist-header-active {
	background-image: url('../images/dropdown-header_hover.png');
	border: 1px solid #d92286;
}

.ui-dropdownchecklist-header-text {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding-left:3px;
	margin-right: 17px; /* background dropdown.png image */
	position:relative;
	top:-2px;
}

.ui-dropdownchecklist-header-input{
	margin-left:3px;
	margin-right:3px;
	position:relative;
	top:3px;
}

.ui-dropdownchecklist-header-dropcontainer {
	background-color: #d92286;
	border: 1px solid #d92286;
	position:relative;
	top:-1px;
	width:140px;
}

.ui-dropdownchecklist-header-item {
	border: 1px solid #d92286;
	color:#fff;
}

.ui-dropdownchecklist-header-item input {
	display:none;
}

.ui-dropdownchecklist-header-item-hover {
	background-color: #de4a95;
	border: 1px solid #d92286;
}


.ui-dropdownchecklist-header-item-disabled label {
	color: #ff7cc7;
}

.ui-dropdownchecklist-header-item-hover .ui-dropdownchecklist-header-text {
	
}

.ui-dropdownchecklist-header-group {
	font-weight: bold;	
}

.ui-dropdownchecklist-header-indent {
	padding-left: 20px;
}
