@charset "UTF-8";
html {
    background-image: url("../img/bkg-footer.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}
body {
    font-family:"Trebuchet MS", Geneva, Verdana, sans-serif;
    background-image: url(../img/bkg-top.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#wrapper {
	background-repeat: repeat-x;
}

#container {
	width:950px;
	margin: 0 auto;
        background-image: url(../img/bkg-top.jpg);
        background-position: top;
        background-repeat: repeat-x;
}

#header {
	height:120px;
	position:relative;
}

#header #logo {
	margin-top:10px;
}

#header #nav {
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	float:right;
	position: absolute;
	top:54px;
	right: 10px;
}

#header #nav ul li {
	display:inline;
	padding-top:18px;
	padding-bottom: 8px;
}

#header #nav ul li a {
	padding-right: 16px;
	padding-left: 16px;
	background-image: url(../img/menu-link-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}	

#header #nav ul li.active a {
	color:#cc0000;
}



#header #nav ul li.menuRegione {
	background-image: url(../img/menu-bkg-selected.png);
	background-repeat: no-repeat;
	background-position: center;	
}

#header #nav ul li.active {
	
}

#header #subnav {
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 80px;
	right: 0px;
        /*background-color: #004080;*/
}

#header #subnav ul li {
	display:inline;
	margin-right: 20px;
}

#header #subnav ul li.active a {
	/*color:#8acfff;*/
        /*color: #D2E8FF;*/
        color: #CC0000;
}

#header #subnav ul li a {
	/*color:white;*/	
}

#header #search {
	position: absolute;
	top:8px;
	right:4px;
}

#header #social {
	display:inline;
	float:left;
	margin-right:10px;
}

#header #search-input {
	margin-top:2px;
	width: 200px;
	float:left;
}

#header #search-input legend {
	display: none;	
}

#header #search-input label  {
	position:absolute;
	top: -9999px;
}

#header #search-button {
	margin-top:2px;
	/*float:right;*/
	margin-left:4px;
}

#ricerca {
    color: #797979;
    width: 75%;
}

/*********** COMMON ***********/

.heading-container {
	margin-bottom: 10px;
}

.heading-container h2 {
	text-transform: uppercase;	
	font-size: 14px;
}

.heading-tematiche {
    width: 810px;
    margin-left: 4px; 
    margin-bottom: 2px; 
    margin-top: 8px;
}

.celeste a {
	color: #0075ea;
}

.heading-container-detail {
	margin-bottom: 10px;
	margin-left: 6px;
	margin-top: 10px;
	margin-right: 8px;
	width: 690px;
}

.heading-bkg {
	background-image: url(../img/heading-bkg.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;	
}

.heading-bkg-light {
	background-image: url(../img/heading-bkg-light.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;	
}

.heading3 {
	color: #0075ea;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.heading3 a {
	color: #0075ea;
}

.bkg-light {
	background-color: #e6eaf0;
}

.bkg-light-blue {
	background-color: #e3eef9;	
}

.clear {
	clear:both;
}


/*********** LINKS ************/

a {
	color: #004080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/********** LABELS ***********/

.label {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	display: inline;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	position:absolute;
	top:18px;
	left:-4px;
}

.label_red {
	/*background-color: #cc2424;	*/
        background-color: #AD1F1F;
}

.red{
    /*color: #cc2424;	*/
    color: #CC0000;
}

.label_blue {
	background-color: #003366;
}

/** BREADCRUMB **/

#breadcrumb {
    background-color: #004080;
}

#breadcrumb p {
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 18px;
		
}

#breadcrumb a {
	color: white;
}

#breadcrumb p span {
	/*color: #91c8ff;*/
  color: #FFF;
}

/***************/


/************* FOOTER *******/

#footer {
	background-image: url(../img/bkg-footer.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 131px;
	margin-top: 10px;
}

#footer .nav-right {
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#footer-nav {
	width:950px;
	margin: 0 auto;
}

#footer #footer-nav ul {
	padding-top: 4px;
	color: #003366;
}

#footer #footer-nav ul li {
	display:inline;	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer #contact {
	width:940px;
	margin: 0 auto;	
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #215990;
	overflow: hidden;
	padding-bottom: 4px;
        background-color: #004080;
}

#footer #contact .contact-left {
	
	float: left;
	display: inline;
	line-height: 14px;
}

#footer #contact .contact-left span, #footer #contact .contact-right span {
	color: #fff;
}

#footer #contact .contact-right {
	float: right;
	display: inline;
	text-align: right;	
	line-height: 14px;
	
}

#footer #contact a {
	color: white;	
}

#footer #credits {
	width: 940px;
	margin: 0 auto;
	text-align: right;	
}

#footer #credits img {
	margin-top: 2px;	
}

#footer #c-left {
	float: left;
	display: inline;
	width: 400px;	
	text-align: left;
}

#footer #c-left img {
		margin-right: 10px;
}

#footer #c-right {
	float: right;
	display: inline;
	width: 200px;
}


/********** CONTENT *******/

#content {
	background-color: white;
	border-top: #c2d0de 1px solid;
}

#content h2.contatti{
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#content .contatti-box {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

#content .contatti-box p {
	margin-bottom: 2px;	
}

#content .contatti-box span {
	color: #003366;
}

#content h1, #content .heading-container h2, .heading-container h3{
	
	font-weight: bold;
	color: #004080;
	background-color: white;
	padding:4px;
	float: left;
}

#content .desc p {
	margin-bottom: 10px;
}

#content .desc p strong {
	font-weight: bold;	
}

#content #news_body li{
    list-style: disc;
    margin-left: 30px;
}

#content .desc  {
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;	
	/*color: #063172;*/
}

#content .box-right {
	background-color: #DFE7F0;
	width: 218px;
	overflow: hidden;
	margin: 8px 8px;
	float:right;
}

#content .box-left {
	float: left;
	width: 700px;	
}

#content .box-right p, .box-giunta p {
	margin: 8px 4px 12px 4px;	
	font-size: 13px;
	font-weight: bold;
	color: #063172;
}

#content .box-right h3.deleghe, .box-giunta h3.deleghe {
	margin: 8px 4px 12px 4px;	
	font-size: 13px;
	font-weight: bold;
	color: #063172;
}

#content .box-right h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 2px 4px 4px 4px;	
}

#content .box-right ul {
	list-style: disc;
	font-size: 12px;
	margin: 2px 4px 10px 20px;
	color: #063172;
}

#content .box-right .box-right-menu ul {
	list-style: none;	
	margin: 0px 0px 10px 6px;
}

#content .box-below {
	margin: 8px;
	line-height: 16px;	
}

#content .box-below p.title {
	font-size: 14px;
	font-weight: bold;
	color: #063172;
	margin-bottom: 4px;
}

#content .box-below p.desc {
	color: #063172;
	font-size: 12px;
}

#content #list ul li {
	padding:10px;	
	margin-bottom: 10px;
}

#content #list p {
	margin-bottom: 2px;	
}

#content #list .ruolo {
	font-size: 12px;
	font-weight: bold;
}

#content #list .nome {
	font-size: 12px;
	font-weight: bold;
	color: #063172;
}

#content #list .tel {
	font-size: 12px;
	color: #063172;
}

#content #list a.attachment {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
	margin-top: 4px;
}

/******** DOCUMENTS ******/

#list a[href$='.pdf'] {
	display:inline-block;
	padding-left:28px;
	line-height:26px;
	background:transparent url(../img/icon-pdf.gif) center left no-repeat;
}

.main a.linkToImage {
	display:inline-block;
	padding-left:28px;
	line-height:24px;
	background:transparent url(../img/icon-image.png) center left no-repeat;
	margin-left: 12px;
}

.main a.linkToVideo {
	display:inline-block;
	padding-left:28px;
	line-height:24px;
	background:transparent url(../img/icon-video.png) center left no-repeat;
	margin-left: 6px;
}

.main-full a.linkToVideo {
	display:inline-block;
	padding-left:28px;
	line-height:24px;
	background:transparent url(../img/icon-video.png) center left no-repeat;
	margin-left: 6px;
}

/************* STATIC ***************/

.twoPan {
	font-size: 13px;
}

.twoPan .left {
	float: left;
	display: inline;
	width: 350px;	
	margin-left: 10px;
}

.twoPan .right {
	float: right;
	display: inline;
	width: 330px;	
}
.enti p {
	margin-bottom: 6px;
}

.enti ul.nostyle {
	list-style: none;
	margin-left: 0px;
}

.urp .left .urpImg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;	
} 

.twoPan .headtext {
	font-size: 12px;
	font-weight: bold;
}

.twoPan .smalltext {
	font-size: 11px;
	color: #004080;
}

.twoPan ul {
	list-style-type: disc;
	margin-left: 20px;
	color: #004080;
	font-size: 13px;
}

.twoPan ul li {
	margin-bottom: 6px;	
}

.urp p {
	font-size: 13px;
	color: #004080;
}

.twoPan a {
	font-size: 13px;
	font-weight: bold;
		
}

.normativa {
	margin-left: 10px;
}

.programmazione {
	margin-left: 10px;
	margin-right: 240px;
		
}

.blue {
	color: #004080;
}

.urp ul.faq {
	margin-left: 50px;
	margin-top: 20px;	
	color:#262626;	
}

.urp ul.faq a{
	font-weight: normal;
	color:#262626;	
}

.programmazione p {
	color: #262626;
	line-height: 16px;
	margin-top: 4px;
}
.programmazione img {
	float: left;
	margin-top: 4px;
	margin-right: 4px;	
}
.link-uffici {
	margin-top: 5px;	
}

.enti {
	float: left;
	width: 700px;
}

.twoPan .left-uffici {
	float: left;
	display: inline;
	width: 650px;
}

.twoPan .box-enti-left {
	background-position: left top;
	background-repeat: no-repeat;	
	min-height: 112px;
	margin-left: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8eef4;
}

.twoPan .box-enti-left ul {
	list-style: none;	
	margin-left: 390px;
	margin-top: 6px;
}

.twoPan .box-enti-right {
	background-position: right top;
	background-repeat: no-repeat;	
	min-height: 120px;
	margin-left: 8px;
	border: 1px solid white;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8eef4;
}

.twoPan .box-enti-right ul {
	list-style: none;
	margin-left:6px;
	margin-top: 6px;
		
}

.twoPan .box-enti-right ul li {
	color: #363636;
}

.twoPan .box-enti-left ul li {
	color: #363636;	
}

/**************** COMMON ************/

.text {
	line-height: 16px;	
	text-align: justify;
}


.heading-section {
	width:934px;
	height: 151px;
	margin-left: 8px;
	margin-top: 6px;
	border: 1px solid #fff;
}

.heading-section h2 {
	margin-top: 24px;
	margin-left: 20px;	
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #004080;
	
}

/*INSERITO DA GG */
#heading-section-agricoltura{ background-image: url("/assets/tematiche/agricoltura.jpg");}
#heading-section-ambiente{ background-image: url("/assets/tematiche/ambiente.jpg");}
#heading-section-finanza-e-tributi{ background-image: url("/assets/tematiche/finanza-e-tributi.jpg");}
#heading-section-finanza-tributi-e-patrimonio { background-image: url("/assets/tematiche/finanza-e-tributi.jpg");}
#heading-section-giovani{ background-image: url("/assets/tematiche/giovani.jpg");}
#heading-section-imprese{ background-image: url("/assets/tematiche/imprese.jpg");}
#heading-section-innovazione{ background-image: url("/assets/tematiche/innovazione.jpg");}
#heading-section-lavoro{ background-image: url("/assets/tematiche/lavoro.jpg");}
#heading-section-mobilita{ background-image: url("/assets/tematiche/mobilita.jpg");}
#heading-section-enti-locali{ background-image: url("/assets/tematiche/enti-locali.jpg");}
#heading-section-politiche-sociali{ background-image: url("/assets/tematiche/politiche-sociali.jpg");}
#heading-section-salute{ background-image: url("/assets/tematiche/sanita.jpg");}
#heading-section-scuola{ background-image: url("/assets/tematiche/scuola.jpg");}
#heading-section-scuola-e-cultura { background-image: url("/assets/tematiche/scuola.jpg") }
#heading-section-lavori-pubblici{ background-image: url("/assets/tematiche/lavori-pubblici.jpg");}
#heading-section-sicurezza{ background-image: url("/assets/tematiche/sicurezza.jpg");}
#heading-section-turismo-e-beni-culturali{ background-image: url("/assets/tematiche/turismo-e-beni-culturali.jpg");}
#heading-section-urbanistica{ background-image: url("/assets/tematiche/urbanistica.jpg");}
#heading-section-personale-enti-locali{ background-image: url(/assets/tematiche/personale-enti-locali.jpg);}
#heading-section-ricerca-e-universita{ background-image: url("/fe/img/heading-ricerca-e-universita.jpg");}
#heading-section-protezione-civile{ background-image: url("/fe/img/heading-protezione-civile.jpg");}
#heading-section-consiglio{ background-image: url("/fe/img/heading-consiglio.jpg");}
#heading-section-ricerca{ background-image: url("/fe/img/heading-ricerca.jpg");}


.sfumatura {
	background-image: url(../img/box-sfumatura.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 120px;	
}

.bkg_white {
	background-color: #fff;	
}

#text-uffici {
	width: 96%;
	margin-top: 5px;
	
}


/******INSERITI DA GG*****/
/********** CONTENT *******/

.box-right .deleghe-list{ color:#063172; margin: 2px 4px 10px 20px; }

.img-person {
    width:148px; 
    height: 185px;
}

/******** ACCESSIBILITY *******/

.ac-hide {
	position:absolute;
	top: -9999px;
}


/************ CALENDAR **************/

.calendar {
	width: 210px;
	/*border: 1px solid #A2ADBC;*/
	color: #515151;
	text-align: center;
	background-color: #fff;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*float: left;*/
	margin-left: 4px;
	display: none;
	border-spacing: 3px;
	border-collapse: separate;
}

.calendar-nav, .calendar-nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #004080;	
}

caption {
	width:210px;
	/*background: #073374;*/
	color: #004080;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	/*border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;*/
	height: 24px;
}

#events-list {
	float:right;
	width: 216px;	
	font-size: 11px;
	color: #262626;
}

.calendar td, .calendar th {
	height: 22px;
	padding-top: 4px;	
}

.calendar th {

	font-weight: bold;
	background-color: #c7e1fa;
}

.calendar td {
	background-color: #f6f6f6;
}

.calendar td a {
	color: #004080;
}

#events-list p.desc {
	font-weight: normal;
	font-size: 12px;
	color: #505962;	
}

#events-list a {
	color:#073374;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;	
	display: block;
}

.table-wrapper {
	width:240px;
	height: 220px;
	overflow: hidden;
	float:left;	
}

/***** UFFICI ****/

.aree-box {
	background-image: url("../img/aree-box-bkg.jpg");
	background-repeat: no-repeat;	
	text-align: center;
	float: left;
	width: 220px;
	margin-bottom: 10px;
	padding-top: 14px;
	margin-left: 6px;
	margin-right: 6px;
	height: 60px;
}

.aree-box p {
	text-transform: uppercase;	
	font-size: 12px;
	color: #004080;
	font-weight: bold;
	line-height: 12px;
}

.aree-box p.title {
	color: #0075ea;	
}

.interna .data {
	font-size: 12px;
        /*
	color: #004080;
	margin-left: 4px;
	margin: 6px 0px 8px 8px;
        */
}

/******* TESTING ********/

.test-small {
	font-size: 9px; 
	
}


.accesskey{ display:none; }

div.notizie-box span{ display:none; }


/****************/
.disclaimer {
    padding: 10px;
}

.disclaimer h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
    display: block;
}

.disclaimer p {
    margin-bottom: 6px;
    line-height: 20px;
}

/******* PAGINATION ******/


.pagination {
    text-align: right;
}

.pagination {
    height: 36px;
    margin: 18px 0;
    margin-left: 20px;
    float: right;
}

.fl{
    float:left;
}

.pagination ul li {
    padding: 5px;
    background-color: #e3eef9;
    margin: 2px;

}

.pagination ul li.fixed {
    width: 18px;
    height: 18px;
    text-align: center;
}

.pagination ul li.active {
    background-color: #004080;
}


.pagination ul li.active a {
    color: white;
}
/************************/

.live_text {
    line-height: 16px;
}

/* UTILITA */
.box-utilita {
    height: 200px !important; 
    margin-right: 4px !important; 
    padding: 0px !important; 
    background-color: white !important;
}


/* RASSEGNA STAMPA */

#login-form {
    margin-top: 10px;
}

#rassegna_form {
    width: 300px;
    padding: 20px;
    background: #f0f0f0;
    overflow: auto;
    
    /* Border style */
    border: 1px solid #cccccc;
    
    /* DOES NOT VALIDATE */
    /* 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
    */ 
    
    /* Border Shadow */
    margin: 0 auto;
    
    /* DOES NOT VALIDATE */
    /*
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
    */
    
}

#rassegna_form .field {
    margin-bottom: 6px;
}

#rassegna_form label {
    font-family: Arial, Verdana;
    display: block;
    float: left;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 100px;
    line-height: 25px;
    font-size: 15px;
    
    /* DOES NOT VALIDATE */
    /*
    text-shadow: 2px 2px 2px #ccc;
    */
}

#rassegna_form .input {
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 170px;
    color: #797979;
}



#rassegna_form .button {
    float: right;
    margin:10px 10px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    
 
    /* Background gradient */
    background: #a5b8da;
    
    /* DOES NOT VALIDATE */
    /*
    text-shadow: 0 -1px 1px #64799e;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
    */
 
    /* Border style */
    border: 1px solid #5c6f91;
    
    /* DOES NOT VALIDATE */
    /*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    */
 
    /* Box shadow */
    /* DOES NOT VALIDATE */
    /*
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
    */
}

.logout_btn {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 10px;
    background: none;
    border: 0;
    color: #063172;
    font-weight: bold;
    
}

.label a{
    text-decoration: none;
    color: #FFF;
}

ul.sitemap {
    margin-bottom: 0px;
}

ul.sitemap li {
    margin-top: 0px;
}

ul.sitemap ul {
    padding: 0 0 0 10px;
}

ul.sitemap ul a:before {
    content: '» ';
}

ul.sitemap desc {
    font-size: 12px;
}

#sitemap ul {padding: 0 0 0 20px; margin-bottom: 10px;}
#sitemap ul li a {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #063172;}
#sitemap ul li ul li a {font-size: 12px; margin-top: 4px;}

#news_body #feed-rss .navigation-rss li{
    margin-left: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#news_body #feed-rss .navigation-rss li a img:first-child{
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

#news_body #feed-rss .navigation-rss li.heading-bkg-inner{
    color: #004080;
}

.uppercase {
    text-transform: uppercase;
}

.error_container {
    padding: 20px;
}

.error_404 {
    margin: 0 auto;
    width: 660px;
    position: relative;
    background-image: url(../img/404.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
}

.error_404 p.heading {
    color: #167bbf;
    font-size: 26px;
    position: absolute;
    left: 340px;
    bottom: 160px;
    line-height: 1.2;
}

.error_404 p.subtitle {
    color: #003466;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    bottom: 70px;
    left: 340px;
}

.error_404 a {
    color: #167bbf;
}

.error_sitemap {
    position: absolute;
    left: 140px;
    bottom: 20px;
}

.error_sitemap li {
    display: inline;
    margin-right: 20px;
}


.list_item {
    float: left;
    margin-right: 2px;
    margin-top: 4px;
    height: 109px;
    width: 8px;
    background: #e3eef9;
}

.list_box {
    margin-left: 16px;
    height: 109px;
    text-overflow: ellipsis;
}

.list_item.active {
    background: #cc0000;
}

acronym, abbr {
    border-bottom-width : 1px !important;
    border-bottom-style : dashed !important;
    border-bottom-color : #999999 !important;
    cursor : help !important;
}