/* tables */
table.tablesorter {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: rgba(0,0,0,0.5);
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 10px;
	font-size: 13pt;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	background-color: rgba(17,17,17,0.75);
	color: #e3e3e3;
}

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

table.tablesorter thead tr .header:hover {
	background-color: rgba(0,113,185,1.0);
	color: #fff;
}

table.tablesorter tbody td {
	text-transform: uppercase;
	padding: 5px;
	font-size: 12pt;
	letter-spacing: 1px;
	word-spacing: 2px;
	word-wrap: break-word;
	word-break: break-all;
	color: #e3e3e3;
}

table.tablesorter tbody tr.even {
	background-color: rgba(51,51,51,0.5);
}

table.tablesorter tbody tr.odd {
	background-color: rgba(57,57,57,0.5);
}

table.tablesorter tbody tr:hover {
	background-color: rgba(34,34,34,1.0);
	color: #fff;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: rgba(0,113,185,0.5);
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp:hover {
	background-image: url(/img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: rgba(0,113,185,1.0);
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: rgba(0,113,185,0.5);
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown:hover {
	background-image: url(/img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: rgba(0,113,185,1.0);
	cursor: pointer;
}

table.tablesorter td.td_button {
	text-transform: none;
	width: 45px;
}
