<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.HTMLCombo
{
	width:380px;
	border:1px solid #abadb3;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	height:20px;
	line-height:20px;
	overflow:hidden;
	cursor:default;
	background:#fff none;
	font-variant: normal;
	font-style: normal;
	text-decoration:none;
	z-index:1;
}

.HTMLCombo,
.HTMLComboText,
a.HTMLComboBtn,
.HTMLComboBtn,
.HTMLCombo *:hover,
.HTMLComboText span,
.HTMLComboDropDown em
{
	font-family: 'Microsoft Sans Serif', 'Segoe UI', 'Lucida Grande', 'Tahoma', 'Courier New', monospace;
	font-variant: normal;
	font-style: normal;
	font-size: 10pt!important;
	color: #333!important;
	font-variant: normal;
	font-style: normal;
}

.HTMLComboText
{
	color:#000;
	padding:0 3pt;
	display:block;
}
.active .HTMLComboText span, .field.HTMLComboText span
{
	border:0!important;
}

.HTMLComboBtn
{
	display:block;
	float:right;
	color: #444;
	width:19px;
	text-align:center;
	text-decoration:none;
	padding:1px;
	height:18px;
	line-height:18px;
	background: transparent url(images/dropdown_arrow.gif) no-repeat center center;
}


.HTMLComboBtn:hover,
.HTMLComboHover .HTMLComboBtn,
.HTMLComboBtn.active
{
	padding:0px;
	border:1px solid #3c7fb1;
	background-color: #eaf6fd!important;
	padding-left:0px;
	color: #000;
}

.HTMLComboDropDown
{
	width:380px;
	display:none;
	border-left:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background: #fff none!important;
	white-space:nowrap;
	font-variant: normal;
	font-style: normal;
}

.HTMLComboDropDown a
{
	background: #fff none!important;
	text-decoration: none;
	display:block;
	height:18px;
	line-height:18px;
	white-space:nowrap;
	overflow:hidden;
	border:0;
	padding:0 3pt;
	margin:0;
	color: #333;
	cursor:default;
}

.active .HTMLComboDropDown a  em
{
	border:0;
	padding:0;
	margin:0;
}


.HTMLComboDropDown a:hover,
.HTMLComboDropDown a:hover .HTMLComboLabel
{
	background-color: #3399ff!important;
	color: #fff!important;
	cursor:default;
}

.HTMLComboDropDown .HTMLComboValue
{
	display:none;
	height:18px;
	overflow:hidden;
	width:360px;
}</pre></body></html>