@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
border: 1px solid #CCC;
	height: 23px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3f9c35;
	padding: 1px 0 0 5px;

	background-image: url("../images/bg-TextField.gif");
}

.jquery-selectbox.selecthover {
	border-color: #7a7a7a;
	background-color: #FFFCDF;
	background-image: url("../images/bg-TextField.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin: 0 40px 0 0;
	width: 90px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 4px;
	left: 0px;
	background: #ececec;
        font-size: 11px;
height: 70px;
        overflow-y: scroll;
	overflow-x: hidden;
white-space: nowrap;
	z-index: 1000;
	border: 1px solid #ccc;

}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 23px;
	height: 23px;
	cursor: pointer;
white-space: nowrap;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButton.gif");
white-space: nowrap;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ccc;
	color: #7a7a7a;
white-space: nowrap;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #ccc;
	border-color: #ccc;
	background-image: url("../images/bg-TextFieldError.gif");
}





.jquery-selectbox2 {
	position: relative;
border: 1px solid #CCC;
	height: 23px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	width:200px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3f9c35;
	padding: 1px 0 0 5px;
	background-image: url("../images/bg-TextField.gif");
}
.jquery-selectbox2.selecthover {
	border-color: #7a7a7a;
	background-color: #FFFCDF;
	background-image: url("../images/bg-TextField.gif");
	z-index: 700;
}	
.jquery-selectbox2 .jquery-selectbox2-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox2 .jquery-selectbox2-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 4px;
	left: 0px;
	background: #ececec;
        font-size: 11px;
	height: 100px;
	overflow-y: scroll;
	overflow-x: hidden;
white-space: nowrap;
	z-index: 1000;
	border: 1px solid #ccc;
	width:195px;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 23px;
	height: 23px;
	cursor: pointer;
white-space: nowrap;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButton.gif");
white-space: nowrap;
}

.jquery-selectbox2 .jquery-selectbox2-item.listelementhover {
	background: #ccc;
	color: #7a7a7a;
white-space: nowrap;
}
.jquery-selectbox2 .jquery-selectbox2-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox2 {
	color: #ccc;
	border-color: #ccc;
	background-image: url("../images/bg-TextFieldError.gif");
}

