/* */
.dhtmlCombo {
 	position:absolute;
	max-height:22px;
	margin-bottom:2px;
}
.cmb_comboField {
	cursor:pointer;
	background-image:url(/images/select_box.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
	/* width:202px; /* 200 (as standard inputs) + 2px standard input border right */  
	border-left:2px solid #3C19D4;
}
.cmb_comboField .cmb_input {
	font-family:Arial;
	font-size:12px;
	line-height:12px;
	color:#000;
	padding-top: 3px;
	padding-left: 5px;
	/* width:200px; */ 
	overflow:hidden;
	white-space: nowrap;
}
.cmb_custom_field {
	display:none;
	margin-top:-2px;
}	
.cmb_comboPopup_show {
	cursor:default;
	background-color:#ffffff;
	border:2px solid #3C19D4;
	width:200px;z-index:2;
	visibility:visible;
	position:relative;
	padding:0px;
	max-height:100px;
	*height:100px;
	overflow:auto;
	top:-22px;
	
	filter:alpha(opacity=92);-moz-opacity:.92;opacity:.92;
}
.cmb_comboPopup_hide {
	visibility:hidden;
	display:none;
}

.cmb_comboPopup_show .cmb_option {
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#666666;
	padding:2px 0px 0px 5px;
}

.cmb_comboPopup_show .hover {
	background-color:#999;
	color:white;
}
.cmb_divider {
	height:10px;
}

div.cmb_option
{
	cursor: pointer;
	cursor: hand;
}

div.dhtmlCombo div div.selectedOption
{
	background-color:#e8ebf0;
}


