table.tablesorter {
	font-size: 12px;
	width: 834px;
	border: 1px solid #000;
}
table.tablesorter th {
	text-align: left;
	padding: #6E6E6E;
}
table.tablesorter td {
	color: #000;
	padding: 5px;
}

table.tablesorter td.itac 
{
    font-style: italic;
}

table.tablesorter .even {
	background-color: White;
}
table.tablesorter .odd {
	background-color: #FEF3DF;
}
table.tablesorter .header {
	background-image: url(../css/bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #000;
    padding-right: 30px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(../css/asc.png);
	background-repeat: no-repeat;
	background-position: right center;
}
table.tablesorter .headerSortDown {
	background-image: url(../css/desc.png);
	background-repeat: no-repeat;
	background-position: right center;
}
