<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:155px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected 
{
	width:150px; 
	color:#000; 
	height:19px; 
	padding:3px 0 0 6px; 
	background:url(images/select-bg.png) 
	no-repeat;
}
.newListSelected span {width:149px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:140px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*======================================
windows xp style - div that contains the 
&lt;select&gt; has been given an id of .field-selectbox
(for the purposes of this example
========================================*/
.field-selectbox .newListSelected
{
	background:#FFF url(images/dropdown.gif) no-repeat scroll 1px 3px; 
	border-right: lightgrey 2px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: lightgrey 2px solid;
	color:#000; 
	height:17px; 
	margin-top: 1px;
	padding:0; 
	width:120px;
	font-family: Tahoma;
	font-size: 11px;

}
.field-selectbox .newListSelected div 
{
	display:block; 
	font-size:0.85em; 
	padding:2px 4px 2px 21px; 
	text-align:right !important; 
	width:120px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 10px;
	height: 22px;
}
.field-selectbox ul.newList 
{
	list-style:none; 
	color:#000; 
	width:120px; 
	background:#fff; 
	border:1px solid #000; 
	top:22px; 
	left:0; 
	height:auto; 
	overflow:auto; 
	font-size: 0.85em; 
	text-align:right!important; 
	position:absolute; 
	z-index:9999;
	padding: 0px;
}
.field-selectbox ul.newList li 
{
	padding:2px 5px!important; 
	border-bottom: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: 11px;
}
.field-selectbox .hiLite {background:#316ac5!important; color:#fff!important;}
.field-selectbox .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.field-selectbox .newListSelHover {cursor:default;}
.field-selectbox .newListSelHover, .field-selectbox .newListSelFocus {background-position:auto;}
.field-selectbox .newListSelHover div, .field-selectbox .newListSelFocus div {font-weight:bold;}


.operand-selectbox .newListSelected 
{
	background:#FFF url(images/dropdown.gif) no-repeat scroll 1px 3px; 
	border-right: lightgrey 2px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: lightgrey 2px solid;
	color:#000; 
	height:17px; 
	margin-top: 1px;
	padding:0; 
	width:50px;
	font-family: Tahoma;
	font-size: 11px;

}
.operand-selectbox .newListSelected div 
{
	display:block; 
	font-size:0.85em; 
	padding:2px 4px 2px 21px; 
	text-align:right !important; 
	width:50px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 11px;
	height: 22px;
}
.operand-selectbox ul.newList 
{
	list-style:none; 
	color:#000; 
	width:50px; 
	background:#fff; 
	border:1px solid #000; 
	top:22px; 
	left:0; 
	height:auto; 
	overflow:auto; 
	font-size: 0.85em; 
	text-align:right!important; 
	position:absolute; 
	z-index:9999;
	padding: 0px;
}
.operand-selectbox ul.newList li 
{
	padding:2px 5px!important; 
	border-bottom: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: 11px;
}
.operand-selectbox .hiLite {background:#316ac5!important; color:#fff!important;}
.operand-selectbox .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.operand-selectbox .newListSelHover {cursor:default;}
.operand-selectbox .newListSelHover, .operand-selectbox .newListSelFocus {background-position:auto;}
.operand-selectbox .newListSelHover div, .operand-selectbox .newListSelFocus div {font-weight:normal;}</pre></body></html>