/* class schedule table toggle */
h3 { margin: 15px 0 0 0; padding: 0; }
p { margin-top: 5px; }
ul.tabs { 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #C9C8C8;
	height: 40px;
	list-style: none;
	float: left;
	width: 100%;
	}
	.tabs li {
	float: left;
	display: inline; 
	margin: 0 0 0 5px; 
	padding: 0;
	height: 39px;
	border-left: 1px solid #C9C8C8;
	border-top: 1px solid #C9C8C8;
	border-right: 1px solid #C9C8C8;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	}
	.tabs li a {
		display: block;
		float: left;
		color: #333;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		width: 130px;
		outline: none;
		margin: 0;
		padding: 6px 0;
		}
	.tabs li a:hover { 
	text-decoration: none;
	background: #ccc;
	}

	/*.tabs a#a { 
	background: #EEE; 
	color: #000;
	}*/
	
	html ul.tabs li.active, 
	html ul.tabs li.active a:hover { 
	background-color: #eee;
	border-bottom: 1px solid #eee; 
	}

div.container { 
	background: #eee;
	border-left: 1px solid #C9C8C8; 
	border-right: 1px solid #C9C8C8; 
	border-bottom: 1px solid #C9C8C8; 
	border-top: none;
	padding: 5px 10px;
	clear: both;
	}
	.container table { 
	border-collapse: collapse; 
	border: 1px solid #DDD;
	margin: 0;
	background-color: #fff;
	}
	.container th {
	 border-left: 1px solid #EEE;
	 border-bottom: 1px solid #DDD;
	 color: #fff;
	 padding: 8px 10px;
	 text-align: left;
	 font-size: 12px;
	 vertical-align: bottom;
	 font-weight: bold; 
	 background-color: #4F82C1;
 	 }
	.container td { 
	 border-left: 1px solid #EEE;
	 border-bottom: 1px solid #DDD;
	 font-size: 11px;
	 padding: 8px 10px;
	 text-align: left;
	 }
   .container td.day { font-weight: bold; margin: 0; padding: 8px; }	