@import "stiliComuni.css";

#contents {
	background-image: url(../img/sfondoMenu.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#navLocale {
	width: 220px;
	float: left;
}

#navLocale h3 {
	font-size: 25px;
	color: #567081;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #567081;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#navLocale h3 span {
	color: #80a8bc;
	margin-right: -8px;
	text-transform: lowercase;
}

#navLocale p {
	padding-right: 5px;
}

#navLocale #numeri {
	height: 80px;
	margin-bottom: 10px;
	margin-top: 17px;
	width: 195px;
	background-color: #FFFFFF;
	border: 1px solid #556a75;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 10px;
}

#navLocale #medici {
	height: 80px;
	margin-bottom: 10px;
	width: 195px;
	background-color: #FFFFFF;
	border: 1px solid #556a75;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 10px;
}

#navLocale #numeriMedici, #navLocale #numeriSostegno {
	width: 180px;
	height: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #996666;
	margin-right: 5px;
	margin-top: 10px;
}

#navLocale #dono {
	background-image: url(../img/angeloDona.gif);
	background-position: right top;
	height: 38px;
	width: 195px;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid #566a75;
	background-color: #aac4cf;
	padding-left: 5px;
	margin-bottom: 20px;
	padding-top: 12px;
	margin-left: 10px;
}

#navLocale a#dono {
	text-decoration: none;
	color: #333333;
	font-size: 25px;
}

#navLocale #aiutoMedici {
	padding-left: 80px;
	background-image: url(../img/cuoreMedici.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 15px;
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #556a75;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
}

#navLocale #aiutoMedici a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc0000;
	font-size: 12px;
	margin-bottom: 0px;
}

#navLocale #numeri h3, #navLocale #medici h3, #navLocale #aiutoMedici h3 {
	background-color: #fffdf9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f66262;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	color: #000000;
	padding-bottom: 0px;
}

#navLocale ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#navLocale ul li {
	line-height: 30px;
	font-size: 15px;
	color: #567081;
}

#navLocale ul a {
	font-size: 15px;
	color: #567081;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	line-height: 30px;
	padding-left: 20px;
	height: 30px;
}

#navLocale ul a:hover {
	background-color: #f3f6f8;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #567081;
	padding-left: 10px;
}

#navLocale ul a.active {
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #567081;
	padding-left: 10px;
}

#navLocale ul #v1 {
	background-color: #e5ebef;
}

#navLocale ul #v2 {
	background-color: #d4dce2;
}

#navLocale ul #v3 {
	background-color: #bbc5cd;
}

#navLocale ul #v4 {
	background-color: #9cafbd;
}

#navLocale ul #v5 {
	background-color: #94a5b3;
}

#navLocale ul #v6 {
	background-color: #bbc5cd;
}

#navLocale ul #v7 {
	background-color: #d4dce2;
}

#navLocale ul #v8 {
	background-color: #e5ebef;
}

#navLocale ul ul {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #567081;
	background-color: #e5ebef;
}

#navLocale ul ul li {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f3f6f8;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f3f6f8;
}

#navLocale ul ul a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 20px;
}

#navLocale ul ul a.activeSm {
	background-color: #f3f6f8;
}

#boxContents {
	float: right;
	width: 710px;
	padding-right: 10px;
}

#boxContents form input{
	border: 1px solid #996666;
	height: 16px;
	float: right;
	clear: right;
	width: 196px;
	padding: 2px;
}
#boxContents form textarea {
	width: 500px;
	border: 1px solid #996666;
	padding:5px;
}
#boxContents form#inserire {
	width: 400px;
	overflow: auto;
}

#boxContents form.espanso#inserire {
	width: 600px;
	float: left;
}

#boxContents #inserire #submit {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 140px;
	height: 20px;
}

#boxContents #inserire #delete {
	float: right;
	width: 80px;
	margin-top: 20px;
	height: 20px;
}

#boxContents #inserire strong {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #556a75;
	display: inline;
}

#boxContents form p {
	margin-left: 20px;
	float: left;
	overflow: hidden;
}
#master #contents #boxContents #inserire input.check {
	width: 30px;
	float: left;
}


#boxContents a:link {
	color: #5f3d14;
	display: inline;
}

#boxContents p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

#boxContents h2 {
	font-size: 25px;
	color: #556a75;
	text-transform: uppercase;
	padding-left: 150px;
	margin-bottom: 20px;
}

.statuto#boxContents p strong {
	text-align: center;
	display: block;
}

.statuto#boxContents ul li {
	list-style-type: square;
	list-style-position: inset;
	padding-left: 5px;
	margin-left: 60px;
}

.statuto#boxContents ul {
	margin-bottom: 10px;
}

.statuto#boxContents ol li {
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: inset;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.statuto#boxContents .interno li {
	list-style-type: lower-alpha;
}

.statuto#boxContents h4 {
	text-align: center;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}

#boxContents div {
	margin-bottom: 30px;
	clear: both;
	overflow: auto;
}

#boxContents div p {
	width: 500px;
	float: right;
	clear: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #556a75;
	padding-left: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#boxContents div p img {
	float: left;
	margin: 10px;
}

#boxContents div .link {
	float: left;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#boxContents div .dettaglio {
	width: 500px;
	float: right;
	clear: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #556a75;
	padding-left: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
#boxContents div .dettaglio p{
	margin: 0px;
	padding: 0px;
	border:none;	
}

#boxContents #cartina {
	background-image: url(../img/cartinaItalia.gif);
	height: 442px;
	width: 380px;
	float: left;
	overflow: auto;
	background-position: left top;
}

#boxContents table {
	padding-top: 2px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#boxContents th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e5eaee;
	border-bottom-color: #e5eaee;
	padding: 5px;
}

#boxContents td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5eaee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5eaee;
	padding-right: 10px;
	padding-left: 5px;
}

#boxContents tr:hover {
	background-color: #f3f6f8;
}

#boxContents .elenco li {
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#boxContents #numPg {
	background-color: #6b966b;
	margin-left: 190px;
	display: block;
	position: relative;
	overflow: auto;
	border: 1px solid #ddf5dd;
}

#boxContents #numPg a {
	text-decoration: none;
	padding: 2px;
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddf5dd;
	font-weight: bold;
}

#boxContents #numPg a#num1 {
	background-color: #c2e6c2;
}

#boxContents #numPg a#num2 {
	background-color: #b0dbb0;
}

#boxContents #numPg a#num3 {
	background-color: #9dcd9d;
}

#boxContents #numPg a#num4 {
	background-color: #89ba89;
}

#boxContents #numPg a#num5 {
	background-color: #77a477;
}

#boxContents #numPg a#num6 {
	background-color: #6b966b;
}

#boxContents #numPg a:hover {
	background-color: #89ba89;
}

/* VERSIONE STAMPABILE */

.stampa {
	background-color: #fff;
	text-align: justify;
	padding:20px;
}

h3 {
	font-size: 30px;
	background-color: #fff;
	color:#000033;
}

.stampa .sottotitolo {
	font-size: 12px;
}

#warning {
	background-color:#FFFFCC;
	border: 10px solid #990000;
	padding: 10px;
}

#master #contents #boxContents table a {
	display: inline;
}

#master #contents #boxContents a:hover {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#master #contents #boxContents a {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#master #contents #boxContents a:visited {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#master #contents #boxContents a:active {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#master #contents #boxContents a:hover {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#master #contents #boxContents textarea .view {
	width: 100px;
}
