/* tables */
table.tablesorter {
}
table.tablesorter thead tr th{vertical-align:middle;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {text-align:left;}
table.tablesorter thead tr .header a{
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	padding:5px 22px 5px 0;
	background: url(../tablesorter/bg.gif) no-repeat right center;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	vertical-align: top;
	text-align:left;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp a{
	padding:5px 22px 5px 7px;
	border:1px solid #ccc;
	background: #eee url(../tablesorter/asc.gif) no-repeat right center;
}
table.tablesorter thead tr .headerSortDown a{
	padding:5px 22px 5px 7px;
	border:1px solid #ccc;
	background: #eee url(../tablesorter/desc.gif) no-repeat right center;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
