/* tables */
table.tablesorter {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #47B9BC;
	border: 1px solid #686969;
	padding: 4px;
	font-weight: normal;
}
table.tablesorter thead tr .header {
	background-image: url(/i/tblsorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	background-color: #FFF;
	border-bottom: 1px solid #5EBA47;
	border-right: 1px solid #9ECB3B;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#BFF268;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/i/tblsorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/i/tblsorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #5B91C4;
}
