@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 24px;
	/*border: 1px solid #d2ad63; */
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 11px;
	font-family: arial;
	color: #004A80;
	padding: 0;
	background: url("/images/bg-TextField.jpg") no-repeat 0 0;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("/images/bg-TextFieldFocused.jpg");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	/*padding: 0 0 0 5px; 2px 0px 0px 7px*/
	/*margin: 3px 0 0 2px; */
	white-space: nowrap;
	display: block;
	overflow: hidden;cursor: pointer;
}

.jquery-selectbox input {
	font-family: arial; border:0; background:transparent; color: #004A80; font-size: 11px; margin:5px 0 0 6px; padding:0px; width:68%;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1004;
	border: 1px solid #bed7eb;
	font-size:11px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/images/lay-selectMoreButton.jpg") 0px 0px;
	width: 21px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/images/lay-selectMoreButton.jpg") 0px 0px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #7aadd8;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	color: #004A80; white-space:nowrap;
	text-align: left;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	/*background-image: url("/images/bg-TextFieldError.gif");*/
}

