/* Quote tables */
table.qTable  th{background-color:#BDCFBD}

table.qTable tr.d0 td {
	background-color: #FFFFF9; color: black;
}

table.qTable tr.d1 td {
	background-color: #99CCCC; color: black;
}

/* Sortable tables */
table.sortable  th{background-color:#BDCFBD}

table.sortable tr.d0 td {
	background-color: #FFFFF9; color: black;
}

table.sortable 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;
}
