/* default */
#col1 ul {
	margin: 0px;
	padding: 0px;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom-color:#ccc;
	border-bottom-style:double;
	border-bottom-width:3px;
	list-style-type: none;
	}
	
#col1 li {
	margin-left:0px;
	padding-left:10px;
	padding-bottom: 0.5em;
	list-style:none;
	}
	
#col1 ul a {
	font: 11px Verdana, sans-serif;
	text-decoration:none;
	}
	
#col1 ul a:hover {
	text-decoration:underline;
	}

#col1 h3 {

	}

#col1 span {
	font: normal 10px Verdana, sans-serif;
	color: #963;
	display: block;
	}
	
#col1 hr {
	padding: 0;
	margin: 0;
	height: 1px;
	width: 90%;
	border: none;
	background-color: #94866f;
	}
.table {
	margin-left: 0px;
	margin-right: auto;
	border-spacing:10px;
	font: normal 12px Verdana, sans-serif;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.cell-evening {
	background-color: #99ccff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.cell-sat {
	background-color: #ffccff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.cell-dayMWF {
	background-color: #ffff99;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.cell-dayTR {
	background-color: #33ff66;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

