/*Custom Facet styles */
.well .content {
    overflow: visible;
}

.highlights.well {
    overflow: visible;
}

#wrapper_body_table {
    min-height: 800px;
}

#main_content {
    padding-left: 10px !important;
}

.crumb_title {
    margin-left: 0 !important;
}

.FacetArea {
    z-index: 1000;
}

@media all and (min-width: 1031px) {
    .FacetArea {
        position: absolute;
        clear: right;
        right: -210px;
        top: 125px;
    }

    #facet-buffer {
        display: none;
    }
}

@media all and (min-width: 640px) and (max-width: 1030px) {
    .FacetArea {
        position: absolute;
        clear: left;
        left: 20px;
        top: -170px;
    }

    #facet-buffer {
        height: 125px;
    }
}

@media all and (max-width: 639px) {
    .FacetArea {
        position: relative !important;
        margin: -30px 0 20px 20px;
    }

    #facet-buffer {
        display: none;
    }
}

.FacetPanel {
    margin-top: 10px;
    width: 178px;
    border: solid 1px grey;
    border-collapse: collapse;
}

.FacetHeading {
    background-color: rgb(1, 166, 230);
    width: 100%;
    color: White;
    height: 30px;
    font-weight: bold;
}

.FacetItems {
    color: #4d7192;
    font-family: Trebuchet MS, Serif;
    font-size: 11px;
}

    .FacetItems label {
        margin-left: 5px;
    }

#right_side_bar {
    position: relative;
    top: -400px;
    right: -300px;
}

div#right_sidebar {
    display: none;
}

table.sortable_datagrid th, table.sortable_datagrid_inner th {
    padding-left: 5px;
}

/* Glossary CSS */

a.navletter:link {
    font-family: Trebuchet MS, Serif;
    font-size: 16px;
    font-weight: normal;
    color: #01a6e6;
}

a.navletter:visited {
    font-family: Trebuchet MS, Serif;
    font-size: 16px;
    font-weight: normal;
    color: #4d7192;
}

a.navletter:hover {
    color: #4d7192;
    text-decoration: underline;
}

a.navletter:active {
    color: #4d7192;
    text-decoration: underline;
}

td.glossary_term_td {
    width: 35%;
}

a.glossary_index_heading {
    text-align: left;
}

td.glossary_definition_td {
    width: 65%;
}

div.glossary_term {
    vertical-align: top;
}

div.glossary_definition li {
    clear: both;
    float: left;
    padding: 0 0 0 16px;
    text-align: left;
    width: 90%;
    list-style-type: none;
    background: url(/assets/images/teal-bullet.gif) 0 6px no-repeat;
    display: inline-block;
}

div.show_entry_firefox {
    display: table-row;
}

div.show_entry_IE {
    display: block;
}

div.hide_entry {
    display: none;
}

span.glossary_term {
    font-family: Trebuchet MS, Serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

span.glossary_definition {
    font-family: Trebuchet MS, Serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

a.glossary_index_heading {
    font-family: Trebuchet MS, Serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #eb6e23;
}

#_spacer {
    padding: 5px 0 5px 0;
    width: 545px;
    background-image: url(/assets/images/dotted_rule_3x1_gray.gif);
    background-position: top;
    background-repeat: repeat-x;
}
