/*
   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;
        }
*/

table.sort
        {
        padding: 0;
        margin: 0;
        border-left: 1px solid #F2C58B;
        border-collapse:collapse;
        }


.sort th
        {
        font: bold 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: white;
        border-right: 1px solid #B08080;
        border-bottom: 1px solid #B08080;
        border-top: 1px solid #B08080;
        border-left: 1px solid #B08080;
        letter-spacing: 1px;
        text-align: center;
        padding: 8px 12px 4px 12px;
        background: #B08080 url(/view/gimages/bg_header.gif) repeat-x;
        vertical-align:middle;
        }
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #B08080;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
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: #B08080 url(/view/gimages/bg_header_sortable.gif) repeat-x;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#F2C58B url(/view/gimages/admin/bg_header_down2.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#F2C58B url(/view/gimages/admin/bg_header_up2.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:#F2C58B url(/view/gimages/bg_header_sortable.gif) repeat-x 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
.sort th a
        {
        text-decoration:none;
        color: #111;
        }
.sort td a
        {
        text-decoration:none;
        color:#BF661F;
        }
.sort td img
        {
        margin:0 auto;
        }
.sort td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        }
.sort td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border: 1px solid #F2C58B;

        padding: 6px 12px 6px 12px;
        color: #BF661F;
	background-color:white;
        }
.sort td.lft
        {
        text-align:left;
        }
.sort tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }
/* 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... */
/*.sort tr[class="alt"] td
        {
        background: #f5fbfb;
        }
.sort td[class~="alt"]
        {
        background: #edf3f3;
        }*/
/* Poor old Internet Explorer won't see the next two rules either */
.sort tbody tr.alt td:first-child
        {
        //background: #F5FAFA url(/view/gimages/admin/bullet2.gif) no-repeat;
        font-weight:bold;
        }
.sort tbody tr td:first-child
        {
        //background: #fff url(/view/gimages/admin/bullet1.gif) no-repeat;
        font-weight:bold;
        }

.sort  tr:hover,
.sort  tr.alt:hover
        {
	background: #F2C58B;
        }
    
        
        
ul.tablePaginater
        {
        display:block;
        list-style:none;
        padding:0;
        margin:5px 0 1px 0;
        text-align:center;
        }
ul.tablePaginater li
        {
        display:inline;
        width:2.1em;
        height:20px;
        line-height:20px;
        vertical-align:middle;
        margin-right:4px;
        color:#666;
        list-style:none;
        cursor:pointer;
        }
ul.tablePaginater li.currentPage a
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.tablePaginater li a
        {
        display:table-cell !important;
        display:inline-block;
        text-align:center;
        width:20px;
        height:15px;
        color:#666;
        padding:0;
        min-width:20px;
        min-height:20px;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        cursor:pointer;
        }
ul.tablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        outline:none;
        border-color:#aaa;
        }
td.sized1
        {
        width:16em;
        text-align:left;
        }
td.sized2
        {
        width:10em;
        text-align:left;
        }
td.sized3
        {
        width:7em;
        text-align:left;
        }
img.close2{opacity:0.6}
img.close2:hover{opacity:1}

