/* 

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

/* general styles */
table.tablecloth th{
	border: 1px solid #666699;
  padding: 3px;
  font-weight: bold;
  color: #000033;
  background-color: #80BBE6;
}
/* table.tablecloth td{background:#e5f1f4;} */

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{
	background-color: #6699FF;
}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{
	background-color: #2C83F8;
}

td.over, tr.even td.over, tr.odd td.over{
	background-color: #C6DEFD;
}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{
	color:#555;
	background-color: #9EC9FC;
}

/* 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;}
