/* */
.dhtmlCombo {
 	position:absolute;
	max-height:18px;
	margin-bottom:2px;
}
.cmb_comboField {
	cursor:pointer;
	background-image:url(/images/buttons/select_185.gif);
	background-repeat:no-repeat;
	height:18px;
	width:185px;
}
.cmb_comboField .cmb_input {
	font-family:Arial;
	font-size:11px;
	line-height:12px;
	color:#666666;
	padding-top: 3px;
	padding-left: 5px;
	width:160px;
	overflow:hidden;
	white-space: nowrap;
}
.cmb_comboPopup_show {
	cursor:default;
	background-color:#ffffff;
	border:1px solid #959BA1;
	border-top-color:white;
	visibility:visible;
	position:relative;
	padding:0px;
	max-height:100px;
	*height:100px;
	overflow:auto;
}
.cmb_comboPopup_hide {
	visibility:hidden;
	display:none;
}

.cmb_comboPopup_show .cmb_option {
	background-color:#ffffff;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	color:#666666;
	padding:2px 0px 0px 5px;
}

.cmb_comboPopup_show .hover {
	background-color:#d0d3d8;
	color:black;
}
.cmb_divider {
	height:10px;
}

div.cmb_option
{
	cursor: pointer;
	cursor: hand;
}

div.dhtmlCombo div div.selectedOption
{
	background-color:#e8ebf0;
}


