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

.overview {
	margin: 0px 0px 10px 0px;
	clear: both;
}
.overview  .heading{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
.overview .item {
	padding: 5px 0px 5px 0px;
}
.overview .item .title {
	float: left;
}
.overview .item .date {
	float: right;
}
.overview .title_container {
	width: 100%;
	background-color:#5fc41b;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	padding: 2px 0px 2px 0px;
}
.overview .title_container .title {
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 10px;
	text-decoration:none;
}
.overview .title_container .date {
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-right: 10px;
	text-decoration:none;
	float:right;
}

