@CHARSET "UTF-8";
.sbHolder {
	background-color: #f2f5f7;
	border: 1px solid #e5e5e5;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	position: relative;
	width: 100%;
}

.assist-view .sbHolder {
	font-size: 95%;
	background: white;
	border: 1px solid black;
}

.assist-invert .sbHolder {
	border: 1px solid white;
	background: black;
}

.assist-blue .sbHolder {
	background: #9dd1ff;
}

.sbHolder:focus .sbSelector {

}

.sbSelector {
	display: block;
	height: 25px;
	left: 0;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #456;
	outline: none;
	text-decoration: none;
}

.assist-view .sbSelector:link,
.assist-view .sbSelector:visited,
.assist-view .sbSelector:hover,
.assist-view .sbSelector {
	color: black !important;
}

.assist-invert .sbSelector:link,
.assist-invert .sbSelector:visited,
.assist-invert .sbSelector:hover,
.assist-invert .sbSelector {
	color: white !important;
}

.sbToggle {
	background: url('/thm/pfrf2/img/sprite.png') -507px -25px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.assist-view .sbToggle {
	background-position: -507px -122px;
}

.assist-blue .sbToggle {
	background-position: -507px -213px;
}

.assist-invert .sbToggle {
	background-position: -507px -168px;
}

.sbToggleOpen {
	background: url('/thm/pfrf2/img/sprite.png') -550px -25px no-repeat;
}

.sbHolderDisabled {
	background-color: #3c3c3c;
	border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {

}

.sbHolderDisabled .sbToggle {

}

.sbOptions {
	background-color: white;
	border: solid 1px #dadada;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 10;
	overflow-y: auto;
}

.assist-blue .sbOptions {
	background: #9dd1ff;
	border-color: #14305e;
}

.assist-invert .sbOptions {
	background: black;
	border-color: white;
}

.sbOptions li {
	padding: 0 5px;
	font-size: 14px;
}

.assist-view .sbOptions li {
	font-size: 105%;
}

.sbOptions a {
	border-bottom: dotted 1px #aaa !important;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	color: red;
}

.sbOptions li:last-child a {
	border-bottom: none !important
}

.sbOptions a:link, .sbOptions a:visited {
	color: #0b7fa4;
	text-decoration: none;
}

.assist-view .sbOptions a:link, .sbOptions a:visited {
	color: black;
}

.assist-invert .sbOptions a:link, .sbOptions a:visited {
	color: white;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	color: #ebb52d;
}

.sbOptions li.last a {
	border-bottom: none;
}

.sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	color: #ebb52d;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
	padding-left: 17px;
}