@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	z-index: 0;
	float: left;
	display: inline;
	height: 21px;
	width: 551px;
	margin: 5px 0 4px;
	padding: 2px;
	font-size: 0.9em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	background-image: url("../../images/InternetOpleidingen/bg_select.gif");
}
.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: 24px;
	padding: 3px;
	left: 0px;
	background: #fff;
	width: 505px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c3c6ca;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../../images/InternetOpleidingen/btn_select.gif");
	width: 22px;
	height: 21px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../../images/InternetOpleidingen/btn_select_hover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #e4e7eb;
	color: #000;
}
.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");
}

