/* tables */
table.tablesorter {
	text-align: center;
	color: white;
	font-family:arial;
	margin:10px 0pt 15px;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding: 5px 20px;
}
th.header {
    width: 200px;
}
td {
    padding: 10px 5px;
}
thead
{
	background: url('../../img/mainbg.jpg') repeat;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: rgba(111, 39, 27, 0.41);
}
