/* tables */
table.tablesorter {
	/*background-color: #CDCDCD;*/
	background-color: #0078AB;
	font-family:"Courier New";
	font-size: 10pt;
	width: 100%;
	text-align: left;
	margin:10px 0pt 15px;
	color: #FFFFFF;
	float: right;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/*background-color: #e6EEEE;*/
	background-color: #0078AB;
	border: 1px solid #FFF;
	text-align: left;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align: left;
	font-family:arial;
}
table.tablesorter tbody td {
	/*color: #3D3D3D;*/
	color: #000000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
	background-color:#FF0000;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	/*border: 2px solid #FF0000;*/
	color: #000000;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	/*border: 2px solid #FF0000;*/
	color: #000000;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
/*background-color: #8dbdd8;*/
/*background-color: #0078AB;*/
background-color: #FFD1B1;
}
pre {
  font-family:courier;}
.useWhiteSpace {
  white-space:pre;}
table.tablesorter p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	white-space:pre; 
}
a {
onclick: "return false";}

