.ui-dropdownchecklist-wrapper{
	position:relative;
	display: inline-block;
	cursor: default;
	top:2px;
	max-height:18px;
	height: 18px;
	min-height:18px;

	max-width:150px;
	width:150px;
	min-width:150px;
}

.ui-dropdownchecklist-control-text
{
	/*width:100px;*/
}

.ui-dropdownchecklist {

	max-height:18px;
	height: 18px;
	min-height:18px;

	max-width:150px;
	width:150px;
	min-width:150px;
	white-space: nowrap;

	overflow-x:hidden;
	border: 1px solid #ddd;
	border-right: 0;
	background-color:white;
	background: #fff url(../images/dropDownCheckList/dropdown.png) no-repeat center right;
}

.ui-dropdownchecklist-dropcontainer-wrapper
{
	position:relative;
	background-color:#ff7f50;
	max-width:150px;
	width: 150px;
	min-width: 150px;
	max-height: 18px;
	height: 18px;
	min-height: 18px;
	position:relative;
	top:-2px;
}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(../images/dropDownCheckList/dropdown_hover.png);
	border-color: #5794bf;
}

.ui-dropdownchecklist-pressed {
	background-image: url(../images/dropDownCheckList/dropdown.png);
	border-color: #5794bf;
}

.ui-dropdownchecklist-item label{
	cursor: default;
	width: 100%;
	color:#000000;
	cursor:default;
	/*font-size: 14px;*/
	height: 18px;
	line-height: 18px;
	margin-right: 17px; /* background dropdown.png image */
	float:none;
}

.ui-dropdownchecklist-text {
	cursor: default;
	width: 100%;
	color:#000000;
	cursor:default;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-right: 17px; /* background dropdown.png image */
	float:none;
}

.ui-dropdownchecklist-dropcontainer {
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #fff;
	border: 1px solid #999;
	max-height:320px;
	/*height:320px;*/
	/*min-height:320px;*/
	/*max-width:150px;*/
	/*width:150px;*/
	min-width:150px;
}

.ui-dropdownchecklist-item {
	white-space: nowrap; 
	color:black;
}

.ui-dropdownchecklist-item input{
	float:none;
	padding-right:5px;
}

.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}

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

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
	float:none;
}

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

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

