.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:17px;
	height:18px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:16px; height:16px;
}


.dhx_combo_input{
	color:#000000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	border:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	top:0px;
}
.dhx_combo_box{
	position:relative;
	text-align:left;
	border:1px solid #CCCCCC;
	height:18px;
	_height:20px;
	overflow:hidden;
    background-color: white;
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
   width:205px;
   font-family: "Trebuchet MS";
   font-size: 10px;
   background-color: white;
}

.dhx_combo_list div{
	cursor:default;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}

