/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

.table_skin_style{width:100%;border-collapse:collapse;margin: 0; font:100% Arial, Helvetica, sans-serif; font-size:14px;}
.table_skin_style th, .table_skin_style td{padding:.5em;border:1px solid #fff;}
.table_skin_style th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
.table_skin_style td{background:#e5f1f4;}

/* tablecloth styles */

.table_skin_style tr.even td{background:#e5f1f4;}
.table_skin_style tr.odd td{background:#f8fbfc;}

.table_skin_style th.over,  .table_skin_style tr.even th.over,  .table_skin_style tr.odd th.over{background:#4a98af;}
.table_skin_style th.down,  .table_skin_style tr.even th.down,  .table_skin_style tr.odd th.down{background:#bce774;}
.table_skin_style th.selected, tr.even th.selected, tr.odd th.selected{}

.table_skin_style td.over,  .table_skin_style tr.even td.over,  .table_skin_style tr.odd td.over{background:#ecfbd4;}
.table_skin_style td.down,  .table_skin_style tr.even td.down,  .table_skin_style tr.odd td.down{background:#bce774;color:#fff;}
.table_skin_style td.selected,  .table_skin_style tr.even td.selected,  .table_skin_style tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
.table_skin_style td.empty,  .table_skin_style tr.odd td.empty,  .table_skin_style tr.even td.empty{background:#fff;}