/* tables */
table.table-sortable thead tr .header {
	background-image: url(/National_Library/20160526010038oe_/http://roundranking.com/templates/rur/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.table-sortable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.table-sortable tbody tr.odd td {
	background-color:#F0F0F6;
}
table.table-sortable thead tr .headerSortUp {
	background-image: url(/National_Library/20160526010038oe_/http://roundranking.com/templates/rur/images/asc.gif);
}
table.table-sortable thead tr .headerSortDown {
	background-image: url(/National_Library/20160526010038oe_/http://roundranking.com/templates/rur/images/desc.gif);
}
table.table-sortable thead tr .headerSortDown, table.table-sortable thead tr .headerSortUp {
background-color: #C6EBB2;
}
