
.sbHolder{
	background-color: white;
	border: solid 1px #052b4f;

     z-index:9999;

	height: 34px;
	/*position: relative;*/
	width:98%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:98%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #052b4f;
    font-weight: bold;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../Images/select-icons.png) -5px -115px no-repeat;
	display: block;
	height: 34px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}

.sbToggleOpen{
	background: url(../Images/select-icons.png) -5px  -16px no-repeat;
}

.sbHolderDisabled{
	background-color: #E1E1E1;
	border: solid 1px #515151;
    cursor: not-allowed;
}
.sbHolderDisabled .sbSelector{
	cursor: not-allowed;
}
.sbHolderDisabled .sbToggle{
	cursor: not-allowed;
}
.sbOptions{
   
	background-color: white;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	width:98%;
	z-index: 100;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: black;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    opacity:0.7;
	color: white;
    background:#052b4f;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
    cursor: not-allowed;
	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;
}


