@charset "utf-8";
/* CSS Document */

/* Sortable tables */

table.sortable {
    border-collapse: collapse;
	empty-cells: show;
}
table.sortable td, th {
    border: 1px solid black;
	padding: 5px;
}
.sortable a.sortheader {		
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	display: block;		
}
.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
.sortable th {
	background-color:#C6D6FD;    
	font-weight:bold;    
    vertical-align:middle; 
	text-align:center;   
}