/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% ; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#bbd9b1; color:#000;}
td{background:#dfedda;}

/* tablecloth styles */

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

/* 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;}

table h2, table h3, table h4, table h5, table h6 { color:#333333;}
