table.tablesorter {
	font-size: 9pt;
	background-color: none;
	width: 100%;
}
table.tablesorter th {
	text-align: left;
	padding: 5px;
	background-color: #6E6E6E;
}
table.tablesorter td {
	color: #454545;
	padding: 5px;
}
table.tablesorter .even {
	border-bottom: 1px solid #f1fbff;
}
table.tablesorter .odd {
	border-bottom: 1px solid #f1fbff;
}
table.tablesorter .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	padding-left: 16px;
	padding-top: 3px;
	height: auto;
	font-size: 8pt;
	font-weight: normal;
	color: #454545;
	cursor: pointer;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
table.tablesorter .nosort {
	background-image: url(bg_nosort.png);
	background-repeat: no-repeat;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	height: auto;
	font-size: 8pt;
	font-weight: normal;
	color: #454545;
}

