/*-- tt_news LATEST view - agenda mode -----------------------------------*/
.agenda-latest-container, .agenda-list-container { clear:both; display:block; }
.agenda-latest-item, .agenda-list-item {
	clear: both;
	display: block;
	float: left;
	height: 1%;
	padding: 0 10px 10px 10px;
	width:150px;
}

.agenda-latest-item {
	background:url(../img/bg-header.gif) no-repeat center bottom;
	margin-bottom:12px;
}
.agenda-latest-item img { margin-left:-10px; }

.agenda-date {
	color:#000;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.agenda-morelink a {
	display: inline;
	float: right;
}

.agenda-latest-container h3, .agenda-list-container h3 { font-size:12px; font-weight:bold; margin-bottom: 0.3em;}
.agenda-latest-container h3 a, .agenda-list-container h3 a { text-decoration: none; }
.agenda-latest-container p, .agenda-list-container p { margin: 0; }