﻿body {font:100% Arial, Helvetica, sans-serif;}
.mytable
.mytable table, .mytable td{
	font:100% Arial, Helvetica, sans-serif; 
}
.mytable table{width:100%;border-collapse:collapse;margin:1em 0;}
.mytable th, .mytable td{text-align:left;padding:.5em;border:1px solid #fff;}
.mytable th{background:#328aa4 url(/images/tenant-oa/tr_back.gif) repeat-x;color:#fff;}
.mytable td{background:#e5f1f4;}

/* tablecloth styles */

.mytable tr.even td{background:#e5f1f4;}
.mytable tr.odd td{background:#f8fbfc;}

.mytable th.over, .mytable tr.even th.over, .mytable tr.odd th.over{background:#4a98af;}
.mytable th.down, .mytable tr.even th.down, .mytable tr.odd th.down{background:#bce774;}
.mytable th.selected, .mytable tr.even th.selected, .mytable tr.odd th.selected{}

.mytable td.over, .mytable tr.even td.over, .mytable tr.odd td.over{background:#ecfbd4;}
.mytable td.down, .mytable tr.even td.down, .mytable tr.odd td.down{background:#bce774;color:#fff;}
.mytable td.selected, .mytable tr.even td.selected, .mytable tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
.mytable td.empty, .mytable tr.odd td.empty, .mytable tr.even td.empty{background:#fff;}