@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 23px;
	border: none;
	width: 98px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	padding: 0;
	background-image: url("../img/boximg_ano.gif");
}
.jquery-selectbox.selecthover {
	border:none;
	background-color: #fff;
	background-image: url("../img/boximg_ano.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 5px 0 0 4px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
display:none;
height:120px;
left:0;
overflow-x:hidden;
overflow-y:auto;
padding:2px;
position:absolute;
top:23px;
width:98px;
z-index:1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/lay-selectMoreButton.gif");
	width: 19px;
	height: 19px;
	cursor: pointer;
	margin-right:2px;
	margin-top:2px;	
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #558198;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
height:18px;
line-height:18px;
}

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

.jquery-selectbox2 {
	position: relative;
	height: 23px;
	border: none;
	width: 98px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	padding: 0;
	background-image: url("../pics/campodefault.gif");
}
.jquery-selectbox2.selecthover {
	border:none;
	background-color: #fff;
	background-image: url("../pics/campodefault.gif");
	z-index: 700;
}	
.jquery-selectbox2 .jquery-selectbox2-currentItem {
	padding: 5px 0 0 4px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox2 .jquery-selectbox2-list {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
display:none;
height:120px;
left:0;
overflow-x:hidden;
overflow-y:auto;
padding:2px;
position:absolute;
top:23px;
width:98px;
z-index:1000;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/lay-selectMoreButton.gif");
	width: 19px;
	height: 19px;
	cursor: pointer;
	margin-right:2px;
	margin-top:2px;	
}
.jquery-selectbox2 .jquery-selectbox2-moreButton.morebuttonhover {
	background: url("../img/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox2 .jquery-selectbox2-item.listelementhover {
	background: #558198;
	color: #fff;
}
.jquery-selectbox2 .jquery-selectbox2-item {
	display: block;
	cursor: default;
height:18px;
line-height:18px;
}

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

