@CHARSET "UTF-8";
.sbHolder{
	background-color: #2d2d2d;
    border-radius: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	position: relative;
	width: 200px;
}
.select-team .sbHolder{   
    width: 174px;
}
.select-recipient .sbHolder{
    background: #000000; 
    height: 26px; 
    width: 180px;
}
.team .sbHolder {
    background: #f2f2f2;
    min-width: 125px;
}
.select-category .sbHolder,
.select-level .sbHolder {
    background: #000;
    margin-bottom: 8px;
    width: 113px;
}
.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: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #c1c1c1;
	outline: none;
	text-decoration: none;
}
.select-recipient .sbSelector {
    line-height: 26px;
}
.select-category .sbSelector,
.select-level .sbSelector{   
    width: 81px;
}
.sbToggle{
	background: url(../images/icons/select-down.png) top left no-repeat;
	border-radius: 0;
	display: block;
	height: 34px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.select-recipient .sbToggle {
    background: url(../images/icons/select-icon-sm.gif) top left no-repeat;  
    height: 26px;
    width: 26px;
}
.team .sbToggle {
   background: url(../images/icons/select-icon-l.gif) top left no-repeat;   
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{	
    background-color: #e6e6e6;   
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	width: 200px;
	z-index: 12;
	overflow-y: auto;
}
.select-team .sbOptions{    
    left: 0;
    top: 34px!important;
    width: 140px;
}
.select-recipient .sbOptions {
	height: 230px!important;
    top: 27px!important;
    width: 156px;
}
.team .sbOptions {min-width: 125px;}
.select-category .sbOptions, .select-level .sbOptions  {
    width: 81px;
}
.sbOptions li{padding: 0 15px;}
.select-category .sbOptions li, .select-level .sbOptions li  {
    padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.select-category .sbOptions a, .select-level .sbOptions a{
    padding: 3px 0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #292826;
	text-decoration: none;
}
.team .sbSelector:link, .team .sbSelector:visited, .team .sbSelector:hover{
    color: #2d2d2d;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #f1592a;
}
.sbOptions li.last a{border-bottom: none;}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	color: #292826;
	display: block;
	font-weight: normal;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{padding-left: 10px;}
