
/*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: #880101 url(../media/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
        }*/
th.forwardSort
        {
        background:#880101 url(../media/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#880101 url(../media/bg_header_up.jpg) no-repeat 0 0;
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#fff;
		font-weight:bold;
        text-decoration:none;
        }

th a
        {
        text-decoration:none;
        color: #fff;
		font-weight:bold;
        background:transparent;
		text-align:center;
        }
td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }

th a:hover
        {
        color:#fff;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
		th a:link
        {
        color:#fff;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
		th a:visited
        {
        color:#fff;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        color: #e6e6e6;
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #330000;
        color: #797268;
        }


