/* Sortable tables */
tr.d0 td {
	background-color: #FFFFF9; color: black;
}
tr.d1 td {
	background-color: #99CCCC; color: black;
}
table.sortable a.sortheader {
background-color:#99999C;
color:#000666;
font-weight: bold;
text-decoration: none;
display: block;
}
table.sortable span.sortarrow {
color: black;
text-decoration: none;
}

