﻿/* jQuery UI Theme */
table.tablesorter {
	font-family: arial;
	margin: 10px 0pt 15px;
	font-size: 4pt;
	width: 100%;
	
	padding: 0;
	
}
table.tablesorter td.languages img{
background: none!important;
    border: none!important;
    box-shadow: none!important;
    padding: 0px!important;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-collapse: collapse;
	font-size: 10pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 0px;
	vertical-align: middle;
	 font-size: 9pt;
	 
	 padding-left: 1%;

}
table.tablesorter .header .ui-icon {
	display: block;
	float: right;
}

/* This allows you to use ui-state-default as the zebra stripe color */
table.tablesorter tr.ui-state-default {
	background-image: url();
}
/* UI hover and active states make the font normal and the table resizes, this fixes it */
table.tablesorter th.header {
	font-weight: bold !important;
}

/* filter widget */
table.tablesorter thead input.filter {
	width: 90%;
}
table.tablesorter thead tr.filters, table.tablesorter thead tr.filters td {
	text-align: center;
}