.agendaList {
	border: 1px solid rgb(204, 204, 204); color: rgb(102, 102, 102); font-size: 13px; border-collapse: collapse; border-spacing: 0;
}
.agendaList th {
	background: rgb(121, 194, 200); padding: 5px; border: 1px solid rgb(204, 204, 204); text-align: left; color: rgb(255, 255, 255);
}
.agendaList .secondTh {
	background: rgb(202, 232, 234); height: 30px;
}
.agendaList .thirdTh {
	background: rgb(234, 245, 247);
}
.agendaList tr td {
	padding: 5px; border: 1px solid rgb(204, 204, 204);
}
