/* tables */
table.tablesorter {
	font-family: arial;
	background-color: black;
	margin: 10px 0pt 15px;
	font-size: 9pt;
	width: 100%;
	text-align: left;
	
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #C0504D;
	font-size: 10pt;
	padding: 2px;
	color: white;
	border-width: 1px;
	border-style: inset;
	border-color: black;
}
table.tablesorter tfoot th {
  text-align: right;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	/*color: #3D3D3D;*/
	padding: 1px;
	background-color: white;
	vertical-align: top;
	text-align: right;
	border-width: 1px;
	border-style: inset;
	border-color: black;
}
table.tablesorter tbody tr.odd td {
	background-color:#F2DDDC;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #C52226;
}
