.dhtmlDropdownContainer {
	width: 134px;
}

.dhtmlDropdown {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 10;
	left: 0px;
}

.dhtmlDropdownIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 3;
}

.dhtmlDropdownScrollBox {
	background-color: #ffffff;
	border: solid 1px #c8c7c7;
	height: 120px;
	max-height: 110px;
	overflow: auto;
	padding: 2px;
	padding-bottom: 6px;

	margin-top: 3px;
	margin-bottom: 3px;
	width: 163px;
	max-width: 157px;

}
.dhtmlDropdownScrollBox .hr {
	background-color: #c8c7c7;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.dhtmlDropdownItem:visited,
.dhtmlDropdownItemOn,
.dhtmlDropdownItem {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	color: #00778a;
	font-family: arial;
	line-height: normal;
}
.dhtmlDropdownItemOn,
.dhtmlDropdownItemOn:hover,
.dhtmlDropdownItem:hover {
	background-color: #f0f0f0;
	color: #00778a;
	text-decoration: none;
}

.triggerBox {
	z-index: 10 !important;
}
.triggerBoxImg {
	position: relative;
	top: -20px;
	left: 140px;
	margin-left: 4px;
	border: solid 1px #c8c7c7;
}
.triggerBoxTextWrapper {
	border: solid 1px #c8c7c7;
	float: left;
	
	width: 140px;
	overflow: hidden;
}

.triggerBoxText {
	display: block;
	background-color: #ffffff;
	color: #00778a;
	white-space: nowrap;
	line-height: 14px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	overflow: hidden;
	width: 132px;
	max-width: 116px;
}