/* tables */

table thead tr .header {
	background-image: url(sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table tbody tr.odd td {
	background-color: #edf5ff;
}

table thead tr .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table thead tr .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table thead { background: #ccc url("/images/bar.gif") repeat-x left center; }

table thead tr .headerSortDown, table thead tr .headerSortUp { background-color: #ddd; }
