

table {
}

td, th {
}

thead, tfoot {
}

tr.rowodd {

}

tr.roweven {
}

.sortcol div {
	cursor: pointer;
	padding-left: 20px;
}
.sortasc div {
	background: url(up.gif) no-repeat left center;
}
.sortdesc div {
	background: url(down.gif) no-repeat left center;
}
.nosort {
	cursor: default;
}



