/* CSS Document */
table#results {
    border-collapse:collapse;
    border:1px solid #2E2E2E;
    margin: 2px;
    width: 95%;
}
table#results thead th {
    background: #EAEBEF;
    height: 20px;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 7px;
    margin: 20px 0px 0px;
    text-align: left;
    border: 1px solid #8D8D8D;
}
table#results th#sub {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding: 3px 7px;
}

table#results tbody th {
    background: #F5E4D0;
    height: 20px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 7px;
    margin: 20px 0px 0px;
    text-align: left;
    border: 1px solid #8D8D8D;
}

table#results tbody td:first-child {
    width: 175px;
}
table#results tbody td {
    font-size: 13px;
    /*line-height: 1.4em;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #2E2E2E;
    padding: 3px 7px;
    border-top: 1px solid #243D02;
    border-right: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    border-left: 1px solid #8D8D8D;
    text-align: left;
}
table#results tfoot th {
    background: #243D02;
    border-top: 1px solid #243D02;
    color: #FFFFFF;
    height: 30px;
}
table#results tfoot td {
    background: #243D02;
    color: #FFFFFF;
    height: 30px;
}