table {
	width:100%;border-collapse:collapse;margin:1em 0;
}

th, td{text-align:left;padding:.5em;border:1px solid #fff; font-size: 12px;}
th{background:#328aa4 url(tr_back.gif) repeat-x; color:#fff !important; text-align: center;}
td{background:#e5f1f4;}

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

.purple {background: #812991; color:#fff !important; }
.black {background: #000; color:#fff !important; }
.blue {background: #0062a9; color:#fff !important; }
.orange {background: #e1861b; color:#fff !important; }

