.search_results_hl {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.search_results_sub {
    color: #006621 !important;
}

em {
    font-weight: bold;
    color: #FF0000 !important;
}

.search_results_type {
    color: darkred;
    font-style: italic;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.selected, .selected:visited {
    color: Black;
    font-weight: bold;
}

#ulThematic li {
    padding: 8px 0 0 8px;
    line-height: 1.428571429;
    vertical-align: top;
}

span.bullet {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    cursor: pointer;
    background-image: url('images/collapse.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#ulThematic, #ulThematic ul {
    list-style: none;
    margin-left: 0;
}

    #ulThematic ul {
        padding-bottom: 5px;
        display: none;
    }

span.bullet.expand {
    background-image: url('images/expand.png');
}

#ulThematic li {
    font-weight: normal;
}

#ulThematic > li {
    font-weight: bold !important;
}

#wrapper {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}

#results {
    opacity: 0.05;
}

/*.admin_data {
    background-color: #FDFDFD;
    border: 1px solid;
    border-color: #ECE9E9;
    padding: 2px 5px;
    font-style: italic;
    font-size: 11px;
    color: #5A5858;
}*/

.custom_pager {
    background-color: #F1F1F1;
}

    .custom_pager > td {
        padding: 5px;
    }

    .custom_pager table td {
        padding-left: 3px;
        padding-right: 3px;
    }

a.aspNetDisabled:hover {
    color: #ccc;
}
