table.tablesorter thead tr .header {
	background-image: url(/.ws/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color:#1f3a78;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/.ws/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/.ws/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #bcd1e7 !important;
}
th.header{
	padding-right: 17px;
}
