@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 14px;
	border: 1px solid #053f7f;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin:0;
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding:5px 0; background-color:#4f95c6;
}
.jquery-selectbox.selecthover {
	border-color: #053f7f;
	background-color: #4f95c6;
	border-color: #053f7f;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 5px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding: 2px;
	left: 0px;
	background: #4589c0;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #053f7f;
	line-height:20px;
	
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../imges/common/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../imges/common/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.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");
}
