.mapPopupBody{
    font-size: 11px;
    font-family: Verdana;
}
.mapPopupBody a.zoomToMarkerLink{
    padding: 3px;
    background-color: #ffa851;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.mapPopupBody a.zoomToMarkerLink:hover{
    background-color: #ff8000;
    text-decoration: none;
}

.mapPopupBody a.goToItemLink{
    padding: 3px;
    background-color: #abd90e;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
}
.mapPopupBody a.goToItemLink:hover{
    background-color: #85a80b;
    text-decoration: none;
}

.mod_catalog_emphasise_f {
  font-weight: bold;
  color: brown;
}

.mod_catalog_warning_f {
  font-weight: bold;
  color: red;
}

.search_form_legend{
	font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    color: #00008b;
}

.mod_catalog_search_form{
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eeeeee;
}
.mod_catalog_search_form table{
    width: 99%;
}
.mod_catalog_search_form label{
	font-weight: bold;
	font-size: 11px;
	color: #00008b;
}
.mod_catalog_search_form select,input{
    font-size: 11px;
    width: 160px;
    border: none;
}

.mod_catalog_searchform_submit{
	width: 90px;
	font-size: 11px;
	background-color: #00008b;
	border: 1px solid #00008b;
	color: white;
}
.mod_catalog_searchform_reset{
    width: 90px;
    font-size: 11px;
    border: 1px solid #00008b;
}

.lang_selectors a{
	text-decoration: none;
}

/********************* PAGINATION ***************************/
.pagination {
    font-size: 11px;
    margin-top: 5px;
}
        
.pagination a {
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width:1em;
    text-align:center;
}

.pagination a:hover{
	background: #26B;
	color: #fff;  
}

.pagination .current {
    background: #26B;
    color: #fff;
    border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}

.results_export{
	float: right;
}
.results_export a{
	text-decoration: none;
	margin-left: 2px;
}

.results_table{
	width: 100%; 
	border-collapse: collapse; 
	margin-top: 5px;
	font-family: Verdana;
	font-size: 12px;
}
.results_table th{
	background-color: #122790;
	font-weight: bold;
	color: white;
	padding: 6px;
	text-align: left;
}
.results_table tr{
	cursor: pointer;
}
.results_table tr:hover{
	background-color: #122790;
	color: white;
}
.results_table td{
	border-bottom: 2px solid #cccccc;
	padding: 6px; 
}
.results_table a{
	padding: 4px;
	background-color: white;
	color: #122790;
	text-decoration: none;
}
.results_table a:hover{
	background-color: #122790;
	color: white;
	text-decoration: none;
}

.back_to_results_link{
	padding: 5px;
	background-color: #122790;
	border: 1px solid #122790;
	color: white;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
.back_to_results_link:visited{
	color: white;
}
.back_to_results_link:hover{
	background-color: white;
	color: #122790;
	
}

.item_details{
	width: 80%;
	border-collapse: collapse;
	color: #122790;
	margin-bottom: 10px;
}
.item_details td{
    border-bottom: 1px solid #cccccc;
    padding: 6px;	
}
.item_details td.item_detail_field{
	font-weight: bold;
	background-color: #eeeeee;
	width: 50%;
}

.documents_title{
    border-bottom: 1px solid #cccccc;
    color: #122790;
    font-weight: bold;
    width: 100%;
}

.doc_link{
	padding: 5px;
	cursor: pointer;
	background-color: #eeeeee;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #122790;
	border: 2px solid #eeeeee;
	
	margin-top: 5px;
	margin-left: 5px;
	overflow: none;
	border: 1px solid #cccccc;
}
.doc_link:hover{
	background-color: white;
	
}
.doc_link img{
	margin: 0px;
}

.layersDiv input{
	padding: 0px;
	display: inline;
	width: 10px;
}
.labelSpan{
	display: inline;
}