@charset "utf-8";
div#menuParco {
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div#menuParco ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
div#menuParco  ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#menuParco  ul  li a {
	color: #333333;
	text-decoration: none;
	background-color: #E9F1FE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
}
div#menuParco ul li a span {
	font-size: 10px;
	font-weight: normal;
}

div#menuParco  ul  li a.edit {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#menuParco  ul  li a:hover,div#menuParco   ul li a.on {
	color: #FF3300;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#scheda {
	font-size: 11px;
	line-height: normal;
	background-color: #E9F1FE;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#scheda p, #struttura p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#scheda h3, #struttura h3 {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #C00;
}
#scheda ul {
	list-style-type: square;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#scheda .bottoniScheda {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#scheda .bottoniScheda p {
	text-align: center;
	color: #FF0000;
}
#scheda hr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000000;
	height: 1px;
}
#scheda .voceScheda {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#scheda .voceScheda ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#scheda .voceScheda li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

