/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr .header {
	cursor: pointer;	
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
	background-position: right center;
    background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
	background-position: right center;
    background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #638DA3;
}
