/*----------------- client.form.field.ComboBox ------------------*/
.customComboBox-area {
	border: 1px solid #b3b3b3;
	height: 17px;
}

.customComboBox-field-container-ie {
	border: none;
	background-color: none;
	overflow: hidden;
	/* IE hack: */
	float: left;
}

.customComboBox-field {
	border: 0px;
	font-size: 11px;
	padding-left: 3px;
	background-color: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	background: transparent;
}

.customComboBox-icon-disabled {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url(/global/images/icon-comboBox-activate-disabled_tcm166-12307.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.customComboBox-item-hilight {
	color: #ffffff;
	background-color: #9FE0F8;
	font-size: 11px;
	padding: 2px -5px 2px 5px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.customComboBox-icon {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url(/global/images/arrow-down-current_tcm166-12305.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
	margin-left: 15px;
	padding-bottom: 3px;
}

.customComboBox-icon-up {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url(/global/images/arrow-up-current_tcm166-12306.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
	margin-left: 15px;
	padding-bottom: 3px;
}

.customComboBox-popup {
	border: 1px solid #b3b3b3;
	background-color: #ffffff;
	z-index: 8000;
}

.customComboBox-popup-noBorder {
	border: none;
	background-color: #ffffff;
	z-index: 8000;
}

.customComboBox-comboArea {
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
}

.customComboBox-area-noBorder {
	height: 100%;
	width: 100%;
}

.customComboBox-container {
	min-width: 150px;
	*min-width: 130px;
}

.customComboBox-item {
	color: #383838;
	font-size: 11px;
	padding: 2px -5px 2px 5px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.customComboBox-item {
	color: #383838;
	font-size: 11px;
	padding: 1px -5px 2px 5px; *
	padding: 0.5px -5px 2px 5px; 
	display: block;
	width: 100%;
	white-space: nowrap;
	border-bottom: thin solid #C0C0C0; *
	border-bottom: thin hidden #C0C0C0; 
}

.customComboBox-spacer {
	height: 1px; *
	height: 0.5px;
}

.customComboBox-item-notselectable {
	color: #383838;
	font-size: 11px;
	font-weight: bold;
	padding: 1px -5px 2px 5px; *
	padding: 0.5px -5px 2px 5px; 
	display: block;
	width: 100%;
	white-space: nowrap;
	border-bottom: thin solid #C0C0C0; *
	border-bottom: thin hidden #C0C0C0; 
}

.customComboBox-non-clickable-item {
	color: #383838;
	font-size: 11px;
	font-weight: bold;
	padding: 2px -5px 2px 5px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.clickityClick {
	max-height: 200px;
	height: auto !important;
	height: 200px;
}

.text-label-faultOn {
	margin-left: 3px;
	/* not used background-image: url(icon-fault-errorBall); */
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 15px;
	height: 18px;
}

.text-label-faultDefault {
	margin-left: 3px;
	/* not used background-image: url(icon-fault-emptyBall); */
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 15px;
	height: 18px;
}

.text-label-faultOff {
	margin-left: 3px;
	background-image: url(/global/images/icon-ok-small_tcm166-1750.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 15px;
	height: 18px;
}

.ui-roundBox-noPadding-transparent-middleRight-right-padded-13 {
	background-image: url(/global/images/white-box-trans_tcm166-1847.png);
	background-position: right center;
	padding-right: 13px;
}

.ui-roundBox-noPadding-transparent-middleRight-right-padded-6 {
	background-image: url(/global/images/white-box-trans_tcm166-1847.png);
	background-position: right center;
	padding-right: 6px;
}