/* tables */
table.tablesorter {
	width:100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 10px;
	font-size: 10pt;
	word-spacing: 2px;
	text-transform: uppercase;
	background-color: #111;
	color: #e3e3e3;
}

table.tablesorter thead tr .header {
	background-image: url(/sthemes/0/img/jquery-grid-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .header:hover {
	background: #0071b9;
	color: #fff;
}

table.tablesorter tbody td {
	text-transform: uppercase;
	padding: 5px;
	font-size: 10pt;
	word-spacing: 2px;
	word-wrap: break-word;
	word-break: break-all;
	color: #e3e3e3;
}

table.tablesorter tbody tr.even {
	background-color:#333;
}

table.tablesorter tbody tr.odd {
	background-color:#393939;
}

table.tablesorter tbody tr:hover {
	background-color: #222;
	color: #fff;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/sthemes/1/img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #0071b9;
	color: #000;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp:hover {
	background-image: url(/sthemes/1/img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #0071b9;
	color: #000;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/sthemes/1/img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #0071b9;
	color: #000;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown:hover {
	background-image: url(/sthemes/1/img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #0071b9;
	color: #000;
	cursor: pointer;
}
