/* CSS Document */

th {
        background: #cae8ea;
        padding: 8px 12px 4px 16px;
        color: #909090;
        font-size: 11px;
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
} 

th.sortable, th.sortable-text, th.sortable-date, th.sortable-keep, 
    th.sortable-date-dmy, th.sortable-numeric, th.sortable-currency, 
    th.sortable-sortByTwelveHourTimestamp, th.sortable-sortIPAddress, 
    th.sortable-sortEnglishLonghandDateFormat, th.sortable-sortScientificNotation, 
    th.sortable-sortImage, th.sortable-sortFileSize {
        background-color: #cae8ea;
        background: #cae8ea url("/images/bg_header_sortable.jpg") no-repeat 0 0;
    }

    th a {
        color: #909090;
       text-decoration: none;
    }

    th a:hover, a:active {
        color: #000000;
        text-decoration: underline;
    }

    tr.headrow {
        background-color : #cae8ea;
    }

    th.forwardSort {
        background: #EEEEEE url("/images/bg_header_down.jpg") no-repeat 0 0;
    }

    th.reverseSort {
        background: #CAE8EA url("/images/bg_header_up.jpg") no-repeat 0 0;
    }
