/* 

	TableCloth 
	by Alen Grakalic, brought to you by cssglobe.com
	
	modified by Eduardo to the very basic functionality
*/

/* general styles  FOR TABLECLOTH*/

table.tablecloth td {
	font-family: : "Lucida Grande","Lucida Sans",Arial,sans-serif !important;
}
table.tablecloth {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
}

/* tablecloth styles */

table.tablecloth tr.even  {
	background:#f1f1f1;
}
table.tablecloth tr.odd  {
	background:#ffffff;
}


table.tablecloth td.even  {
	background:#f1f1f1;
}
table.tablecloth td.odd  {
	background:#ffffff;
}
/* END OF TABLE CLOTH CLASS*/

/* 

	JQTABLE
	by Eduardo
	
*/


#jqtable tr.over {
	background:#cecece;
}



