/* 

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

/* general styles */

.styledtables table, .styledtables table td{
	font:100% Arial, Helvetica, sans-serif; 
}
.styledtables table{width:100%;border-collapse:collapse;margin:1em 0;}
.styledtables table th, table.zebra td{text-align:left;padding:.5em;border:1px solid #fff;}
.styledtables table th{background:#000;color:#fff;}
.styledtables table td{background:#fbf6eb;}

/* tablecloth styles */

.styledtables table tr.even td{background:#fbf6eb;}
.styledtables table tr.odd td {background:#f4e5c6;}

