/*
   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;
        }
*/
p a:hover
        {
        background:transparent;
        text-decoration:none;
        font-weight:normal;
        }

th.nosort

        {
        background: #ffffd0;
        padding: 8px 12px 4px 16px;
    	color:#33326b;
        font-size: 8.0pt;
        font-family:  arial, times new roman,tahoma, sans-serif;        
        }
th.nosort a
        {
    	color:#ffffff;
        text-decoration:none;
        }

th1.sortable,
th.sortable-text,
th1.sortable-date,
th1.sortable-keep,
th1.sortable-date-dmy,
th.sortable-numeric,
th1.sortable-currency,
th1.sortable-sortByTwelveHourTimestamp,
th1.sortable-sortIPAddress,
th1.sortable-sortEnglishLonghandDateFormat,
th1.sortable-sortScientificNotation,
th1.sortable-sortImage,
th1.sortable-sortFileSize
        {
        background: #ffffd0 url(bg_header_sortable.jpg) no-repeat;
    	color:#33326b;
        font-size: 8.0pt;
        font-family:  arial, times new roman,tahoma, sans-serif;  
        height:30px;      
        min-height:30px;      
        }
th1.sortable.a,
th.sortable-text.a,
th.sortable-numeric.a,
        {
        background: #ffffd0 url(bg_header_sortable.jpg) no-repeat;
    	color:#33326b;
        font-size: 8.0pt;
        font-family:  arial, times new roman,tahoma, sans-serif;        
        height:30px;      
        min-height:30px;      
        }
th.forwardSort
        {
        background:#ffffd0 url(bg_header_down.jpg) no-repeat 0 0;
    	color:#33326b;
        font-size: 8.0pt;
        font-weight: bold;
        font-family:  arial, times new roman,tahoma, sans-serif;        
        height:30px;      
        min-height:30px;      
        }
th.reverseSort
        {
        background:#ffffd0 url(bg_header_up.jpg) no-repeat 0 0;
    	color:#33326b;
        font-size: 8.0pt;
        font-weight: bold;
        font-family:  arial, times new roman,tahoma, sans-serif;        
        height:30px;      
        min-height:30px;      
        }
th.forwardSort a,
th.reverseSort a
        {
    	color:#33326b;
        / * outline:0 none;*/
        }
th a
        {
    	color:#33326b;
        text-decoration:none;
        }
td a
        {
        border:0;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#ffffd0 url(bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
td.sortable
        {
        text-align:left;
        color: #33326b;
        font-size: 8.0pt;
        font-weight: normal;
        font-family:  verdana, arial, times new roman,tahoma, sans-serif;
        padding: 2px;
        }
td.lft
        {
        text-align:left;
        color: #33326b;
        font-size: 8.0pt;
        font-weight: normal;
        font-family:  verdana, arial, times new roman,tahoma, sans-serif;
        }
tr.alt
        {
        background: #e0e0e0;
        color: #33326b;
        font-size: 8.0pt;
        font-weight: normal;
        font-family:  verdana, arial, times new roman,tahoma, sans-serif;
        }

td.sortable  
      {
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
      }

table.sortable td {
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
}

/* Non-Sortable tables */
table.non-sortable td {
    /* background-color:#fff; */
    color:#000;
    font-size: 7.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
}

/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */
tr[class="alt"] td
        {
        background: #e0e0e0;
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
        }
td[class~="alt"]
        {
        background: #ffffff;
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
        }
/* Poor old Internet Explorer won't see the next two rules either */
tbody tr.alt td:first-child
        {
        background: #e0e0e0;
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
        }
tbody tr td:first-child
        {
        background: #ffffff;
    color:#33326b;
    font-size: 8.0pt;
    font-weight: normal;
    font-family:  arial, times new roman,verdana, tahoma, sans-serif;
        }
