@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 20px;
	border: 0px;
	width: 372px;
	z-index: 900;
	float: left;
	display: inline;
	margin: 1px 4px 0px 0;
	font-size: 12px;
	font-family: Arial;
	font-weight:normal;
	color: #666666;
	padding:0 0 0 3px;		/*padding:0;*/
	background:url(/images/adv-select.jpg) no-repeat;
}
.jquery-selectbox.selecthover {
	background:url(/images/adv-select.jpg) no-repeat;
	z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height:17px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding:0 0 0 3px;
	left: 0px;
	background: #FFF;
	width: 20px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #27809d;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background:none;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #267f9d;
	color: #eee;
	padding:0;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height:14px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	background: none;
}

/*----------------------------------------------------------------------------------------------*/

.jquery-customselectbox {

	height: 19px;
	border: 0px;
	width: 372px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 4px 4px 0;
	font-size: 12px;
	font-family:Arial;
	color: #444;
	padding: 0 0 0 3px;
	background:url(/images/adv-select2.gif) no-repeat;
}
.jquery-customselectbox.selecthover {
	background-color: #FFFFFF;
	background:url(/images/adv-select2.gif) no-repeat;
	z-index: 10;
}	
.jquery-customselectbox .jquery-customselectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-customselectbox .jquery-customselectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding:0 0 0 3px;
	left: 0px;
	background: #ffffff;
	width: 20px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10;
	border: 1px solid #a32222;
}
.jquery-customselectbox .jquery-customselectbox-moreButton {
	float: right;
	background:none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.jquery-customselectbox .jquery-customselectbox-moreButton.morebuttonhover {
	background:none; /*url("../img/lay-selectMoreButtonHover.gif");*/
}

.jquery-customselectbox .jquery-customselectbox-item.listelementhover {
	background: #a32222;
	color: #eee;
}
.jquery-customselectbox .jquery-customselectbox-item {
	display: block;
	cursor: default;
	height:14px;
}

/** ERROR classes **/
form .error .jquery-customselectbox {
	color: #d00;
	border-color: #d00;
	background-image:none; /*url("../img/bg-TextFieldError.gif");*/
}

/*----------------------------------------------------------------------------------------------*/

.jquery-customselectbox2 {
	position: relative;
	height: 19px;
	border: 0px;
	width: 372px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 4px 4px 0;
	font-size: 12px;
	font-family:Arial;
	color: #444;
	padding: 0 0 0 3px;
	background:url(/images/adv-select2.gif) no-repeat;
}
.jquery-customselectbox2.selecthover {
	background-color: #FFFFFF;
	background:url(/images/adv-select2.gif) no-repeat;
	z-index: 10;
}	
.jquery-customselectbox2 .jquery-customselectbox2-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-customselectbox2 .jquery-customselectbox2-list {
	display: none;
	position: absolute;
	top: 18px;
	padding:0 0 0 3px;
	left: 0px;
	background: #ffffff;
	width: 20px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10;
	border: 1px solid #a32222;
}
.jquery-customselectbox2 .jquery-customselectbox2-moreButton {
	float: right;
	background:none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.jquery-customselectbox2 .jquery-customselectbox2-moreButton.morebuttonhover {
	background:none; /*url("../img/lay-selectMoreButtonHover.gif");*/
}

.jquery-customselectbox2 .jquery-customselectbox2-item.listelementhover {
	background: #a32222;
	color: #eee;
}
.jquery-customselectbox2 .jquery-customselectbox2-item {
	display: block;
	cursor: default;
	height:14px;
}

/** ERROR classes **/
form .error .jquery-customselectbox2 {
	color: #d00;
	border-color: #d00;
	background-image:none; /*url("../img/bg-TextFieldError.gif");*/
}