/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/



/* h5 */
div.schedule h5 {
	margin-bottom:5px;
}

/* table */
div.schedule table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 5px 0;
}
div.schedule table th,
div.schedule table td {
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
div.schedule table th {
	background:#36c;
	color:#fff;
}
div.schedule table td {
	
}

/* tablecloth color setting */
/* div.schedule table td.even {
	background-color:#fff;
}
div.schedule table td.odd {
	background-color:#e8eefa;
} */



/* general styles */
/* .schedule h3{
	background:url(../images/room/schedule/tab01.jpg) no-repeat ;
	padding:5px 10px;
	margin:0;
	text-align:left;
	font-size:120%;
	color:#13007D;
	font-weight:bold;
}
.schedule table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 5px 0;
}
.schedule th,.schedule td{
	text-align:left;
	padding:5px;
	border:1px solid #CCC;
}
.schedule th{
	background:#328aa4 url(../images/tr_back.gif) repeat-x;
	color:#fff;
}
.schedule td{
	background:#e5f1f4;
} */

/* tablecloth styles */
.schedule tr.even td{background:#fff;}
.schedule tr.odd td{background:#e8eefa;}
/* .schedule tr.even td{background:#e5f1f4;}
.schedule tr.odd td{background:#f8fbfc;} */

/* .schedule th.over,.schedule tr.even th.over,.schedule tr.odd th.over{background:#fff4c6;}
.schedule th.down,.schedule tr.even th.down,.schedule tr.odd th.down{background:#fec671;}
.schedule th.selected,.schedule tr.even th.selected,.schedule tr.odd th.selected{} */

.schedule td.over,.schedule tr.even td.over,.schedule tr.odd td.over{background:#fff4c6;}
.schedule td.down,.schedule tr.even td.down,.schedule tr.odd td.down{background:#fec671;}
.schedule td.selected,.schedule tr.even td.selected,.schedule tr.odd td.selected{background:#fec671;}

/* use this if you want to apply different styleing to empty table cells*/
.schedule td.empty,.schedule tr.odd td.empty, tr.even td.empty{}
