@CHARSET "UTF-8";

.jquery-selectbox {
	/*position: relative;*/
	height: 39px;
	/*width: 50px;*/
	width:100px;
	z-index: 100;
	float: left;
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
	/*font-size: 9px;*/
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: url("../img/bgdota.JPG");
	font-size: 12.2pt;
	line-height: 39px;
	text-align: left;
	color: #042840;
	top: 0px;
	padding-left: 4px;
}
.jquery-selectbox.selecthover {
	background-color: #FFFCDF;
	z-index: 700;
	width: 50px;
	height: 39px;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	/*padding: 3px 0px 0px 3px;*/
	/*width: 30px;*/
	white-space: nowrap;
	/*display: block;*/
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 39px !important;
	top: 0px;
	padding: 2px;
	left: 0px;
	width: 75px;
	height: auto !important;
	overflow: hidden;
	z-index: 1000;
	background: url("../img/bgdota.JPG");
	font-size: medium;
	line-height: 39px;
	text-align: left;
	color: #042840;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/arrow-down.JPG") no-repeat;
	width: 20px;
	height: 39px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/arrow-down.JPG");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: url("../img/bgdot.JPG");
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height: 39px;
	/*width: 50px;*/
	z-index: 100;
}

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


