/* tables */
table.tablesorter { border-collapse: collapse; border: 1px solid #ffffff; width: 100%;	font-size: 0.8em;	font-family: Verdana; margin-bottom: 8px; }
table.tablesorter thead th { 	cursor: pointer; text-align: right; background: #d90000; color: #ffffff; font-weight: bold;	padding: 3px 3px;	border-bottom: 1px solid #cccccc;	text-transform: uppercase; }
table.tablesorter thead th.player_name { 	cursor: pointer; text-align: left; background: #d90000; color: #ffffff; font-weight: bold;	padding: 3px 3px;	border-bottom: 1px solid #cccccc;	text-transform: uppercase; }
table.tablesorter tfoot th { background: #bcd4ec; color: #164585; font-weight: bold;	padding: 3px 3px;	border-bottom: 1px solid #cccccc; }
table.tablesorter td { text-align: right; padding: 3px 3px; border-bottom: 1px solid #cccccc;	vertical-align: top; }
table.tablesorter td.player_name { text-align: left; padding: 3px 3px; border-bottom: 1px solid #cccccc;	vertical-align: top; }
table.tablesorter tbody tr.odd td { background: #f5f5f5; }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #cccccc; color: #d90000;
}
