@charset "utf-8";
/* CSS Document */

/* Sortable tables */
table.sortable a.sortheader {
	background-color:#C6D6FD;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
