<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.setScroll{
	overflow-y:scroll;
}
.hideitem,.elmValue{
	display: none; 
}
.selectbox{
	background: url("../../img/select/dropdown.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
	margin:0 0 5px 0;
}
.selectbox ul{
	background: url("../../img/select/dropdown.png") no-repeat top right;
	padding:4px 22px 3px 0px;
	margin:0;
	vertical-align:top;
	list-style: none;
}
.select_wrap{
	clear:both;
	margin:0 5px 0px 0px;
	border:1px solid #fff;
	
}
.selectboxopen{
	clear:both;
	background: url("../../img/select/dropdownopen.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
	margin:0;
}
.selectboxopen ul{
	background: url("../../img/select/dropdownopen.png") no-repeat top right;
	padding:4px 22px 12px 0px;
	height:10px;
	margin:0;
	vertical-align:top; 
	list-style: none;
}
.selectbox ul li,.selectboxopen ul li{ 
	list-style: none;
	padding:0;
	margin:0;
	font-family: arial,helvetica,san-serif;
	color:#333;
	font-size: 12px;
	cursor: pointer;
	}
.selectboxoptions_wrap{
	display:none;
	clear:both;
	padding:0;
	margin:0;
}
.selectboxoptions_radio,.selectboxoptions_check{
	clear:both;
	list-style: none;
	padding:0;
	margin:0 ;
	background:#e6e9ed;
}
.selectboxoptions_radio li, .selectboxoptions_check li{
	list-style: none;
	padding:5px 0 2px 20px;
	margin:0px 0 0 2px;
	font-family: arial,helvetica,san-serif;
	color:#6b6e6c;
	border-bottom: 1px solid #cdcdcd;
	font-size: 11px;
	cursor: pointer;
}

.hover{
	background-color:#e6e9ed; 
}
.selectboxoptions_radio li{
	background:#e6e9ed url(../../img/select/checkboxoff.png) no-repeat 5px 6px;
}

.selectboxoptions_radio li.selected_disable{
	background:#f2f2f2 url(../../img/select/selectradio_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected{
	background:#f2f2f2 url(../../img/select/selectcheck.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected_disable{
	background:#f2f2f2 url(../../img/select/selectcheck_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_radio li.hover,.selectboxoptions_check li.hover{
	background-color:#f2f2f2;
}

</pre></body></html>