<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sbHolder
{
	background-color: #FFFFFF;
	border: 1px solid #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector
{
}
.sbSelector
{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 200px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover
{
	color: #929191;
	outline: none;
	text-decoration: none;
}
.sbToggle
{
	background: #56CFFD url(../img/select-icons.png) no-repeat 0 -116px;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover
{
	background: #0DA4DD url(../img/select-icons.png) no-repeat 0 -167px;
}
.sbToggleOpen
{
	background: url(../img/select-icons.png) no-repeat 0 -16px;
}
.sbToggleOpen:hover
{
	background: url(../img/select-icons.png) no-repeat 0 -66px;
}
.sbHolderDisabled
{
	background-color: #3C3C3C;
	border: 1px solid #515151;
}
.sbHolderDisabled .sbHolder
{
}
.sbHolderDisabled .sbToggle
{
}
.sbOptions
{
	background-color: #FFFFFF;
	border: 1px solid #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions LI
{
	padding: 0 7px;
}
.sbOptions A
{
	border-bottom: 1px dotted #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions A:link, .sbOptions A:visited
{
	color: #929191;
	text-decoration: none;
}
.sbOptions A:hover, .sbOptions A:focus, .sbOptions A.sbFocus
{
	color: #020202;
}
.sbOptions LI.last A
{
	border-bottom: none;
}
.sbOptions .sbDisabled
{
	border-bottom: 1px dotted #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup
{
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub
{
	padding-left: 17px;
}
</pre></body></html>