/* tables */
table.tablesorter {

}

table.tablesorter thead a:link, table.tablesorter thead a:visited{
	color:#FFF;
	text-decoration:none;
	width:100%;
	display:block;
	font-weight:normal;
	text-align:left;
	

}
table.tablesorter thead a:hover{
	color:#FC3;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 12px;
	padding:0px 0px 0px 5px;
	line-height:36px;
	border-right:1px solid #666;
}
table.tablesorter thead tr th.last {
	font-size: 12px;
	padding:0px 0px 0px 5px;
	line-height:36px;
	border-right:none;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: 25px center ;
	cursor: pointer;

}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

