@CHARSET "UTF-8";
.sbHolder{
	background:#fff;
	border:none;
	position: relative;
	width:146px;
	float:left;
	font: italic 1em/23px 'Georgia', Times New Roman, Times, serif;
	margin:0 0 4px 0;
	height:26px;
	padding:0 7px 0 0px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 26px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 127px;
	color:#666660;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#9A9D9F;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/event_arrowdown.gif) no-repeat;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
}
.sbToggle:hover{
	background:url(../images/event_arrowdown.gif) no-repeat;
}
.sbToggleOpen{
	background:url(../images/event_arrowup.gif) no-repeat;
}
.sbToggleOpen:hover{
	background:url(../images/event_arrowdown.gif) no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width:154px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	border-bottom:1px solid #EBE7E3;
}
.sbOptions li:hover{
	background: #90BCC4;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;

}
.sbOptions a:link, .sbOptions a:visited{
	color: #9A9D9F;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color:#fff;
}
.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;
}



/* Form Dropdown Styling */



#subpage .wrapper .content .form ul li .sbHolder{
	background:#BBD6DB;
	border:none;
	position: relative;
	width:263px;
	float:left;
	font: italic 1em/23px 'Georgia', Times New Roman, Times, serif;
	margin:0 0 4px 0;
	height:25px;
	padding:0 7px 0 0px;
	border: 1px solid #D6D6D6;
	margin:0;
}
#subpage .wrapper .content .form ul li .sbHolder:focus .sbSelector{
	
}
#subpage .wrapper .content .form ul li .sbSelector{
	display: block;
	height: 25px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:263px;
	color:#666660;
	margin:0;
}
#subpage .wrapper .content .form ul li .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#000;
	outline: none;
	text-decoration: none;
}
#subpage .wrapper .content .form ul li .sbToggle{
	background: url(../images/event_arrowdown.gif) no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	margin:0 0 0 0;
}
#subpage .wrapper .content .form ul li .sbToggle:hover{
	background:url(../images/event_arrowdown.gif) no-repeat;
}
#subpage .wrapper .content .form ul li .sbToggleOpen{
	background:url(../images/event_arrowup.gif) no-repeat;
}
#subpage .wrapper .content .form ul li .sbToggleOpen:hover{
	background:url(../images/event_arrowdown.gif) no-repeat;
}
#subpage .wrapper .content .form ul li .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
#subpage .wrapper .content .form ul li .sbHolderDisabled .sbHolder{
	
	
}
#subpage .wrapper .content .form ul li .sbHolderDisabled .sbToggle{
	
}
#subpage .wrapper .content .form ul li .sbOptions{
	background: #BBD6DB;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width:272px;
	z-index: 1;
	overflow-y: auto;
}
#subpage .wrapper .content .form ul li .sbOptions li{
	padding: 0 7px;
	border-bottom: 1px solid #EBE7E3;
	margin: 0;
	width: auto;
	display: block;
	float: none;
}
#subpage .wrapper .content .form ul li .sbOptions li:hover{
	background: #90BCC4;
}
#subpage .wrapper .content .form ul li .sbOptions a{
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	margin:0;

}
#subpage .wrapper .content .form ul li .sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
	
}
#subpage .wrapper .content .form ul li .sbOptions a:hover,
#subpage .wrapper .content .form ul li .sbOptions a:focus,
#subpage .wrapper .content .form ul li .sbOptions a.sbFocus{
	color:#fff;
}
#subpage .wrapper .content .form ul li .sbOptions li.last a{
	border-bottom: none;
}
#subpage .wrapper .content .form ul li .sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
#subpage .wrapper .content .form ul li .sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
#subpage .wrapper .content .form ul li .sbOptions .sbSub{
	padding-left: 17px;
}

