/* 

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

/* general styles */

#schedCont {
	margin:0 auto;
	margin-top:0;
	position:relative;
	color:#0D130E;
	font-size: 80%;
}
#schedCont a,#schedCont a:hover,#schedCont a:visited{
	color:#0D130E;
	text-decoration:none;
}
table, td{
	font:100% Arial, Helvetica, sans-serif;padding:10px 5px 10px 7px;
}
table{height:295px;
margin-left:-14px;
border-collapse:collapse;margin:1em 0;background: #FFF;
	background-repeat:repeat; margin-left:8px !important;}
th, td{text-align:left;border:1px dotted #333;}
th{background:#000000; color:#E69B35;padding:10px 5px;text-align:center;width:156px;}
td{background:transparent; color: #E69B35; vertical-align: top;color:#0D130E;}


/* tablecloth styles */

tr.even td{background:transparent;}
tr.odd td{background:transparent;}
tr.empty td{background:yellow;}

th.over, tr.even th.over, tr.odd th.over{}
th.down, tr.even th.down, tr.odd th.down{}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over,td.yellow{background:#E69B35;}
td.down, tr.even td.down, tr.odd td.down{background:#cccccc;color:#ffffff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#cccccc;color:#555;}
td.empty, tr.odd td.empty, tr.even td.empty, td.selected,
td.over, tr.empty td.over, tr.empty td.over{background:transparent;}
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty,{background:transparent;}
