/*------------------------------------ 
Overview
------------------------------------*/

.overview {
	margin: 0px 0px 10px 0px;
}

.overview  .heading{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}


.overview .item {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #0b85ba;
}

.overview .item .title {
	float: left;
}

.overview .item .date {
	float: right;
}

.overview .item A {
	text-decoration:none;
}

.overview .item A:hover {
	border-bottom: 1px dotted #0b85ba;
}
