/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort
*/
#sortTable body.sort-active *
        {
        cursor:wait;
        }


#sortTable body
        {
        padding:0;
        border:0;
        margin:0;
        text-align:center;
        font-size:14px;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        min-width: 800px;
        }
#sortTable h2 span
        {
        font-variant:small-caps;
        }
#sortTable p a
        {
        font-weight:normal;
        outline:none;
        }
#sortTable p a:link,
#sortTable p a:visited
        {
        color:#333;
        text-decoration:underline;
        }
#sortTable p a:hover
        {
        color:#fff;
        text-decoration:none;
        background:#000;
        }
#sortTable p a:active
        {
        color:#000;
        text-decoration:underline;
        }
#sortTable code
        {
        font-family:'andale mono','lucida console','courier new',monospace;
        font-size:1em;
        }
#sortTable p
        {
        line-height:1.6em;
        margin:0 0 1em 0;
        }
#sortTable h1
        {
        font-weight:lighter;
        font-family:georgia, times new roman, times, georgia, palatino, serif;
        text-align:center;
        margin-top:0.6em;
        color:#000;
        font-size:2em;
        }
#sortTable h2
        {
        font-weight:lighter;
        font-family:verdana,arial,sans-serif;
        text-align:center;
        margin-top:1em;
        color:#333;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:1.2em;
        }
#sortTable h2 span
        {
        font-variant:small-caps;
        text-transform:none;
        }
#sortTable table
        {
        width: auto;
        padding: 0;
        margin: 0 auto 1.5em auto;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        }
#sortTable .cs1
        {
        width:30em;
        }
#sortTable .cs2
        {
        width:20em;
        }
#sortTable .cs1 td,
#sortTable .cs2 td,
#scientificNotation
        {
        text-align:right;
        }
#sortTable caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        }
#sortTable th
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
#sortTable td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#sortTable th.sortable,
#sortTable th.sortable-text,
#sortTable th.sortable-date,
#sortTable th.sortable-keep,
#sortTable th.sortable-date-dmy,
#sortTable th.sortable-numeric,
#sortTable th.sortable-currency,
#sortTable th.sortable-sortByTwelveHourTimestamp,
#sortTable th.sortable-sortIPAddress,
#sortTable th.sortable-sortEnglishLonghandDateFormat,
#sortTable th.sortable-sortScientificNotation,
#sortTable th.sortable-sortImage,
#sortTable th.sortable-sortFileSize,
#sortTable th.sortable-sortAlphaNumeric,
#sortTable th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #CAE8EA url(../images/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
        }
#sortTable th.forwardSort
        {
        background:#CAE8EA url(../images/bg_header_down.jpg) no-repeat 0 0;
        }
#sortTable th.reverseSort
        {
        background:#CAE8EA url(../images/bg_header_up.jpg) no-repeat 0 0;
        }
#sortTable table thead th.forwardSort a,
#sortTable table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
#sortTable th.sort-active
        {
        background:#CAE8EA url(../images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
#sortTable th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
#sortTable th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }
#sortTable td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }
#sortTable td img
        {
        margin:0 auto;
        border:0px solid #ddd;
        }
#sortTable td a:hover
        {
        color:#a84444;
        border-bottom:0px dotted #a80000;
        background:transparent;
        }
#sortTable td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        }
#sortTable td.lft
        {
        text-align:left;
        }
#sortTable tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }

/* Poor old Internet Explorer 6 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 (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
#sortTable tr[class="alt"] td
        {
        background: #F5FAFA url(../images/td_alt.jpg) no-repeat;
        }
#sortTable td[class~="alt"]
        {
        background: #edf3f3 url(../images/col_alt.jpg) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
#sortTable tbody tr.alt td:first-child
        {
        background: #F5FAFA url(../images/bullet2.gif) no-repeat;
        font-weight:bold;
        }
#sortTable tbody tr td:first-child
        {
        background: #fff url(../images/bullet1.gif) no-repeat;
        font-weight:bold;
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color:#F5FAFA;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#edf3f3;
        }

/* Pagination list styles */
#sortTable ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
        width:auto;
        margin-bottom:2em;
        }
#sortTable ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
#sortTable ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
#sortTable ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
		
#sortTable ul.fdtablePaginater td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        }
		
#sortTable ul.fdtablePaginater li a,
#sortTable ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family:georgia, serif;
        }
#sortTable ul.fdtablePaginater li div
        {
        cursor:normal;
        opacity:.5;
        filter:alpha(opacity=50);
        }
#sortTable ul.fdtablePaginater li a span,
#sortTable ul.fdtablePaginater li div span
        {
        display:block;
        line-height:2em;
        border:1px solid #fff;
        background:#fff url(../images/gradient.gif) repeat-x 0 -20px;
        }
#sortTable ul.fdtablePaginater li a
        {
        cursor:pointer;
        }
#sortTable ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
#sortTable .fdtablePaginaterWrap
        {
        text-align:right;
        clear:both;
        text-decoration:none;
        }
		
#sortTable .page span{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 11px;
	color: #000000;
	
}


#sortTable ul.fdtablePaginater li .next-page span,
#sortTable ul.fdtablePaginater li .previous-page span,
#sortTable ul.fdtablePaginater li .first-page span,
#sortTable ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }

#sortTable td.sized1
        {
        width:18em;
        text-align:left;
        }
#sortTable td.sized2
        {
        width:12em;
        text-align:left;
        }
#sortTable td.sized3
        {
        width:9em;
        text-align:left;
        }
		
		#sortTable td.sized4
        {
        width:5em;
        text-align:left;
        }
		
		#sortTable td.sized5
        {
        width:2em;
        text-align:center;
        }
		
#sortTable tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span
        {
        background:#eee;
        }
#sortTable tr.invisibleRow
        {
        display:none;
        }
