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

/* -------- MATRIX -------- */

table#listings  tr th {
	border-bottom:1px solid #ffe4bf;
	border-bottom:1px solid #ffe4bf;
	border-right:1px solid #fff;
	background:#f99b1c;
}

table#listings  tr td {
	border-bottom:1px solid #ffe4bf;
	border-bottom:1px solid #ffe4bf;
	border-right:1px solid #ffe4bf;
	background:#fef5e8;
}

table#listings  tr.alt td {
	background:#fde1ba;
}

table#listings  tr td.lCol {background:#f99b1c; color:#fff;}

table#listings tbody tr td.on, table#listings tbody tr.alt td.on { background:#732187; color:#fff; }
table#listings thead tr th.on { background:#732187; color:#fff; }
table#listings tbody tr th.on { background:#732187; color:#fff; }

table#listings tbody tr td.on a, table#listings tbody tr.alt td.on a { color:#fff; }
