/*
   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 {
	width: 100%;
	padding: 0;
	border-collapse:collapse;
}
.cs1 {
	width:30em;
}
.cs2 {
	width:20em;
}
.cs1 td, .cs2 td, #scientificNotation {
	text-align:right;
}
caption {
	padding: 0 0 5px 0;
	margin:0 auto;
	width:auto;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
th {
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #646360;
	border-right: 1px solid #d3cdc7;
	border-bottom: 1px solid #d3cdc7;
	border-top: 1px solid #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 12px;
	background: #e3dfd4 url(../img/bg_header.jpg) no-repeat;
	vertical-align:middle;
}
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;
}
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: #e3dfd4 url(../img/bg_header_sortable.jpg) no-repeat;
	padding: 8px 12px 4px 16px;
}
th.forwardSort {
	background:#e3dfd4 url(../img/bg_header_down.jpg) no-repeat 0 0;
}
th.reverseSort {
	background:#e3dfd4 url(../img/bg_header_up.jpg) no-repeat 0 0;
}
table thead th.forwardSort a, table thead th.reverseSort a {
	color:#000;
	text-decoration:none;
}
/*
These styles should be added when very long tables are expected
*/
th.sort-active {
	background:#e3dfd4 url(../img/bg_header_sorting.jpg) no-repeat 0 0;
	cursor:wait;
}
th.sort-active a {
	color:#a80000 !important;
	cursor:wait;
}
th a {
	text-decoration:none;
	color: #67655b;
	background:transparent;
}
td a {
	color:#927a5f;
	text-decoration:none;
	background:transparent;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px
}
td img {
	margin:0 auto;
	border:3px solid #ddd;
}
td a:hover {
	color:#927a5f;
	text-decoration: underline;
}
td {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 0px solid #C1DAD7;
	border-bottom: 1px solid #d3cdc7;
	padding: 5px 12px 5px 12px;
	color: #5f5e5c;
	text-align: center;
}
td.lft {
	text-align:left;
}
td .submit_link {
	display: block;
	background-color:#F60;
	color:#FFF;
	text-transform: uppercase;
	font-size: 10px;
	width: 54px;
	height: 18px;
	text-align:center;
	padding: 3px 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fab488;
	border-right-color: #d95e13;
	border-bottom-color: #c95712;
	border-left-color: #f89050;
}
td .submit_link:hover {
	display: block;
	background-color:#F60;
	color:#FFF;
	text-transform: uppercase;
	font-size: 10px;
	width: 54px;
	height: 18px;
	text-align:center;
	padding: 3px 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fab488;
	border-right-color: #d95e13;
	border-bottom-color: #c95712;
	border-left-color: #f89050;
	text-decoration: none;
}
td .submit_link:visited {
	background-color: #fab488;
	border-top-color: #fcd9c2;
	border-right-color: #dd9f78;
	border-bottom-color: #cc936f;
	border-left-color: #fbc7a5;
}
tr.alt {
	background: #fafaf9;
	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) */
tr[class="alt"] td {
	background: #fafaf9 url(../img/td_alt.jpg) no-repeat;
}
td[class~="alt"] {
	background: #f0efed url(../img/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 */
tbody tr.alt td:first-child {
	background: #fafaf9 url(../img/bullet2.gif) no-repeat;
	font-weight:bold;
}
tbody tr td:first-child {
	background: #fff url(../img/bullet1.gif) no-repeat;
	font-weight:bold;
}
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td {
	background-color:#fafaf9;
}
* html tr td.alt, * html tr.alt td.alt {
	background-color:#fafaf9;
}
.box_download a{
	color:#927A5F;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box_download a:hover{
	text-decoration:underline;
}
.box_download{
	color:#a4a4a4;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px 0px 4px 33px;
	margin: 0px 0px 7px 0px;
}
