/*  CSS for template_facets.php  */
.facetTitle {
	border-left-width: 3px; 
	border-right-width: 3px; 
	border-top-width: 0px; 
	border-bottom-width: 0.5px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-color: #dbdbdb; 
	background-color: #ffffff; 
	padding: 8px; 
	margin: 0px 0px 0px 0px;
}
.row .wrapper:first-child .facetTitle{
	border-top-width: 3px; 
}
.row .wrapper:last-child {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-color: #dbdbdb;
}
.facetvalue {
	border-left-width: 3px; 
	border-right-width: 3px; 
	border-top-width: 0.5px; 
	border-bottom-width: 0.5px; 
	border-top-style: none; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-color: #dbdbdb; 
	padding: 8px;
}
.facetvalue div.formerLi {
	list-style: none; 
	margin: 0px 0px 0px 8px;
	font-size: 90%;
}
.facetvalue div.formerLi span {
	float: right;
	padding: 2px 5px 0;
}
.facetvalue div.formerLi a {
	color: grey;
	font-size:13px;
}
.more_publication {
	text-align: right; 
	border-left-width: 3px; 
	border-right-width: 3px; 
	border-top-width: 0.5px; 
	border-bottom-width: 0.5px; 
	border-top-style: none; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-color: #dbdbdb; 
	padding: 8px; 
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
/*  END CSS for template_facets.php  */

/* template_searchresults.php */
table p.publishDate {
	padding: 0px; 
	margin: 0px;
	color:grey;
}
table p.publishPeople {
	padding: 0px; 
	margin: 6px 0 0 0;
	color:grey;
	font-size: 90%;
}
table p.publishContent {
	padding: 0px; 
	margin: 12px 0 0 0px;
}
table hr {
	padding: 0px; 
	margin-bottom: 12px;
}
table h3 {
	 line-height: 110%;
}
table h3 a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight:500;
}
table td.tdRight {
	padding: 0 0 0 25px;
	text-align:center;
}
table td.tdRight p {
	padding: 0px; 
	margin-bottom: 3px;
}
table td.tdRight img {
	border:3px solid #e2e2e2;
	max-width: 200px; 
	max-height: 150px;
	width: auto;
	height: auto;
}
table td.tdRight .noImage {
	display:block;
	width:150px;
	height:150px;
}
table td .downloads a {
	color: #00719F;
	font-weight:bold;
}
div.imgLink{
	float:none !important;
}
#M025A_middle{
	margin-top: 10px;
	float: left;
	width: 100%;
}
/* END template_searchresults.php */

/* template_filters.php */
.filters {
	padding: 0px; 
	margin: 0px 0 22px;
}
.filters span {
	background-color: #e1e1e1; 
	border-radius: 1px; 
	padding: 6px 10px;
	margin-right: 2px;
	float:none;
	line-height: 2;
	font-size: 90%;
}
/* END template_filters.php */

.page-navigator-left {
	width: 60px;
	margin-right: 10px;
}

.page-navigator-right {
	width: 60px;
	margin-left: 10px;
}

.page-navigator-middle {
	width: 80px;
	margin: 0 auto;
}