  th a {color:#fff;text-decoration:none;}

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,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime
        {
        cursor:pointer;
        
                 background: #0469b1 url(arrows.gif) no-repeat;
        
                 padding: 8px 12px 4px 16px;
        
        }
th.forwardSort
        {
        background: #0469b1 url(arrows-down.gif) no-repeat 0 0;
  }
th.reverseSort
        {
        background: #0469b1 url(arrows-up.gif) no-repeat 0 0;
 }
