<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    background-image: url(../img/small.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

th.headerSortUp {
    background-image: url(../img/small_asc.gif);
    background-color: #dbdcff;
    background-repeat: no-repeat;
    background-position: center right;
}

th.headerSortDown {
    background-image: url(../img/small_desc.gif);
    background-color: #dbdcff;
    background-repeat: no-repeat;
    background-position: center right;
}
</pre></body></html>