.exsg_box {
    background-color: white;
    border: 1px solid #2D556E;
    border-width: 3px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 10pt;
    overflow: hidden;
    padding: 0px;
    z-index: 99999;
}

.exsg_results ul,.exsg_results ul li {
    list-style: none none outside !important;
    padding: 0;
    margin: 0;
}

.exsg_item {
    margin: 0;
    cursor: default;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exsg_item .col1 {
    width: 350px;
    float: left;
    max-width: 335px;
    min-width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exsg_item .col2 {
    width: 50px;
    float: left;
    overflow: hidden;
}

.exsg_logo {
    line-height: 13px;
    overflow: hidden;
    border-top: 1px solid gray;
    margin: 0;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
}

/* Do not change the markup of the Exorbyte logo without prior consent
 * from Exorbyte GmbH. */
.exo_logo {
    background: url("../../image/logo/exlogo_tiny.png") no-repeat scroll right 2px
    transparent;
    color: #2D556E;
    cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 7.5pt;
    font-weight: bold;
    height: 15px;
    padding: 3px 78px 2px 0;
    vertical-align: bottom;
}

.exsg_loading {
    background-image: url('../../image/icons/indicator.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.exsg_odd {
    background-color: #eee;
}

.exsg_over {
    background-color: #BFC9D0;
}

.exsg_cat {
    font-weight: bold;
}

.exsg_tab {
    padding-left: 16px;
}

.exsg_bold {
    font-weight: bold;
}

.exsg_clear {
    clear: both;
}
