table {
    clear: both;
    font-size: 1.1em;
    background-color: #1A1A1A;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}

th {
    color: #397F9A;
    padding: 0.5em;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

td {
    color: #BBBBBB;
    padding: 0.5em;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

td a:link {
    color: #BBBBBB;
    text-decoration: none:
}

td a:visited {
    color: #BBBBBB;
    text-decoration: none:
}

td a:hover,
td a:active {
    color: #BBBBBB;
    text-decoration: underline;
}

thead, tfoot {
    color: #397F9A;
    font-weight: bold;
}

tr.rowodd {
}

tr.roweven {
}

.sortcol {
    cursor: pointer;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
}

.sortasc {
    background-image: url(../images/up.gif);
}

.sortdesc {
    background-image: url(../images/down.gif);
}

.nosort {
    cursor: default;
}

.scroll-table-head {
    width: 100%;
}

.scroll-table-body {
    width: 100%;
    height: 400px;
}

.scroll-table-body td {
    padding-right: 15px;
    overflow: hidden;
}

