body {
  background: white;
  color: black;
  font-family: sans-serif;
  margin: 0px;
  border: 0px;
	padding: 0px;  
  text-indent : 0px; 
}

div {
  margin: 0px;
  border: 0px;
	padding: 0px;  
  text-indent : 0px; 
}



h1 {
	text-align: center;
  font-size: 24px;	
}

span {
  background: white;
  color: black;
  font-size: 14px;
  font-family: sans-serif;
}

tr.selrow {
  color: black;
}

tr.nonselrow {
  color: #a0a0a0;
}      

td {
  font-family: sans-serif;
  font-size: 13px;
  font-style: normal;
}

td.roddrowoddcol {
  background:#fff8c0;
}

td.roddrowevencol {
  background:#fff8f0;
}

td.revenrowoddcol {
  background:#ffdfc0;
}

td.revenrowevencol {
  background:#ffdff0;
}

table.tablesorter {
  margin: 1px;
	font-size: 12px;
	width: 1024px;
	border: 0px solid #000;
}

table.tablesorter th {
	text-align: left;
	padding: 0px;
	background-color: #6E6E6E;
}

table.tablesorter td {
	padding: 1px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter tbody tr.even td {
	background-color:#FFF;
}

table.tablesorter thead#thead1 tr td, table.tablesorter thead#thead2 tr td, table.tablesorter thead#thead3 tr td, table.tablesorter thead#thead4 tr td {
	background-color:#ffffff;
	color: #000000;
}

table.tablesorter thead#thead1 tr td.histo {
	background-color:#e0e0e0;
	color: #000000;
}


table.tablesorter thead#thead2 tr#rename td, table.tablesorter thead#thead3 tr#rerename td {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position:right; 
	padding-left: 30px;
	padding-top: 0px;
	height: auto;
	color: #000000;
}

table.tablesorter .header {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	height: auto;
}

table.tablesorter .headerSortUp {
	background-image: url(images/asc.png);
	background-repeat: no-repeat;
}

table.tablesorter .headerSortDown {
	background-image: url(images/desc.png);
	background-repeat: no-repeat;
}