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

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

table#listings thead tr th, table#listings tbody tr th {
	border-bottom:1px solid #ccf2fe;
	border-bottom:1px solid #ccf2fe;
	border-right:1px solid #ccf2fe;
	background:#00bffd;
}

table#listings tbody tr td {
	border-bottom:1px solid #ccf2fe;
	border-bottom:1px solid #ccf2fe;
	border-right:1px solid #ccf2fe;
	background:#e7f7fd;
}

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

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

table#listings tbody tr td.lCol { background:#00bffd; 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; }
