@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	position: relative;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}
.sbHolder:active {
	}
#jobtitleSelect .sbHolder {
	width: 285px;
	}
#industrySelect .sbHolder {
	width: 285px;
	}
#countrySelect .sbHolder {
	width: 285px;
	}
#domainSelect .sbHolder {
	width: 285px;
	}
#fieldSelect .sbHolder {
	width: 285px;
	}
#specialtySelect .sbHolder {
	width: 285px;
	}
#daySelect .sbHolder {
	width: 75px;
	}
#monthSelect .sbHolder {
	width: 75px;
	}
#yearSelect .sbHolder {
	width: 90px;
	}
#monthSelect, #yearSelect {
	padding-left:7px;
	}
	
.sbHolder a {
	color: #000000!important;
	text-decoration:none!important;
}
.sbHolder a:hover {
	color: #000000!important;
	text-decoration:none!important;
}
.sbSelector {
	display: block;
	height: 23px;
	left: 0;
	line-height: 23px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
#jobtitleSelect .sbSelector {
	width: 265px;
	}
#industrySelect .sbSelector {
	width: 265px;
	}
#countrySelect .sbSelector {
	width: 265px;
	}
#domainSelect .sbSelector {
	width: 265px;
	}
#fieldSelect .sbSelector {
	width: 265px;
	}
#specialtySelect .sbSelector {
	width: 265px;
	}
#daySelect .sbSelector {
	width: 35px;
	}
#monthSelect .sbSelector {
	width: 109px;
	}
#yearSelect .sbSelector {
	width: 61px;
	}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #OOOOOO;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 0px no-repeat;
	display: block;
	height: 23px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -23px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -46px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -69px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	border: 1px solid #000000;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #0088cc!important;
	text-decoration:none;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}