@CHARSET "UTF-8";

/*                                                             :.../\/\/\ Form Drop Downs /\/\/\...:
--------------------------------------------------------------------------------------------------*/
.sbHolder{
	background-color: #fff;
	border: solid 1px #e2e2e2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 178px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666 !important;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/select-icons.png) 0 -118px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(images/select-icons.png) 0 -169px no-repeat;
}
.sbToggleOpen{
	background: url(images/select-icons.png) 0 -18px no-repeat;
}
.sbToggleOpen:hover{
	background: url(images/select-icons.png) 0 -68px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e2e2e2;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 178px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	background:none;
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #e2e2e2;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #666;
}
.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: #666;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*                                                         :.../\/\/\  TALENT SEARH BOXES /\/\/\...:
--------------------------------------------------------------------------------------------------*/
#talent-search .sbHolder{
	background-color: #fff;
	border: solid 1px #e2e2e2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	position: relative;
	width: 224px;
}
#talent-search .sbSelector{
	display: block;
	height: 23px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 224px;
}
#talent-search .sbSelector:link, 
#talent-search .sbSelector:visited, 
#talent-search .sbSelector:hover{
	color: #333 !important;
	font-size:10px;
	letter-spacing:2px;
	outline: none;
	text-decoration: none;
	text-transform:uppercase;
}
#talent-search .sbToggle{
	background: url(images/select-icons.png) 0 -121px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
#talent-search .sbToggle:hover{
	background: url(images/select-icons.png) 0 -172px no-repeat;
}
#talent-search .sbToggleOpen{
	background: url(images/select-icons.png) 0 -21px no-repeat;
}
#talent-search .sbToggleOpen:hover{
	background: url(images/select-icons.png) 0 -72px no-repeat;
}
#talent-search .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
#talent-search .sbHolderDisabled .sbHolder{
	
}
#talent-search .sbHolderDisabled .sbToggle{
	
}
#talent-search .sbOptions{
	background-color: #fff;
	border: solid 1px #e2e2e2;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 224px;
	z-index: 1;
	overflow-y: auto;
}
#talent-search .sbOptions li{
	background:none;
	padding:0;
}
#talent-search .sbOptions a{
	border:none;
	display: block;
	height:25px;
	line-height:25px;
	outline: none;
}
#talent-search .sbOptions a:link, 
#talent-search .sbOptions a:visited{
	color: #888;
	font-size:11px;
	padding: 0 7px;
	text-decoration: none;
}
#talent-search .sbOptions a:hover{
	background:#f3f4ee;
	color: #888;
}
#talent-search .sbOptions li.last a{
	border-bottom: none;
}
#talent-search .sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 2px 0 2px 3px;
}
#talent-search .sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}
#talent-search .sbOptions .sbSub{
	padding-left: 17px;
}