.MagmaGoogleMapsList{
	padding-top: 5px;
}

.MagmaGoogleMapListTab {
	float: left;
	width: 19%;
	height: 100%;
	border-left: none;
	border-top: 1px solid #D1D0D0;
	border-right: none;
	border-bottom: 1px solid #D1D0D0;
	text-align: left;
	overflow: auto;
}

.MagmaGoogleMapListTab ul li{
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px;
	width:100%;	
	border-bottom: 1px solid #D1D0D0;
}

li.NotMappedElement{
	background-color: #F1F6DB;
	background-image: url("sfondoMagmaListCell.png");
	background-position: top;
	background-repeat: repeat-x;
}

li.MappedElement{
	background-color: #E8F6FD;
	background-image: url("sfondoTh.png");
	background-position: top;
	background-repeat: repeat-x;
	color: #000000/*#231F58*/;	
}

li.MappedElement:hover{
	background-color: #FB9D23;
	background-position: bottom;
	background-image: url("titoloBoxArancione1.png");
}

.MagmaGoogleMapListTab ul li a {
	display: block;
	float: right;
	font-size: 150%;
	width: 10%;
}

a.MagmaGoogleMapsToMapLink{
	font-weight: bold;
	background-image: url("map.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

a.MagmaGoogleMapsToListLink{
	font-weight: bold;
	background-image: url("backtolist.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	margin-top: 3px;
}

.MagmaGoogleMap h1{
	border: 1px solid #d1d0d0;
	margin-right: 10px;
}