/* Components StyleSheet */



/* Magic Classes */

.small { font-size: small }
.large { font-size: large }
.huge { font-size: x-large }

.bold { font-weight: bold }
.italic { font-style: italic }
.underline, .accesskey, .ak { text-decoration: underline }
.stroke { text-decoration: line-through }

.black { color: #000 }
.white { color: #fff }
.red { color: #f00 }
.green { color: #0f0 }
.blue { color: #00f }
.grey { color: #888 }

.active { color: #080 }
.inactive { color: #800 }

.note { color: #666 }
.required { color: #f22 }
.alert { color: #ffa }
.warning { color: #f66 }
.error { color: #f00 }

.redbg { background-color: #f00 }
.greenbg { background-color: #0f0 }
.bluebg { background-color: #00f }
.blackbg { background-color: #000 }
.whitebg { background-color: #fff }
.greybg { background-color: #888 }
.natbg { background-color: #074b94 }

.light, tr.light td { background-color: #f6f8fb }
.dark, tr.dark td { background-color: #eceef1 }

.w100 { width: 100% }
.w80 { width: 80% }
.w75 { width: 75% }
.w50 { width: 50% }
.w40 { width: 40% }
.w33 { width: 33% }
.w25 { width: 25% }
.w20 { width: 20% }

.indent { text-indent: 3px }
.th_tab_5 { width: 5% }
.th_tab_10 { width: 10% }
.th_tab_15 { width: 15% }
.th_tab_20 { width: 20% }
.th_tab_25 { width: 25% }
.th_tab_30 { width: 30% }
.th_tab_35 { width: 35% }
.white_d { background-color: white }

.left { text-align: left }
.center { text-align: center }
.right { text-align: right }
.giustificato { text-align: justify }
.top { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }

.fleft { float: left }
.fright { float: right }
.fnone { float: none }
.cleft { clear: left }
.cright { clear: right }
.cboth, .clear { clear: both }

.hidden, .clear { visibility: hidden }
.visible { visibility: visible }
.none, .no_view { display: none }
.inline { display: inline }
.block { display: block }



/* Miscs */

div.table, div.tr, div.td {
	position: relative;
	border-collapse: collapse;
}

div.table {
	width: 100%;
	display: table;
}

div.tr {
	width: 100%;
	display: table-row;
}

div.td {
	float: left;
	display: table-cell;
}

a.block, a.banner, a.banner_big {
	display: block;
	text-align: center;
	text-decoration: none;
}

a.block:hover, a.banner:hover {
	text-decoration: none;
}

a.block span, a.banner span {
	visibility: hidden;
}



/* Head */

div#wrap1 {
	clear: both;
}

div#wrap1 .head {
	margin: 0;
}

div#wrap1 .head a, div#wrap1 .head span {
	float: left;
	display: block;
	height: 94px;
	margin: 0;
	overflow: hidden;
}

div#wrap1 .head a span , div#wrap1 .head span {
	visibility: hidden;
}

div#wrap1 .head a.csi {
	width: 768px;
}

div#wrap1 .head a.comune {
	width: 106px;
}

div#wrap1 .head a.interno {
	width: 80px;
}

div#wrap1 .head span.spacer {
	width: 22px;
}



/* Navigation Menu */

div#navigation, div#menuRight {
	margin: 12px 4px;
}

div#navigation ul, div#navigation ul li, div#menuRight ul, div#menuRight ul li {
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
}

div#navigation .navcontainer_img {}

div#navigation .navcontainer_img a, div#menuRight .navcontainer_img a {
	width: 180px;
	height: 24px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div#navigation .navcontainer_img a span, div#menuRight .navcontainer_img a span {
	visibility: hidden;
}

div#navigation #areeTematiche a {
	background: url('/img/areeTematicheA.gif') no-repeat 0% 0%;
}

div#navigation #areeTematiche a:hover, div#navigation #areeTematiche li.active a {
	background: url('/img/areeTematicheA.gif') no-repeat 0% 100%;
}

div#menuRight #indirizzi a {
	background: url('/img/indirizziUtiliA.gif') no-repeat 0% 0%;
}

div#menuRight #indirizzi a:hover, div#menuRight #indirizzi li.active a {
	background: url('/img/indirizziUtiliA.gif') no-repeat 0% 100%;
}

div#navigation #modulistica a {
	background: url('/img/modulisticaA.gif') no-repeat 0% 0%;
}

div#navigation #modulistica a:hover, div#navigation #modulistica li.active a {
	background: url('/img/modulisticaA.gif') no-repeat 0% 100%;
}

div#navigation #moduloSmall a {
	width: 180px;
	height: 96px;
	margin-bottom: 10px;
	background: url('/img/moduloDueHomeSmall.gif') no-repeat 0% 0%;
}

div#navigation #moduloSmall a:hover, div#navigation #moduloSmall li.active a {
	background: url('/img/moduloDueHomeSmall.gif') no-repeat 0% 100%;
}

div#navigation #riservata a {
	background: url('/img/areaRiservataA.gif') no-repeat 0% 0%;
}

div#navigation #riservata a:hover, div#navigation #riservata li.active a {
	background: url('/img/areaRiservataA.gif') no-repeat 0% 100%;
}

div#navigation #moduloDue a {
	margin-bottom: 10px;
	background: url('/img/moduloDueA.gif') no-repeat 0% 0%;
}

div#navigation #moduloDue a:hover, div#navigation #moduloDue li.active a {
	background: url('/img/moduloDueA.gif') no-repeat 0% 100%;
}

div#navigation #mondo a {
	background: url('/img/mondoA.gif') no-repeat 0% 0%;
}

div#navigation #mondo a:hover, div#navigation #mondo li.active a {
	background: url('/img/mondoA.gif') no-repeat 0% 100%;
}

div#menuRight #siti a {
	background: url('/img/sitiA.gif') no-repeat 0% 0%;
}

div#menuRight #siti a:hover, div#menuRight #siti li.active a {
	background: url('/img/sitiA.gif') no-repeat 0% 100%;
}

/* ---------- */

div#navigation .navcontainer, div#menuRight .navcontainer {
	margin-bottom: 8px;
}

div#navigation .navcontainer a, div#menuRight .navcontainer a {
	display: block;
	color: #222;
	text-decoration: none;
	margin: 0px 0px;
	padding: 1px 1px 3px 3px;
	border-bottom: 1px dotted #c8c8c8;
}

div#navigation .navcontainer a:hover, div#menuRight .navcontainer a:hover {
	color: #174b7b;
	background: #f8f8f8;
}

div#navigation .navcontainer li.active_sub a, div#menuRight .navcontainer li.active_sub a {
	font-weight: bold;
	background: #eaf1f8;
}

/* ---------- */

/* Right Column */

div#right_column {
	margin: 12px 0px;
}

div.navigation_right {
	width: 180px;
	height: 96px;
}

div.navigation_right a {
	width: 180px;
	height: 96px;
	background-color: #ffd;
	background: #fff url('/img/immagineTopNew.gif') no-repeat 0% 0%;
}

div.navigation_right a:hover {
	background-color: #ffe;
	background: #fff url('/img/immagineTopNew.gif') no-repeat 0% 100%;
}

div.banner_group {
	margin: 20px 4px 18px;
}

div.banner_group a.banner_img {
	width: 180px;
	display: block;
	padding: 0;
	margin: 4px auto;
	text-align: center;
	vertical-align: middle;
}

div.banner_group a.banner_img:hover {}

div.banner_group a.banner_img img {
	padding: 0;
	margin: 0;
	border: none;
}

div.banner_group a.banner_big {
	width: 180px;
	height: 80px;
	margin: 0px auto 14px auto;
	background-color: #f8f8f8;
}

div.banner_group a.banner_big:hover {
	background-color: #f0f0f0;
}



/* Main Information Container */

div.middle_int div.content div.content_top {
	height: 111px;
	overflow: hidden;
}

div.middle_int div.content div.content_top img {
	float: left;
}

div.middle_int div.content div.content_top div.image_block {
	float: left;
	width: 188px;
	height: 111px;
	margin: 0 4px;
	background: #fafafa url('/img/imageBlock.jpg') no-repeat 0% 0%;
}

div.middle_int div.content div.content_top div.message_block {
	float: left;
	overflow: hidden;
	width: 384px;
	height: 111px;
	margin: 0 4px;
	background: #fafafa url('/img/messageBlock.jpg') no-repeat 0% 0%;
}

div.middle_int div.content div.content_top div.message_block p {
	color: #4a4a4a;
	font-size: 1.2em;
	text-align: left;
}

div.middle_int div.content div.content_top div.message_block span.title {
	color: #222;
	font-size: 1.4em;
	display: block;
	text-transform: uppercase;
}

div.middle_int div.content div.content_top div.navigation_right {
	width: 180px;
	height: 110px;
	float: left;
	clear: right;
	margin: 8px 0px 0px 16px;
}

div.middle_int div.content div#breadcrumb {
	font-size: 0.85em;
	text-align: left;
	margin: 10px 0px;
	padding: 2px 4px;
	clear: both;
	border: 1px solid #eaf1f8;
	background-color: #f6fafc;
}

div.middle_int div.content div#breadcrumb a {
	padding: 2px;
	text-decoration: underline;
}

div.middle_int div.content div#breadcrumb a:hover {
	color: #fff;
	background-color: #4087ca;
}

div.middle_int div.content div.descrizione {
	margin: 0px 4px;
}

div.content ul, div.content ol {
	list-style: none;
	margin: 12px 16px;
	padding-left: 16px;
}

div.content ul ul, div.content ol ol {
	margin: 6px 8px;
}

div.content li {
	margin: 2px 0px;
	padding-left: 2px;
}

div.content dl ul, div.content dl ol {
	margin: 4px;
}

div.content dl li {
	list-style: square;
}

div.content img {
	margin: 3px 6px;
}



/* Footer */

div#footer .fmenu {
	font-size: 0.90em;
	text-align: center;
	margin: 0;
	padding: 5px;
}

.extra a {
	color: #000000;
}

.extra {
	color: #FFFFFF;
}

div#footer .fmenu span {
	padding: 0px 4px;
}

div#footer .fmenu span.s {
	color: #fff;
}

/* News */

.news {
	border: 1px solid #074b94;
}

td.news {
	padding-left: 10px;
	border: none;
}

.guida {
	border: 1px solid #074b94;
}

td.guida {
	border: none;
	padding-right: 10px;
}

/* Home */

div#homeImm {
	height: 100px;
	clear: both;
}

div#homeImm a.block {
	width: 550px;
	height: 100px;
	margin: 0px auto 10px auto;
}

div#homeImm a.imm1 {
	background: url('/img/img1.gif') no-repeat 0% 0%;
}

div#homeImm a.imm2 {
	background: url('/img/img2.gif') no-repeat 0% 0%;
}

div#archivio, div#archivio a {
	margin-bottom: 15px;
	margin-top: -6px;
	padding: 2px;
}

div#archivio a:hover {
	background-color: #074b94;
	color: #FFFFFF;
	text-decoration: none;
}

table.login, td.login {
	border: 1px solid #f6fafc;
	background-color: #f6fafc;
}

div.fotoFiaba {
	width: 116px;
	text-align: center;
	margin: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid black;
	float: left;
	background: #FFFFFF;
}

td.elencoFiabe {
	padding-left: 25px;
	color: #074b94;
	background: #FFFFFF;
}

td.elencoFiabe a {
	color: #074b94;
}

td.elencoFiabe a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #074b94;
}

div.testoFiaba {
	margin: 6px;
}

.titoloRicongiungimento {
	font-size: 14px;
	text-align: center;
	color: #174b7b;
	padding: 0;
	padding: 4px 0px 4px 0px;
	clear: both;
	font-weight: bolder;
}

#google_map {
	width: 580px;
	height: 450px;
	margin: 4px auto;
	border: 1px solid #666;
}

#gmap_navi {
	float: left;
	width: 740px;
	margin: 4px 20px;
	font-size: 0.8em;
}

#gmap_navi .location {
	float: left;
	width: 136px;
	height: 160px;
	text-align: center;
	margin: 2px;
	padding: 4px 2px;
	border: 1px solid #ddd;
}

.pagTop {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	margin-top: 10px;
}

.pagTopInfo {
	font-weight: bold;
	text-decoration: underline;
}

.bordoBlu {
	border: 1px solid #074b94;
}

.lineaBottom {
	border-bottom: 1px solid #074b94;
}

div.fotoInter {
	width: 166px;
	text-align: center;
	margin: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid black;
	float: left;
	background: #FFFFFF;
}

div.testoInter {
	text-align: center;
	margin-top: 70px;
}

div.fotoFormazioneLing, div.fotoSportello, div.fotoVivi, div.fotoDiverti {
	width: 116px;
	text-align: center;
	margin: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	background: #FFFFFF;
}

div.testoFormazioneLing {
	margin-top: 38px;
}

div.testoSportello {
	margin-top: 35px;
}

div.testoVivi {
	margin-top: 15px;
}

div.testoDiverti {
	margin-top: 20px;
}



div#moduloDueHome {
	height: 170px;
	clear: both;
}

div#moduloDueHome a.block {
	width: 550px;
	height: 170px;
	margin: 0px auto 10px auto;
}

div#moduloDueHome a.imm {
	background: url('/img/moduloDueHome.gif') no-repeat 0% 0%;
}

div#moduloDueHome a.imm:hover {
	background: url('/img/moduloDueHome.gif') no-repeat 0% 100%;
}

.homeImages {
	border: 1px solid #074b94;
}

td.homeImages {
	border: none;
}
