/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font-family: "Lucida Grande",helvetica,verdana,sans-serif;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background: #919191 repeat-x;color:#fff;}
td{background: #f0f0f0;}

/* tablecloth styles */

tr.even td{background: #f4f4f4;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #636363;
}
tr.odd td{background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #636363;
}
th.selected, tr.even th.selected, tr.odd th.selected{}

/* 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;}