table {
	width: 100%;
}
table thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

