@CHARSET "UTF-8";
.sbHolder {	
	background:url('/Presentation/Includes/images/ddcombo.png') no-repeat;	
	border:none;	
	font-family:Trebuchet MS,sans-serif;
	font-size: 11px;
	height: 26px;	
	position: relative;
    width:221px;
    line-height:normal;
    outline:none;
}

.sbSelector, .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	display: block;
	width:90%;
	height:74%;
	left: 6px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 4px;	
	color:#666666;
	font-weight:bold;
	font-style:normal;
}

.sbToggle {
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover {
}
.sbToggleOpen { 
}
.sbToggleOpen:hover {
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
	
}
.sbHolderDisabled .sbToggle {
	
}
.sbOptions {
    background-color: #ffffff;
	list-style: none;
	border:1px solid #747678;
    margin-top: 1px;
	padding-top:2px;
	position: absolute;
	top: 30px;
	width:100%;
	z-index: 1;
	overflow-y: auto;
	font-family:Trebuchet MS,sans-serif;
	color:#333333;
	font-size:11px;
}
.sbOptions li{
	line-height:normal;
	list-style-image:none;
    height:22px;
}

.sbOptions li.active{
	background-color:#ffffff;
	border-top:1px solid #ebebeb;
	padding-top:5px;
}
.sbOptions li.active a {
 color:#cd7d3b;	   
 font-style:normal;
 font-weight:normal;
}
.sbOptions a,.sbOptions a:link, .sbOptions a:visited {
	font-family:Trebuchet MS,sans-serif;	
	display: block;
	outline: none;
	color:#333333;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
}
.sbOptions li.last a{
	border-bottom: none;
	font-style:normal;
    font-weight:normal;
}
.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;
}