/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

body.sort-active *
        {
        cursor:wait;
        }
*/


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

        {
        cursor:pointer;
        background: #C2E5BD  url(images/bg_header_sortable.jpg)  no-repeat;
        padding: 8px 12px 4px 16px;
		
        }
th.forwardSort
        {
        background:#C2E5BD url(images/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#C2E5BD url(images/bg_header_up.jpg) no-repeat 0 0;
        }
th.forwardSort a,
th.reverseSort a
        {
        color:#000;
        outline:0 none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#DBF1D8 url(../images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/


td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #DBF1D8;
        color: #797268;
        }
