
.sub-links-container
{
	background-repeat: no-repeat;
}

.agenda-entry
{
	border: 1px solid #eee;
	margin: 0 0 15px 0;
}

.agenda-header
{
	clear: both;
	width: 100%;
	display: table;
	border-bottom: 1px dashed #aaa;
}

.agenda-title
{
	font-weight: bold;
	line-height: 1.4em;
	color: #003366;
	width: 79%;
	float: left;
	margin: 5px 0 5px 10px;
}

.agenda-date
{
	font-size: 0.8em;
	width: 18%;
	float: right;
	margin: 5px 0;
	border-left: 1px dashed #aaa;
	padding: 0 0 0 8px;
	height: 100%;
	text-align: center;
}

.agenda-content
{
	clear: both;
}

.agenda-text
{
	padding: 5px 10px;
}

.agenda-img
{}