/* Sortable tables */
table.sorttable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sorttable span.sortarrow { color: black; font-weight: bold; text-decoration: none; }
#table-1 td { vertical-align: top; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #f6f7f5; }
#table-1 thead td { padding-top: 2px; padding-bottom: 2px; vertical-align: top; border-top: 0 solid white; }
.sort-arrow { background-color: white; background-image: url(img/nosort.gif); }
.ascending { background-color: white; background-image: url(img/sortasc.gif); }
.descending { background-color: white; background-image: url(img/sortdesc.gif); }
