/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.header {
	background-image: url(../img/jquery/bg.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	height: auto;
}
.headerSortUp {
	background-image: url(../img/jquery/asc.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-color: #7a8ca6;
	color:#eee;
	height: auto;
}
.headerSortDown {
	background-image: url(../img/jquery/desc.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-color: #7a8ca6;
	color:#eee;
	height: auto;
}

