/* table filter */
.sortable {
	cursor:pointer;
	background-image:url("/Asfo/statique/images/icons/sortable.gif");
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:12px;
}
.sorted-asc {
	background-image:url("/Asfo/statique/images/icons/sorted_up.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
.sorted-desc {
	background-image:url("/Asfo/statique/images/icons/sorted_down.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
.filtered {
	background-image:url("/Asfo/statique/images/icons/filter.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
.lightSortable {
	background-color: #cccccc;
}
.sorted-col {
	background-color: #F0EfEf;
}
.filter {
	font-size:smaller;
}
.filterRow {
	padding-right:12px;
}
a {
	cursor:pointer;
}

