.agendabox{
	margin-top: 70px;
}
.leftnav{
	margin-top: 50px;
	float: left;
	border: 1px solid #c5c5c5;
	border-bottom: none;
}
.leftnav .item{
	font-size: 18px;
	width: 430px;
	padding: 30px 25px;
	line-height: 28px;
	border-bottom: 1px solid #c5c5c5;
	cursor: pointer;
}
.leftnav .item.active{
	background-color: #fff9d8;
	color: #cd181d;
}
.leftnav .item:hover{
	background-color: #fff9d8;
	color: #cd181d;
}
.agenda{
	float: right;
	width: 725px;
}
.agenda .daybox{
	margin-left:-88px;
}
.agenda .daybox a{
	display: block;
	width: 182px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #cd181d;
	font-size: 18px;
	border:1px solid #cd181d;
	float: left;
	margin-left:88px;
}
.agenda .daybox a.active{
	background-color: #cd181d;
	color: #FFFFFF;
}
.agenda .daybox a:hover{
	background-color: #cd181d;
	color: #FFFFFF;
}
.table{
	display: none;
	width: 722px;
	text-align: center;
}
.table.current{
	display: block;
}
.table td{
	padding: 12px 9px;
	font-size: 17px;
	border-bottom: 1px solid #c5c5c5;
	line-height:20px;
}


