/* Striping */
tr.alternate {
	background-color:#ccccff;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../images/table_unsorted.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:0px;
}
th.table-sorted-asc {
	background-image:url("../images/table_asc.gif");
	background-position:top right;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/table_des.gif");
	background-position:top right;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-position:top right;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}