@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #878f9b;
	width: 100px;
	z-index: 0;
	float: left;
/*
	display: inline-block;
*/
	margin: 0px 4px 4px 0;
/*
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #444;
	padding: 0;
	background-image: url("../images/jquery_selectbox_img/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: #878f9b;
	background-color: #FFFCDF;
	background-image: url("../images/jquery_selectbox_img/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 4px;
	text-align: left;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #878f9b;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: -1px;
	right: -3px;
	background: url("../images/jquery_selectbox_img/lay-selectMoreButton.gif");
	width: 18px;
	height: 18px;
	cursor: pointer;
/*
	float: right;
	margin-top: -1px;
	margin-top: -1px;
*/
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/jquery_selectbox_img/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #417bd7;
	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("../images/jquery_selectbox_img/bg-TextFieldError.gif");
}

/** Treatment page specific files **/
div.moduleheader_toolbar.selectboxToolbar
{
	height: 18px;
	padding-left: 73px;
}
span.selectboxLabel
{
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
}


