
.dhx_combo_img{
	
	position:absolute;
	padding:0px !important;margin:0px !important;
	top:0px;
	right:0px;
	width:17px;
	height:18px;
}

.dhx_combo_option_img{
	position:relative;padding:0px;margin:0px;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}


.dhx_combo_input{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	border:0px;
	padding:0px 1px 0px 2px;
	position:absolute;
	top:0px;
}
.dhx_combo_box{
	position:relative;
	text-align:left;
	border:1px solid #7F9DB9;
	height:18px;
	_height:18px;
	overflow:hidden;
    background-color: white;
    margin-top:-3px;
}

body#programGame .dhx_combo_box {margin-top:0px;margin-right:1px; }
.dhx_combo_list{
   position:absolute;
   z-index:50000;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
   font-family: Arial;
   font-size: 9pt;
   background-color: white;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;text-align:left;float:left; /*The text should be rightaligned, but does not work properly in IE*/
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}

div.combobox { float:left; display: inline;padding-top:5px;padding-right:10px; }