/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #333333;
	border-bottom: 1px solid #E0E0E0;
	font-size: 12px;
	padding: 4px;
    color:#fff;
}
.tablesorter tr th:first-child{background: none; color:#333; text-transform: uppercase;}
table.tablesorter thead tr .header {
	background-image: url(bg.svg);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
    height:33px;
    padding-left: 20px;
    border-right:1px solid #272727;
}
.tablesorter a{color:#333;}
table.tablesorter thead tr .header:first-child, table.tablesorter thead tr .header:last-child{border-right:none;}
table.tablesorter thead tr .header:last-child{border-radius:0px 5px 0px 0px;}
table.tablesorter thead tr .header:nth-child(2) {border-radius:5px 0px 0px 0px;}
table.tablesorter.tablesorter-total thead tr .header:nth-child(2) {border-radius:5px 5px 0px 0px;}
table.tablesorter thead tr .header:first-child{	background-image: url(first-bg.svg); padding-left:5px;;
    background-repeat: no-repeat;
    background-position: center right;}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px 4px 4px 20px;
	background-color: #FFF;
	vertical-align: middle;
    height:24px;

}
table.tablesorter tbody tr td:first-child {

    background-color: #F6F6F6;
padding-left:5px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F6F6F6;
}
table.tablesorter tbody tr.odd td:first-child {
    background-color:#EDEDED;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.svg);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.svg);
}
table.tablesorter thead tr .user-tablesorter.header.headerSortUp{
    background-image: url(first-asc.svg);
}
table.tablesorter thead tr .user-tablesorter.header.headerSortDown {
    background-image: url(first-desc.svg);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}
.tablesorter ul{padding:0; margin:0; float:right;}
.tablesorter ul li{
    color: #fff;
    float: left;
    margin-right: 8px;
    height: 19px;
    line-height: 19px;
    list-style: none;
    text-align: center;
    width: 36px;}
.rating-hall-forum {float:right; padding-left:18px; background: url(forum.svg) 0px 4px no-repeat;}
