/* 

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

/* general styles */

.tdu table, .tdu td{
	font-size: 10px;border: 1px solid #C1E2AF;
	}
.tdu table{width:96%;	border: 1px solid #C1E2AF;
border-collapse:collapse;margin:1em 0;}
.tdu th, .tdu  td{padding:.2em;border:1px solid #C1E2AF;}
.tdu th{color:#fff;}
.tdu td{}

/* tablecloth styles */

.tdu tr.even td{
	background-color: #F9F9F9;
}
.tdu tr.odd td{
	background-color: #FFFFFF;
}

.tdu th.over, .tdu tr.even th.over, .tdu tr.odd th.over{background:#4a98af;}
.tdu th.down, .tdu tr.even th.down, .tdu tr.odd th.down{
	background-color: #CCC;
}
.tdu th.selected, .tdu tr.even th.selected, .tdu tr.odd th.selected{}

.tdu td.over, .tdu tr.even td.over, .tdu tr.odd td.over{
	background-color: #EEEEEE;
}
.tdu td.down, .tdu tr.even td.down, .tdu tr.odd td.down{
	color:#fff;
	background-color: #CCC;
}
.tdu td.selected, .tdu tr.even td.selected, .tdu tr.odd td.selected{
	color:#555;
	background-color: #CCC;
}

/* use this if you want to apply different styleing to empty table cells*/
.tdu  td.empty, .tdu tr.odd td.empty, .tdu tr.even td.empty{background:#fff;}
