	/* style the schedule table */
	.schedule{
		 text-align:center;
		 background:black;
		 visibility:hidden;
		 position:absolute;
		 left:10px;
		 top:120px;
		 width:725px;
		 height:100%;
	}
		
	table#schedule{
		border-collapse:collapse;
		width:70%;		
		border: 1px solid #CCCCCC; 
		margin-left:15%;
	}
	
	#schedule th {
		border:0px;
		background-color:#CCCCCC;
		padding:5px;
	}
	
	#schedule td {
		border: 1px solid #CCCCCC; 
		padding:5px;
	}
	
	/* background color for the reserve button */
	.contact_link{
		background-color:#9966FF;
		text-align:center;
	}
	
	/* style the tab closing td */
	.close_right_tab{
			border-right: 1px solid #CCCCCC; 
	}
	
	/* style the names */
	a:link {
	  	background-color: transparent;
		color:#FF9900;
		}
	
	a:visited {
		background-color: transparent;
		color:#FF9900;
		}
	
	a:hover {
		background-color: transparent;
		color:#FF9900;
		}
