@CHARSET "UTF-8";

.sbHolder{
	border: 1px solid #455560;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 181px;
	top: 9px;
	left: 9px;
	text-align: left;
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: -3px;
	width: 150px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #455560;
	outline: none;
	text-decoration: none;
}
.sbToggle{
    background: url("../../images/down.png") no-repeat scroll 1px 0 transparent;
    border: 1px solid #455560;
    display: block;
    height: 16px;
    outline: medium none;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 17px;
}

.sbToggleOpen:hover{
	background: url(../../images/down.png) no-repeat;
}
.sbHolderDisabled{
	background-image: url(../../images/formbg_large.png);
	border: solid 1px #fff;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #d6d6d6;
	list-style: none;
	left: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 181px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #fff;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	text-decoration: underline;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #c5b9b2;
	color: #fff;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #c5b9b2;
	color: #c5b9b2;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}