.dhtmlDropdownContainer {
}

.dhtmlDropdown {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 10;
}

.dhtmlDropdownIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}

.dhtmlDropdownScrollBox {
	background-color: #ffffff;
	border: solid 1px #88846c;
	height: 102px;
	overflow: auto;
	padding: 2px;
	padding-bottom: 6px;

	width: 190px;
	max-width: 184px;

	* height: 112px;
}
.dhtmlDropdownScrollBox .hr {
	margin-top: 1px;
	margin-bottom: 1px;
}

.dhtmlDropdownItem:visited,
.dhtmlDropdownItem {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	color: #2d3941;
	line-height: normal;
}
.dhtmlDropdownItem:hover {
	background-color: #e1dfd4;
	color: #2d3941;
	text-decoration: none;
}

.menuDisabled {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	color: #8b9aa3;
	line-height: normal;
	cursor: default;
}

#hideDropdown {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.triggerBox {
	z-index: 10 !important;
	white-space: nowrap;
	width: 190px;
	margin-right: 6px;
}
.triggerBoxImg {
	position: relative;
	* margin-left: -3px;
}
.triggerBoxText {
	border: solid 1px #88846c;
	border-right: none;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 4px;
	white-space: nowrap;
	line-height: 14px;
	display: block;
	float: left;
	max-width: 154px;
	width: 171px;
	overflow: hidden;
}


