

.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:16px;
	height:18px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin: 0;
	margin-left:2px;
	left:0px;
	width:18px; 
	height:18px;
}

.dhx_combo_input{
	color:#000;
	/*
	font-family: Arial;
	font-size: 9pt;
	*/
	border:0px;
	padding:2px;
	position:absolute;
	top:0px;
}

.dhx_combo_box{
	position:relative;
	border:1px solid #7F9DB9;
	height:18px;
	/*
	_height:22px;
	 uitgezet... Daniel
	 */
	overflow:hidden;
    background-color: white;	
}

.dhx_combo_list{
	position:absolute;
	z-index:100;
	overflow-y:auto;
	overflow-x:hidden;
	border: 1px solid #7F9DB9;
	/* !eregi('ie',$browser) ? 'border-bottom: 2px solid #7F9DB9;' : ''; 
	height: 100px;*/
	/*
	font-family: Arial;
	font-size: 9pt;
	*/
	background-color: white;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px;
	/*height: 14px;*/
}

.dhx_selected_option{
	background-color:#C8C8FF;
	color:#000;
	border: 0px solid navy;
}

.dhx_disabled_option{
	color:#CCC;
}
