/* 

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

/* general styles */

table.tablecloth, td {
	font:100% "Lucida Grande","Lucida Sans",Arial,sans-serif !important;
}
table.tablecloth {
	/*width:68%;*/
	border-collapse:collapse;
	margin:1em 0;
}
table.tablecloth th, table.tablecloth td {
	text-align:left;
	padding:.5em;
}
th {
	background:#ffffff;
	border-bottom:#999999 solid 1px;
}
table.tablecloth 	td
 {
	background:#ffffff;
}
/* tablecloth styles */

tr.even td {
	background:#f1f1f1;
}
tr.odd td {
	background:#ffffff;
}
th.over, tr.even th.over, tr.odd th.over {
	background:#cecece;
}
th.down, tr.even th.down, tr.odd th.down {
	background:#c7c7c7;
}
th.selected, tr.even th.selected, tr.odd th.selected {
}
td.over, tr.even td.over, tr.odd td.over {
	background:#cecece;
}
td.down, tr.even td.down, tr.odd td.down {
	background:#dedede;
	color:#fff;
}
td.selected, tr.even td.selected, tr.odd td.selected {
	background:#dedede;
	color:#555;
}
/* 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;
}*/

