@charset "utf-8";

.even {
	background-color: #ffffff !important;
}
.odd {
	background-color: #f6f9fa!important;
}
.highlight {
	background-color: #eeeeee!important;
	font-weight: bold;
}
.header {
	background-image: url(../img/sort-default.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
.headerSortUp {
	background-image: url(../img/sort-ascending.gif);
	background-repeat: no-repeat;
	background-color:#AECBF2!important;
	background-position: right center;
}
.headerSortDown {
	background-image: url(../img/sort-descending.gif);
	background-repeat: no-repeat;
	background-color:#AECBF2!important;
	background-position: right center;
}