<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.travelmode_off,
.travelmode_oon{
	cursor:pointer;
	cursor:hand;
}

#googlemap_default {
	width:520px;
	height:520px;
	border:1px solid #ccc;
	float:left;
}
#googlemap_single {
	width:226px;
	height:200px;
	border:1px solid #ccc;
	float:left;
}


#googlemap_legend {
	margin:0 0 0 10px;
	float:left;
	font-size: 10px;
}

#googlemap_legend input {
	width:auto;
}

.googlemap_legend_checkboxes_pagetype,
.googlemap_legend_checkboxes_ids {
	display:none;
}


.googlemap_infowindow {
	/*visibility:hidden;*/
	line-height:normal;
	width:400px;
	height:150px;
} 

.googlemap_infowindow * {
	font-size:12px;
}

.googlemap_infowindow h3 {
	margin:0 0 10px 0;
}

.googlemap_infowindow_thumb_wrapper {
	float:left;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}

.googlemap_infowindow_thumb_wrapper img {
	padding:3px 3px 0 3px;
}


#googlemap_continenti_select {
	margin:10px 0;
}
#googlemap_selection_controls {
	margin:10px 0;
	display:none;
}

textarea#description {
	width:100%;
	height:50px;
}

.itiner_menu{
	float:right;
	background: none repeat scroll 0 0 lightBlue;
    border: 1px solid;
    padding: 3px;
}

.itiner_menu .menu li{
	padding: 8px;
}

.itiner_menu .menu span{
	position: relative;
	top: -4px;
}

.itiner_menu .menu li img{
	height: 20px
}
.itiner_menu .menu li.active{
	border: 2px solid #407BAB;
	padding: 5px;
}

span.button_span{
	cursor: pointer;
	cursor: hand;
}

span.button_span span{ 
	position: relative;
	top: -5px;
}

</pre></body></html>