/* ***** Live Search ***** */

table.content_head {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000000;
}

table.content_head td {
    text-align: right;
}

table.content_head td, table.content_head td a, table.content_head td a:link, table.content_head td a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

table.content_head td a:hover {
    text-decoration: underline;
}

table.content_head td.header_l {
    background-color: #ABABAB;
    white-space: nowrap;
    padding-left: 5px;
    text-align: left;
}

td.header_l a, td.header_l a:link, td.header_l a:visited, { color:

#FFFFFF
!important;

text-decoration:none;
}

td.header_l a:hover {
    text-decoration: underline;
}

table.content_head td.header_r {
    background-color: #ABABAB;
    padding-right: 5px;
    width: 100%;
}

.asearch_res {
    height: 200px;
    padding: 5px;
    overflow: auto;
    background-color: #F5F5F5;
}

.asearch_cont {
    border: 1px solid #000000;
    width: 300px;
    position: absolute;
    top: 74px;
    right: 45px;
    background-color: #F5F5F5;
    z-index: 1000;
}

.no_margin {
    margin: 0px !important;
}
        .off {
            color: #FFFFFF;
            text-decoration: none;
            background: transparent;
}