

table {
	border-collapse: collapse;
}

td, th {
	
	
}

thead, tfoot {
	
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #BD8B4F;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #A2A656;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}


