﻿/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("images/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:4px solid #336666;border-top:1px solid #C0E2D4;}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{display:block;float:left;color:#874B46;text-decoration:none;padding:12px 20px 0 20px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
ul#saturday li a.current{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#outline{
	width:520px;
	/*margin-top: 10px;*/
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #ffffff;
	border-top: 1px solid #996666;
	border-left: 1px solid #996666;
	border-right: 1px solid #996666;
}


#outline th{
	padding: 1px 0px 1px 5px;
	text-align: left;
	font-weight: normal;
	border-right: 1px #996666 solid;
	border-bottom: 1px #996666 solid;
	background-color: #CCFFFF;
	vertical-align: top;
	color: #000000;
}

#outline td{
	padding:1px 0px 1px 5px;
	vertical-align:top;
	border-bottom:1px solid #996666;
}

