/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:14px Georgia, "Times New Roman", Times, serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;border-top:2px solid #b0a98d; border-bottom:1px solid #b0a98d;}
th, td{text-align:left;padding:.2em;}
th{background:#c4bda3;}
td{background:#f3eedc;}

/* tablecloth styles */

tr.even td{background:#e0d9c0;}
tr.odd td{background:#f3eedc;}



/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}