UL.agendaDays {
	margin:25px 0; padding:0;
	list-style:none;
	width:100%; height:25px;
	border:1px solid #9d9d9d;
	background:#d3d3d3;
}
	.agendaDays LI {
		float:left;
		line-height:25px;
		margin-left:-1px;
	}
	.agendaDays LI.active {
		background:#f1f1f1;
		border:1px solid #a1a1a1;
		border-width:1px 1px 0 1px;
		height:28px;
		line-height:28px;
		position:relative;
		top:-3px;
		margin-bottom:-4px;
	}
		.agendaDays LI A {
			padding:0 9px;
			text-decoration:none;
			border-left:1px dotted #949494;
		}
		.agendaDays LI.active A {
			border:none;
		}
		
DIV.agendaTimetable {
	clear:both;
	display:none;
	overflow:hidden; zoom:1;
}
	.agendaTimetable UL {
		width:50%;
		float:left;
		margin:0; padding:0;
		list-style:none;
	}
		.agendaTimetable UL LI {
			border-bottom:1px dotted #949494;
			padding:5px 0;
			margin-right:10px;
			clear:both;
		}
			.agendaTimetable UL LI SPAN {
				padding-right:10px;
				display:block;
				float:left;
			}
			.agendaTimetable UL LI A {
				display:block;
				color:#e00000;
				padding-left:50px;
			}