#searchboxes {
    font-family:verdana,arial,sans-serif;
    font-size:11px;
    text-align:left;
}
#searchboxes img {
    border:#dddddd 1px solid;
}
#searchboxes b {
    background-color:#538D3E;
    color:white;
    padding:3px;
    display:block;
    text-align:center;
    white-space:nowrap;
}
#searchboxes ul {
    border:1px solid #666666;
    margin:0px;
    padding:0;
    list-style:none;
    height:auto;
}
#searchboxes a {
    font-size:11px;
    font-weight:normal;
    display:block;
    padding:1px 6px;
    color:#666666;
    text-decoration:none;
    cursor:pointer;
    white-space:nowrap;
}
#searchboxes li {
    float:none;
    border-right:none;
}
#searchboxes a:hover, #searchboxes .active a {
    background-color:#9B211E;
    color:white !important;
}
#searchboxes .subhead {
    background-color:#EBEBEB;
    color:#2B5D9D;
    border-top:1px solid #2B5D9D;
    border-bottom:1px solid #2B5D9D;
    font-weight:normal;
    padding:1px;
    text-align:center;
}
#searchboxes .csp, #searchboxes .cev {
    margin-right:3px;
}
#searchtabsloading {
    margin-right:3px;
}


