/* tables */

table.tablesorter {

  border-collapse: collapse
}

td.tablesorter2 {
  font-size: 10pt;
  vertical-align: middle;
  text-align:center;
  background-color: #FFFFCC;
  border: solid 1px #FFCC33;
}

td.tablesorter3 {
  vertical-align: middle;
  text-align:center;
  font-size: 11pt;
  background-color: #FFFFFF;
  border: solid 1px #FFCC33;
}



table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #BBFFBB;
  border: solid 1px #FFCC33;
  height:25px;
  font-size: 9pt;
}

table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

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: #88FF88;
}
