/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% "Tahoma", Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left; padding: 0 5px;}
th{ background:#f90; color:#fff; height: 27px; }
td{ background:#fff; border-top: 1px solid #f90; height: 27px; }

/* tablecloth styles */

table tr:hover td { background:#f2d7d7; }

table tr.odd td { background: #f2d7d7; }