@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 36px;
	border: none;
	z-index: 0;
	float: left;
	display: inline;
	margin: 5px;
	min-width:100px;
	max-width:206px;
	font-size: 10pt;
	font-family: Tahoma, Arial;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	color: #444;
	padding: 0px 0px 0px 5px;
	background: url("custom/selectbox_bar.png") top left;
}
.jquery-selectbox.selecthover {
	border-color: #999999;
	background-color: #cccccc;
	background-position:bottom left;
	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: 36px;
	padding: 2px 2px 2px 2px;
	min-width:100px;
	max-width:200px;
	left: 3px;
	background: #f6f6f6;
	font-family: Tahoma, Arial, Verdana;
	font-size:8pt;
	line-height:20px;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 1000;
	border: 1px solid #aaaaaa;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("custom/selectbox_arrow.png") top left;
	width: 37px;
	height: 36px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-position: bottom left;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#CC0000;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background: url("custom/selectbox_arrow.png") top left;
}

#searchbox {
	width:100%;
	margin-top:5px;
}
#searchbox TABLE {
	width:216px;
}

#searchbox input[type="text"] {
	height:35px;
	width:150px;
	border:none;
	background: url("custom/selectbox_bar.png") top left no-repeat;
	font-size: 10pt;
	font-family: Tahoma, Arial;
	font-weight:bold;
	padding-right:8px;
	padding-left:16px;
	margin-left:5px;
	color: #444;
	float:left;
}

#searchbox_bt {
  float:right;
  cursor:pointer;
  height:36px;
  overflow:hidden;
  width:37px;
}

#searchbox_bt:hover input {
  margin-top:-37px;
}