/* ---- Schedule Table ---- */

table#schedule,
table#schedule caption,
table#schedule td,
table#schedule tr,
table#schedule th {
	margin:0;
	padding:0;
	font-weight:normal;
	}

table#schedule {

	border-collapse:collapse;
	margin-bottom:15px;
	width: 750px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
	table#schedule caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table#schedule table td,
	table#schedule table th {
		padding:5px;
		border:1px solid #fff;
		border-width:0 1px 1px 0;
		}
		
	table#schedule thead th {
		background:#91c5d4;
			border-bottom: 1px solid #CCC;
		}
			
		table#schedule thead th[colspan],
		table#schedule thead th[rowspan] {
			background:#66a9bd;
			}
		
	table#schedule tbody th,
	table#schedule tfoot th {
		text-align:center;
		background:#91c5d4;
		}
		
	table#schedule tbody td,
	table#schedule tfoot td {
	    padding: 0 0.5em;
		text-align:left;
		background:#d5eaf0;
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
		}
		
	table#schedule tfoot th {
		background:#b0cc7f;
		}
		
	table#schedule tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		}
			
	table#schedule tbody tr.hovered td { 
		background:#bcd9e1;
		}
