.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:20px;
	margin-top:5px;
}
.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}
.dhx_combo_input{
	color:#999999;
	background-color:#282828;
	font-family: Arial;
	font-size: 0.85em;
	border:none;
	padding:7px 10px 7px 10px;
	position:absolute;
	top:0px;
	text-transform:uppercase;
}
.dhx_combo_box{
	position:relative;
	text-align:left;
	border:none;
	height:30px;
	overflow:hidden;
	background-color:#282828;
}
.dhx_combo_list{
   position:absolute;
   z-index:230;
   overflow-y:auto;
   overflow-x:hidden;
   border:0px solid #282828;
   height:100px;
   font-family: Arial;
   font-size: 0.85em;
   color:#999999;
   background-color:#282828;
   text-transform:uppercase;
}
.dhx_combo_list div{
	cursor:default;
	padding:2px 10px 2px 10px;
}
.dhx_selected_option{
	background-color:#282828;
	color:#FF0000;
	text-transform:uppercase;
	cursor:pointer;
}
.dhx_combo_img_rtl{
	position:absolute;
	top:0px;
	left:1px;
	width:17px;
	height:20px;
}
.dhx_combo_option_img_rtl{
	float:right;
	margin-right:0px;
	width:18px;
	height:18px;
}
.dhx_combo_list_rtl{
	direction:rtl;
	unicode-bidi:bidi-override;
    position:absolute;
    z-index:230;
    overflow-y:auto;
    overflow-x:hidden;
    border:1px solid black;
    height:100px;
    font-family: Arial;
    font-size: 9pt;
    background-color:#282828;
}
.dhx_combo_list_rtl div{
	direction: rtl;
	unicode-bidi : bidi-override;
	padding:2px 2px 2px 2px;
}
.dhx_combo_list_rtl div div{
	float :right !important;
	cursor:default;	
}
.dhx_combo_list_rtl div img{
	float :right !important;
}
.dhx_combo_list_rtl div input{
	float :right !important;
}
.dhx_skyblue .dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:10px;
	margin-top:5px;
}
.dhx_skyblue{
	height:20px;
}
.dhx_combo_box.dhx_skyblue{
   /*border:1px solid #a4bed4;*/
}
.dhx_combo_list.dhx_skyblue_list div{
  /*background-color: #eaf2fb;
	border:1px solid #a4bed4;*/
	padding-left:10px;
}
.dhx_combo_list_rtl.dhx_skyblue_list{
  /* background-color: #eaf2fb;
	border:1px solid #a4bed4;*/
}
.combo_dhx_skyblue_sel{
   background-image: url("imgs/bg_selection.gif") !important;
   background-position: bottom;
   background-repeat: repeat-x;
   color:#FF0000;
   /*color:black;*/
}
.dhx_black .dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:10px;
	margin-top:5px;
}
.dhx_black{
	height:20px;
}
.dhx_combo_list.dhx_black_list div{
  /*background-color: #eaf2fb;
	border:1px solid #a4bed4;*/
	padding-left:10px;
}