/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table.sort_tb {width:100%;border-collapse:collapse;margin:1em 0;}
table.sort_tb th,table.sort_tb td{text-align:left;padding:.5em;border:1px solid #fff;}
table.sort_tb th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff; text-align: center; }
table.sort_tb td{background:#e5f1f4;}

/* tablecloth styles */

table.sort_tb tr.even td{background:#fff;}
table.sort_tb tr.odd td{background:#fff;}

table.sort_tb th.over,table.sort_tb tr.even th.over,table.sort_tb tr.odd th.over{background:#BFE3F9;}
table.sort_tb th.down,table.sort_tb tr.even th.down,table.sort_tb tr.odd th.down{}
table.sort_tb th.selected,table.sort_tb tr.even th.selected,table.sort_tb tr.odd th.selected{background:#99D2F4;}

table.sort_tb td.over,table.sort_tb tr.even td.over,table.sort_tb tr.odd td.over{background:#f5f5f5;}
table.sort_tb td.down,table.sort_tb tr.even td.down,table.sort_tb tr.odd td.down{}
table.sort_tb td.selected,table.sort_tb tr.even td.selected,table.sort_tb tr.odd td.selected{background:#ECFBD4;}

/* use this if you want to apply different styleing to empty table cells*/
table.sort_tb td.empty,table.sort_tb tr.odd td.empty,table.sort_tb tr.even td.empty{background:#fff;}



/* general styles */

table.rel_tb {width:100%;border-collapse:collapse; }
table.rel_tb th{background: #EEF1F9;color:#333;}

/* tablecloth styles */

table.rel_tb tr.even td{background:#fff;}
table.rel_tb tr.odd td{background:#f8f8f8;}