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

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

table.listings tr td.divide, table.listings tr.alt td.divide, table.listings tr td.divide {
	background:#fff;
	border-bottom:1px solid #fff;
	width:2px;
}

table.listings  tr th {
	border-bottom:1px solid #e5ff9f;
	border-bottom:1px solid #e5ff9f;
	border-right:1px solid #fff;
	background:#8dbb24;
}

table.listings  tr td {
	border-bottom:1px solid #e5ff9f;
	border-bottom:1px solid #e5ff9f;
	background:#f3f8e9;
}

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

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