table#theTable2 {
	padding: 0;
    margin: 0 auto 1.5em auto;
	border-left: 1px solid #776655;
    border-collapse:collapse;

}

table#theTable2 th {
	font: bold 8pt Georgia;
	color: #000000;
  border-right: 1px solid #776655;
  border-bottom: 1px solid #776655;
	border-top: 1px solid #776655;
  text-align: left;
  padding: 2px 6px 2px 6px;
	/*background-color: #D4A470;*/
	background-color: #E0CC97;				
	vertical-align:middle;
	text-align:center;
}

table#theTable2 td.total {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #990066;
    background: none;
    text-align:right;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
}
table#theTable2 th.sortable,
table#theTable2 th.sortable-text,
table#theTable2 th.sortable-date,
table#theTable2 th.sortable-keep,
table#theTable2 th.sortable-date-dmy,
table#theTable2 th.sortable-date-ymd,
table#theTable2 th.sortable-numeric,
table#theTable2 th.sortable-currency,
table#theTable2 th.sortable-sortByTwelveHourTimestamp,
table#theTable2 th.sortable-sortIPAddress,
table#theTable2 th.sortable-sortEnglishLonghandDateFormat,
table#theTable2 th.sortable-sortScientificNotation,
table#theTable2 th.sortable-sortImage,
table#theTable2 th.sortable-sortFileSize,
table#theTable2 th.sortable-sortAlphaNumeric,
table#theTable2 th.sortable-sortEnglishDateTime {
	cursor:pointer;
	/*background-color: #D4A470;*/
	background: #E0CC97 url(../images/bg_header_sortable.gif) no-repeat;
	background-position: center left;
    padding: 2px 6px 2px 16px;
}
table#theTable2 th.forwardSort
        {
        background:#E0CC97 url(../images/bg_header_down.gif) no-repeat 0 0;
				background-position: center left;				
        }
table#theTable2 th.reverseSort
        {
        background:#E0CC97 url(../images/bg_header_up.gif) no-repeat 0 0;
				background-position: center left;				
        }
table#theTable2  thead th.forwardSort a,
table#theTable2  thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(../images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
table#theTable2 th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }
table#theTable2 td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }
table#theTable2 td img
        {
        margin:0 auto;
        border:0px solid #ddd;
        }
table#theTable2 td a:hover
        {
        color:#a84444;
        /*border-bottom:1px dotted #a80000;*/
				border-bottom:0px dotted #a80000;
        background:transparent;
        }
table#theTable2 td
        {
/*        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
				font: normal 8pt Georgia;
        border-right: 1px solid #776655;
        border-bottom: 1px solid #776655;
        padding: 3px 6px 3px 6px;
        /*color: 						#4f6b72;*/
				color: #000000;
				background-color: #FFFFEA ;								
				font-weight: 			normal;
        }
table#theTable2 td.lft
        {
        text-align:left;
        }

table#theTable2 tr.alt
        {
        background: #FFFFCC;
        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) */
table#theTable2 tr[class="alt"] td
        {
/*        background: #F5FAFA url(../images/td_alt.jpg) no-repeat;*/
					background-color: #FFFFCA ;
        }
table#theTable2 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 */
table#theTable2 tbody tr.alt td:first-child
        {
/*        background: #F5FAFA url(../images/bullet2.gif) no-repeat;*/
        font-weight:normal;
        }
table#theTable2 tbody tr td:first-child
        {
/*        background: #fff url(../images/bullet1.gif); no-repeat;*/
        font-weight:normal;
        }
/* Image free rules for Internet Explorer < 7 */
* html table#theTable2 {
	border-bottom:	#990066 1px solid;
}

* html table#theTable2 tr.alt td
        {
        background-color:#FFFFCC;
        }
* html table#theTable2 tr td.alt,
* html table#theTable2 tr.alt td.alt
        {
        background-color:#edf3f3;
        }