@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	
	line-height:22px;
	height:24px;
	width:140px;
	z-index: 0;
	float: left;
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	 margin-left:2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008c44;
	padding: 0;
/*	background-image: url("../../images/bg-TextField.gif");
*/
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;

/*	background-color: #FFFCDF;
*/	
/*	background-image: url("../../images/bg-TextFieldFocused.gif");
*/	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
/*	padding: 3px 0px 0px 3px;
*/	white-space: nowrap;
	display: block;
	overflow-x: hidden;
	width:124px;
	
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding: 2px 5px;
	left: 0px;
	background: #000;
	width: 140px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;
	text-align:left;
	

}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
/*	background: url("../../images/lay-selectMoreButton.gif") no-repeat;
*/
	width: 12px;
	height: 22px;
	margin-top:1px;
	cursor: pointer;
	margin-right:1px;
	/* for ie 6*/
	_margin-right:0px;
	_width: 13px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

	background: url("../../images/lay-selectMoreButtonHover.gif");
	margin-left:0px;		
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height: 18px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
/*	background-image: url("../../images/bg-TextFieldError.gif");
*/
}

/***************************************************************************************/

.jquery-selectbox1 {
	position: relative;
	
	line-height:32px;
	height:32px;
/*	width:140px;
*/	z-index: 0;
	 float:right;
	font-size: 9pt;
/*	font-weight:bold;
	text-align:center;
	 margin-left:2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
*/	color: #000;
	padding: 0 13px 0 5px;
	margin-right:2px;
/*background-image: url("../../images/selectbox1-bg.png");
*/
}
.jquery-selectbox1.selecthover {


	/*background-image: url("../../images/selectbox1-icon-hover.png");
	*/z-index: 700;
}	
.jquery-selectbox1 .jquery-selectbox1-currentItem {
/*	padding: 3px 0px 0px 3px;
*/	white-space: nowrap;
	display: block;
	overflow-x: hidden;
/*	width:50px;
*/
font-weight:bold;	
	
}

.jquery-selectbox1 .jquery-selectbox1-list {
	display: none;
	position: absolute;
	top: 22px;
	padding: 2px 5px;
	left: 0px;
	background: #fff;
/*	width: 140px;
*/	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;
	text-align:left;
	

}
.jquery-selectbox1 .jquery-selectbox1-moreButton {
	
	position: absolute;
	top: 0px;
	right: 0px;
	
	float: right;
	background: url("../../images/selectbox1-icon.png") no-repeat 0 12px;
	width: 18px;
	height: 32px;

	cursor: pointer;
}
.jquery-selectbox1 .jquery-selectbox1-moreButton.morebuttonhover {

		background: url("../../images/selectbox1-icon.png") no-repeat 0 12px;
}

.jquery-selectbox1 .jquery-selectbox1-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox1 .jquery-selectbox1-item {
	display: block;
	cursor: default;
	line-height: 18px;
}

/** ERROR classes **/
form .error .jquery-selectbox1 {
	color: #d00;
	border-color: #d00;
/*	background-image: url("../../images/bg-TextFieldError.gif");
*/
}
