@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;

	/* width:85px; */
	height:29px;
	border:none;
	padding-top:3px;
	padding-left:32px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	background:url(../../img/input_sf_85.gif) left top no-repeat;
	color:#850000;
	white-space:pre;

	z-index: 0;
	float: left;
	display: inline;
}
.jquery-selectbox.selecthover {
	/* width:85px; */
	background:url(../../img/input_sf_85.gif) left top no-repeat;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top:7px;
	padding: 3px 10px 20px 13px;
	left:8px;
	background: #e5c095;
	/* width: 85px; */
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	background:url(../../img/sf_select.gif) left top repeat;
	/* border: 1px solid #d2ad63; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	/* text-align:right; */

}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	margin-top:4px;
	margin-right:0px;
	background:url("../../img/arrow_select.gif") left top no-repeat;
	width: 21px;
	height: 11px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background:url("../../img/arrow_select.gif") left top no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #825e43;
	color: #FFFFFF;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("img/bg-TextFieldError.gif");
}

/* ----------------------------------------------------------------------------------- */

.jquery-selectboxBig {
	position: relative;

	/* width:85px; */
	height:29px;
	border:none;
	padding-top:3px;
	padding-left:32px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	background:url(../../img/input_sf_257.gif) left top no-repeat;
	color:#850000;
	white-space:pre;

	z-index: 0;
	float: left;
	display: inline;
}
.jquery-selectboxBig.selecthover {
	/* width:85px; */
	background:url(../../img/input_sf_257.gif) left top no-repeat;
	z-index: 700;
}	
.jquery-selectboxBig .jquery-selectboxBig-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectboxBig .jquery-selectboxBig-list {
	display: none;
	position: absolute;
	top:7px;
	padding: 3px 10px 20px 13px;
	left:8px;
	background: #e5c095;
	/* width: 85px; */
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	background:url(../../img/sf_select.gif) left top repeat;
	/* border: 1px solid #d2ad63; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	/* text-align:right; */

}
.jquery-selectboxBig .jquery-selectboxBig-moreButton {
	float: right;
	margin-top:4px;
	margin-right:0px;
	background:url("../../img/arrow_select.gif") left top no-repeat;
	width: 21px;
	height: 11px;
	cursor: pointer;
}
.jquery-selectboxBig .jquery-selectboxBig-moreButton.morebuttonhover {
	background:url("../../img/arrow_select.gif") left top no-repeat;
}

.jquery-selectboxBig .jquery-selectboxBig-item.listelementhover {
	background: #825e43;
	color: #FFFFFF;
}
.jquery-selectboxBig .jquery-selectboxBig-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectboxBig {
	color: #d00;
	border-color: #d00;
	background-image: url("img/bg-TextFieldError.gif");
}


