@CHARSET "UTF-8";
.sbHolder
{
background: url(../../images/usr-slct.png) no-repeat;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12px;
height: 27px;
position: relative;
width: 209px;
outline: none;
border: none;
text-align: left;
text-transform:capitalize;
}
.sbHolder1
{
background: url(../../images/usr-slct2.png) no-repeat;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12px;
display:inline-block;
height: 27px;
position: relative;
width: 111px;
outline: none;
border: none;
text-align: left;
}
.sbHolder:focus .sbSelector
{
}
.sbSelector
{
display: block;
height: 25px;
left: 0;
line-height: 25px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 165px;
}
.sbSelector1
{
height: 25px;
left: 0;
line-height: 25px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 100px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover, .sbSelector1:link, .sbSelector1:visited, .sbSelector1:hover
{
color: #000;
outline: none;
text-decoration: none;
}
.sbToggle
{
display: block;
height: 22px;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
}
.sbOptions
{
background-color: #ce8a14;
border: solid 1px #000;
list-style: none;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 0px;
width: 209px;
z-index: 1;
overflow-y: auto;
height:auto;
max-height:250px;
}
.sbOptions1
{
background-color: #ce8a14;
border: solid 1px #000;
list-style: none;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 0px;
width: 111px;
z-index: 1;
overflow-y: auto;
height:auto;
max-height:250px;
}
.sbOptions li, .sbOptions1 li
{
padding: 0 10px;
}
.sbOptions a, .sbOptions1 a
{
display: block;
outline: none;
padding: 2px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited, .sbOptions1 a:link, .sbOptions1 a:visited
{
color: #000;
text-decoration: none;
}
.sbOptions a:focus, .sbOptions a.sbFocus1, .sbOptions1 a:focus, .sbOptions1 a.sbFocus1
{
color: #000;
}
.sbOptions a:hover, .sbOptions1 a:hover{
 color:#fff;
 background:#3399ff;
}
.sbOptions .sbDisabled, .sbOptions1 .sbDisabled1
{
color: #000;
display: block;
padding: 5px 0 5px 3px;
}
.sbOptions .sbGroup, .sbOptions1 .sbGroup1
{
color: #000;
display: block;
font-weight: bold;
padding: 5px 0 5px 3px;

}
.sbOptions .sbSub, .sbOptions1 .sbSub1
{
padding-left: 10px;
}
