/*------------------------------------ 
Overview
------------------------------------*/

.agenda_home_container{
	width: 223px;
	float: left;
	margin-left: 25px;
}

/*------------------------------------ 
Overview home
------------------------------------*/

.agenda_home_container .agenda_top {
	width: 233px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.agenda_home_container .agenda_mid {
	width: 203px;
	background-image: url('../site_images/home_block_right_mid_bg.jpg');
	background-repeat: repeat-y;
	padding: 0px 20px 10px 20px;
}
.agenda_home_container .agenda_bottom {
	width: 233px;
	height: 7px;
	background-image: url('../site_images/home_block_right_bottom_bg.jpg');
	background-repeat: no-repeat;
	font-size: 0px;
}
.agenda_home_container .description_text {
	float: left;
	width: 165px;
	margin-left: 20px;
	font-size: 11px;
	color: #3e9cd3;
	font-size: 10px;
	color: #1e90cf;
}
.agenda_home_container .date_icon {
	float: left;
}
.agenda_home_container .agenda_item .read_more {
	padding-right: 20px;
}
.agenda_home_container .agenda_item .title {
	padding: 0px;
}

/*------------------------------------ 
Overview home
------------------------------------*/

overview {
	float: left;
	width: 612px;
	margin-bottom: 20px;
}
.agenda_item_container {
	margin-bottom: 10px;
	width: 612px;
}
.agenda_item_container .agenda_item_top {
	background-image: url('../site_images/news_overview_top_bg.jpg');
	background-repeat: no-repeat;
	height: 5px;
	font-size: 0px;
}
.agenda_item_container .agenda_item_mid {
	background-image: url('../site_images/news_overview_mid_bg.jpg');
	background-repeat: repeat-y;
	padding: 10px 20px 30px 20px;
}
.agenda_item_container .agenda_item_bottom {
	background-image: url('../site_images/news_overview_bottom_bg.jpg');
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 20px;
}
.agenda_item_container .description_image {
	float: left;
	margin: 0px 10px 0px 0px;
}
.agenda_item_container .date {
	color: #389ace;
	padding-top: 2px;
	margin-right: 30px;
}
.agenda_item_container .placed {
	float: left;
	padding-top: 2px;
	margin-right: 10px;
}
.agenda_item_container .reactions {
	color: #389ace;
	padding-top: 2px;
	float: left;
}
.agenda_item_bottom .reactions IMG{
	padding-top: 3px;
	margin-right: 5px;
	float: left;
}
.agenda_item_bottom .read_more {
	float: right;
	margin: 2px 10px 0px 0px;
}
.agenda_item .title {
	color: #007dc5;
	font-size: 10px;
	margin-right: 5px;
	float: left;

}
.agenda_item .date {
	color: #007dc5;
	font-size: 10px;
	margin-right: 20px;
	float: right;

}
.agenda_item .read_more {
	color: #007dc5;
	font-size: 10px;
	
}
