body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;					
	color: #000000;
	background: #FFFFFF;					
/*	background: #DCDCDC;					*/
/*	background-image: url('background.gif');		*/
	}


a:link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.looklikelink
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


a:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


a:active
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.highlight
	{
	background: #ffff66;			
	color: #000000;
	}

.headline
	{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}

.imagesupporting
	{
	float: right;
/*	property: top right bottom left;	*/
	margin: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
	}


#container
	{
	width: 728px;				
	margin: 0 auto;
/*	padding: 2px;				*/
	}


.halfleft
	{
	float: left;
	width: 350px;				
/*	property: topandbottom rightandleft;	*/
	padding: 0 0;
	}


.halfright
	{
/*	width: 350px;				*/
	width: 345px;
/*	margin-left: 355px;			*/
	margin-left: 370px;			
	padding: 0;
	}


.thirdsleft
	{
	float: left;
	width: 240px;				
/*	property: topandbottom rightandleft;	*/
	margin-left: 3px;			
	padding: 0 0;
	}


.thirdsmid
	{
	float: left;
	width: 240px;				
/*	property: topandbottom rightandleft;	*/
	padding: 0 0;
	}


.thirdsright
	{
	width: 235px;
	margin-left: 483px;			
	padding: 0;
	}


.banner
	{
	clear: both;
	font-size: 16px;					
	margin: 0px;
	padding: 0;
	color: #ffffff;
	background: #006699;			
/*	background-image: url('background-banner.gif');	*/
	}


.content
	{
	clear: both;
	margin: 0px 0px 15px 0px;
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: hidden;		
	background: #FFFFFF;
	}


.slogan
	{
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;	
	font-size: 10px;					
	text-align: center;
	color: #666666;
	}


table
        {
        width: auto;
        padding: 0;
        margin: 0 auto 1.5em auto;
        border-left: 1px solid #cccccc;
        border-collapse: collapse;
	background: #ffffff;
        }
.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 Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }

th
        {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;							
	border-right: 1px solid #cccccc;		
	border-bottom: 1px solid #cccccc;				
        text-align: left;
        padding: 3px 6px 3px 6px;
	background: #ffffff;	
        vertical-align: middle;
        }
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #cccccc;
        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: #ffffff url('tablesortsortable.jpg') no-repeat;	
        padding: 3px 6px 3px 16px;
        }
th.forwardSort
        {
	background: #ffffff url('tablesortdown.jpg') no-repeat 0 0;	
        }
th.reverseSort
        {
	background: #ffffff url('tablesortup.jpg') no-repeat 0 0;	
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color: #000;
        text-decoration: none;
        }
th a
        {
	text-decoration:none;			
	color: #000000;				
        background:transparent;			
        }
td a
        {
        background:transparent;			
        }
td img
        {
        margin:0 auto;
        }
td a:hover
        {
        background:transparent;
        }
td
        {
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
        padding: 6px 12px 6px 12px;
        padding: 3px 6px 3px 6px;
        color: #4f6b72;
        color: #000000;
        }
td.lft
        {
        text-align:left;
        }
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 tries 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: #F5FAFA url('tablesort/td_alt.jpg') no-repeat;	*/
        }
td[class~="alt"]
        {
/*	background: #edf3f3 url('tablesort/col_alt.jpg') no-repeat !important;	*/
        }
tbody tr.alt td:first-child
        {
	background: #F5FAFA;
/*	font-weight:bold;			*/
        }
tbody tr td:first-child
        {
	background: #ffffff;
/*	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;
        }

