/* ---------------------< Block search history >-------------------------*/
.historyLine {
	padding:0px 8px 10px 8px;
	overflow:auto;
}
.historyLineInside {
	white-space:nowrap;
	overflow:hidden;
}
.historyLineInside span {
	white-space:nowrap;
	overflow:hidden;
}
.historyBox { /* the historial of the investigations */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:4px 4px 4px 6px;
	padding:4px 4px 4px 4px;
	float:left;
	width:177px;
	height:105px;
	background-color:#f2f4fa;
	border:#bdcae5 solid 1px;
}
.historyBox .highlight { /* Black color for all the highlight of the square of the search */
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.historyBox .footer {
	float: right;
	margin-top: 2px;
	width: auto;
	font-weight: bold;
}
.historyBox .footer a {
	text-decoration: underline;
}
.footerLink {
	text-align:right
}
.searchFooterNav {
	float:left;
	width:16px;
	margin:4px -4px 4px -4px;
	padding:48.5px 0px 0px 0px;
	height:137px;
	vertical-align:middle;
	cursor:pointer;
}
.searchFooterNavHide {
	float:left;
	width:16px;
	margin:4px -4px 4px -4px;
	padding:48.5px 0px 0px 0px;
	height:137px;
	vertical-align:middle;
	cursor:pointer;
	display:none;
	border:#bdcae5 solid 1px;
}
.searchFooterContent {
	display:block;
}
.searchFooterContentHide {
	display:none;
}
.searchFooterLink {
	display:block;
}
.searchFooterLinkHide {
	display:none;
}
