.news-filter legend {
	display: none;
	}

.archive-filter,
.news-filter  {
	background: url(../library/bg-archivefilter.png) no-repeat bottom left;
	padding: 6px 10px 5px 15px;
	margin-bottom: 15px;
	}
.current-well .archive-filter {
	background-image: url(../library/bg-archivefilter700.png);
	}	
.archive-filter span,
.news-filter span,
.news-filter label {
	float: left;
	display: block;
	padding-right: 4px;
	}	
.archive-filter span.desc,
.news-filter label {
	padding: .2em .6em 0 0;
	color: #004475;
	}		
.btn-filter {
	background: transparent;
	margin: 1px 0 0 0;
	padding: 0;
	border: none;
	}

/* ---------------------------- DRILLING SUMMARIES ---------------------------- */

.mod-presentationgroup {
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
	display: block;
	float: left;
	clear: right;
	}
.mod-presentationgroup div {
	padding-right: 20px;
	}
.mod-presentationgroup h2 {
	margin-top: 0;
	}	
.clear-group {
	clear: both; 
	height: 1px; 
	display:block;
	}
.well-information th,
.well-information td  {
	font-size: 10px;
	vertical-align: top;
	}		
	
/* ---------------------------- ARTICLE ---------------------------- */	

.article {
	border-top: 1px solid #d7e7f8;
	padding-top: 10px;
	margin-top: 0px;
	width: 100%;
	z-index: 1;
	position: relative;
	}
	
.date,
.title {
	float: left;
	}
.date {
	width: 80px;
	padding: 0 0 0 15px;
	}	
.title {
	width: 475px;
	}
.title h2 {
	margin-top: 0;
	}			

/* ---------------------------- ARTICLE IMAGE ---------------------------- */		

.imagelist {
	float: right;
	border-bottom: 4px solid #d7e7f8;
	color: #3076a0;
	width: 250px;
	margin: 5px 0 10px 20px;
	}
.imagelist img {
	display: block;
	width: 250px;
	}		
.imagelist ul,
.imagelist li {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none;
	background-image: none;
	}	
.imagelist p {
	margin: 0;
	padding: 5px 0 6px 0;
	font-style: italic;
	font-size: 92%;
	line-height: 1.2em;
	}	