/* CSS Document */

#schedule  {
	width: 100%;
	border: 0px solid #000;
	background: #7a4105;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	}

#schedule  th, td {
	margin: 0;
	padding: 10px 8px;
	text-align: center;
	}

#schedule  .name {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}

#schedule tr {
	background: #f08c1d;
	}

#schedule tr .alt {
	background: #f08c1d;
	}
	
#schedule td a {
	display: block;
	font-weight: bold;
	}

#schedule th {
	color: #000;
	text-transform: uppercase;
	}

#schedule caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}



#holiday  {
	width: 100%;
	border: 0px solid #000;
	background: #7a4105;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	}

#holiday  th, td {
	margin: 0;
	padding: 10px 8px;
	text-align: center;
	}

#holiday  .name {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}

#holiday tr {
	background: #f08c1d;
	}

#holiday tr .alt {
	background: #f08c1d;
	}
	
#holiday td a {
	display: block;
	font-weight: bold;
	}

#holiday th {
	color: #000;
	text-transform: uppercase;
	}

#holiday caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}
	
#newTuition  {
	width: 100%;
	border: 0px solid #000;
	/* background: #633e15; */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	}

#newTuition  th, td {
	margin: 0;
	padding: 10px 8px;
	text-align: left;

	}

#newTuition  .name {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}

#newTuition tr {
	/* background: #f08c1d; */
	}

#newTuition tr .alt {
	 background: #633e15; 
	}
	
#newTuition td a {
	display: block;
	font-weight: bold;
	}

#newTuition th {
	color: #fff;
	text-transform: uppercase;
	}

#newTuition caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}	
	
.lastUpdated {
	font-size: .7em;
	}

	