@CHARSET "UTF-8";

.jquery-selectbox {
	background:transparent url(../images/content/main/select-box.gif) no-repeat scroll left top;
	border:0 none;
	color:#92B2E4;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:130%;
	height:30px;
	line-height:24px;
	margin:0;
	padding:0 10px 0;
	position:relative;
	width:147px;
	z-index:0;
}
.jquery-selectbox.selecthover {
	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: 30px;
	padding: 2px;
	left: 0px;
	background: #01183d;
	width: 167px !important;
	height: 12.5em !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #0A295B;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	width: 16px;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #A8C4F0;
	color: #01183d;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:3px 4px; 
	cursor:pointer;
}

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