/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 02 Agosto 2011 */


/* Definizione delle classi principali */
body {
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 100%;*/
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #DFE9F3;
}
p.bodytext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.462;
}
p.align-center {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.462;
	text-align: center;
}
.align-right {
	text-align: right;
}
.indent {
	margin: 0px 20px;
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.462;*/
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #446988;
	text-decoration: underline;
	font-weight: bold;
}
a {
	outline: none;
}

/* formattazione dei link differente per gli elenchi puntati e tabelle */
ul a:link, ul a:visited, ul a:hover,
ol a:link, ol a:visited, ol a:hover,
table a:link, table a:visited, table a:hover {
	text-decoration: none;
}
ul a:hover,
ol a:hover,
table a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover {
	color: #446988;
	text-decoration: underline;
	font-weight: normal;
}
h2{
	font-size: 100%;
	color: #446988;
	font-weight: bold;
}
h2 a:link, h2 a:visited, h2 a:hover {
	color: #446988;
	text-decoration: none;
	font-weight: normal;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
h3{
	font-size: 95%;
	color: #000;
	font-weight: normal;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h3 a:hover {
	color: #446988;
	text-decoration: underline;
	font-weight: bold;
}
h4{
	font-size: 70%;
	color: #446988;
	font-weight: normal;
}
h5{
	font-size: 80%;
	color: #000;
	font-weight: bold;
}
h6{
	font-size: 70%;
	color: #446988;
	font-weight: normal;
}

ul{
	margin: 10px 0px 10px 0px;
	list-style-type: square;
	font-size: 80%;
	line-height: 1.462;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
	line-height: 1.462;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	color: #CCC;
	height: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}


/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

.skip-navigation {
        display:none;
}

div#container {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#header {
	width: 980px;
	height: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFF;
}

#headerSx {
	width: 280px;
	height: 170px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#logo {
	height: 120px;
	padding: 3px 0px 0px 0px;
	margin: auto;
}

#search {
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 15px 10px 10px 10px;
}

#headerDx {
	width: 700px;
	height: 170px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../images/bgr_header.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#menuHor {
	width: 940px;
	height: 30px;
	padding: 10px 20px 0px 20px;
	margin: auto;
	background-color: #446988;
	overflow: hidden;
}

#main {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
	background-color: #446988;
}

#colSx {
	width: 280px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuVert {
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 15px 15px;
}

#colDx {
	width: 700px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

#pagesPath {
	width: 660px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 13px 20px 0px 20px;
	border-bottom: 1px dotted #CCC;
}

h1.title {
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 10px 20px;
	font-size: 110%;
	color: #000;
}

#content {
	width: 660px;
	min-height: 320px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 20px;
}

#footer {
	width: 930px;
	height: 45px;
	padding: 75px 0px 20px 50px;
	margin: auto;
	background-image: url(../images/bgr_footer.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}



/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

/*********** #pagesPath styles ***********/
#pagesPath {
	font-size: 80%;
	color: #2A4054;
	font-weight: normal;
}
#pagesPath a, #pagesPath a:link, #pagesPath a:visited, #pagesPath a:active {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#pagesPath a:hover {
	color: #2A4054;
	text-decoration: underline;
}



/*********** #menuVert styles ***********/
ul.menuVert {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.166;
}

.menuVert-level1-first {
	display:none !important;
}

li.menuVert-level1-NO {
	display:block;
	font-size: 75%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	list-style-type: none;
	text-transform:uppercase;
}
li.menuVert-level1-NO a, li.menuVert-level1-NO a:link, li.menuVert-level1-NO a:visited, li.menuVert-level1-NO a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
	background-color: #577894;
	text-decoration: none;
	list-style-type: none;
}
li.menuVert-level1-NO a:hover {
	background-color: #2A4155;
	color: #FFF;
	text-decoration: none;
}
li.menuVert-level1-ACT {
	display:block;
	font-size: 75%;
	color: #FFFF99;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	list-style-type: none;
	text-transform:uppercase;
}
li.menuVert-level1-ACT a, li.menuVert-level1-ACT a:link, li.menuVert-level1-ACT a:visited, li.menuVert-level1-ACT a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
	background-color: #2A4155;
	list-style-type: none;
	text-decoration: none;
}
li.menuVert-level1-ACT a:hover {
	text-decoration: none;
	color: #FFF;
}

li.menuVert-level2-NO {
	display:block;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level2-NO a, li.menuVert-level2-NO a:link, li.menuVert-level2-NO a:visited, li.menuVert-level2-NO a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 1px 10px 2px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVert-level2-NO a:hover {
	color: #FFF;
	text-decoration: underline;
}
li.menuVert-level2-ACT {
	display:block;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level2-ACT a, li.menuVert-level2-ACT a:link, li.menuVert-level2-ACT a:visited, li.menuVert-level2-ACT a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 1px 10px 2px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: underline;
}
li.menuVert-level2-ACT a:hover {
	text-decoration: underline;
	color: #FFF;
}

li.menuVert-level3-NO {
	display:block;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level3-NO a, li.menuVert-level3-NO a:link, li.menuVert-level3-NO a:visited, li.menuVert-level3-NO a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 0px 10px 1px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVert-level3-NO a:hover {
	color: #FFF;
	text-decoration: underline;
}
li.menuVert-level3-ACT {
	display:block;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level3-ACT a, li.menuVert-level3-ACT a:link, li.menuVert-level3-ACT a:visited, li.menuVert-level3-ACT a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 0px 10px 1px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: underline;
}
li.menuVert-level3-ACT a:hover {
	text-decoration: underline;
	color: #FFF;
}

li.menuVert-level4-NO {
	display:block;
	font-size: 65%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level4-NO a, li.menuVert-level4-NO a:link, li.menuVert-level4-NO a:visited, li.menuVert-level4-NO a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 0px 10px 1px 35px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVert-level4-NO a:hover {
	color: #FFF;
	text-decoration: underline;
}
li.menuVert-level4-ACT {
	display:block;
	font-size: 65%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li.menuVert-level4-ACT a, li.menuVert-level4-ACT a:link, li.menuVert-level4-ACT a:visited, li.menuVert-level4-ACT a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 0px 10px 1px 35px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: underline;
}
li.menuVert-level4-ACT a:hover {
	text-decoration: underline;
	color: #FFF;
}



/*********** #menuHor styles ***********/
.menuHor {
	float: right;
	font-size: 75%;
	color: #FFF;
	font-weight: normal;
}
.menuHor a, .menuHor a:link, .menuHor a:visited, .menuHor a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.menuHor a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #577894;
}

.menuHor-ACT {
	float: right;
	font-size: 75%;
	color: #FFF;
	font-weight: normal;
}
.menuHor-ACT a, .menuHor-ACT a:link, .menuHor-ACT a:visited, .menuHor-ACT a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-color: #2A4155;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.menuHor-ACT a:hover {
	color: #FFF;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 75%;
	color: #333;
	text-align: left;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #446988;
	text-decoration: underline;
}



/************** contenuti di tipo menu delle sottopagine styles **************/
.csc-menu dt {
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.csc-menu dd {
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #CCC;
}



/************** immagini styles **************/
#logo img {
	display:block;
	margin: auto;
}
#loghi img {
	display:block;
}



/************** tabelle nei contenuti styles **************/
.contenttable p.bodytext {
	margin: 0px;
}
.contenttable, .contenttable td, .contenttable th {
	border:1px solid #446988;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.contenttable {
	margin: 5px 0px;
}
.contenttable td, .contenttable th {
	padding: 5px;
}
.contenttable th {
	background-color: #446988;
}
.contenttable th p.bodytext {
	color: #FFF;
}
.contenttable th h2 {
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
}
.contenttable td.align-center {
	text-align: center;
}


/************** "Tabella tipo 1" - tabelle nei contenuti styles **************/
.csc-frame-frame1 p.bodytext {
	margin: 0px;
}
.csc-frame-frame1, .csc-frame-frame1 td {
	border:0px solid #31852E;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.csc-frame-frame1 th {
	border:1px solid #31852E;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.csc-frame-frame1 {
	margin: 5px 0px;
}
.csc-frame-frame1 td, .csc-frame-frame1 th {
	padding: 5px;
	vertical-align: top;
}
.csc-frame-frame1 th {
	background-color: #31852E;
}
.csc-frame-frame1 th p.bodytext {
	color: #FFF;
}
.csc-frame-frame1 th h2 {
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
}



/************** "Tabella tipo 2" - tabelle nei contenuti styles **************/
.csc-frame-frame2 p.bodytext {
	margin: 0px;
	font-size: 70%;
}
.csc-frame-frame2, .csc-frame-frame2 td, .csc-frame-frame2 th {
	border:1px solid #31852E;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.csc-frame-frame2 {
	margin: 5px 0px;
}
.csc-frame-frame2 td, .csc-frame-frame2 th {
	padding: 5px;
}
.csc-frame-frame2 th {
	background-color: #31852E;
}
.csc-frame-frame2 th p.bodytext {
	color: #FFF;
}
.csc-frame-frame2 th h2 {
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
}




/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 3px;
	color: #333;
	font-size: 70%;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img {
	border:1px solid #CCC;
}




/************** Name anchor **************/
.typo3-named-anchor {
	height:0;
	line-height:0;
	display:block;
}




/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione List (lista news) */
.news-list-container {
}
.news-list-item {
 	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 10px 0px;
 	border-bottom: 1px solid #CCC;
 	overflow: hidden;
}
.news-list-item p.bodytext {
	margin: 0px;
}
.news-list-item h2 {
	font-size: 95%;
}
.news-list-item h2 a, .news-list-item h2 a:link, .news-list-item h2 a:visited, .news-list-item h2 a:active {
	color:#446988;
	text-decoration: none;
	font-weight: normal;
}
.news-list-item h2 a:hover {
	color: #446988;
	text-decoration: underline;
}
.news-list-date {
	margin: 0px 0px 0px 0px;
	color: #333;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}
.news-list-category {
	margin: 0px 0px 0px 0px;
	color: #333;
 	font-size: 70%;
 	font-weight: normal;
	text-transform: uppercase;
}
.news-list-image img {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px;
 	border: 3px solid #EEE;
}
.news-list-morelink {
	font-size: 70%;
	margin: 2px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #446988;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #446988;
	text-decoration: underline;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: auto;
	border: 0px;
	border-collapse:collapse;
}
.tx-ttnews-browsebox td {
	padding: 2px;
	white-space: nowrap;
}
.tx-ttnews-browsebox p a, .tx-ttnews-browsebox p a:link, .tx-ttnews-browsebox p a:visited, .tx-ttnews-browsebox p a:active {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.tx-ttnews-browsebox p a:hover {
	color: #446988;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell p a, .tx-ttnews-browsebox-SCell p a:link, .tx-ttnews-browsebox-SCell p a:visited, .tx-ttnews-browsebox-SCell p a:active, .tx-ttnews-browsebox-SCell p a:hover {
	color: #446988;
	font-weight: bold;
}


/* Visualizzazione Single (Dettaglio News) */
.news-single-container {
}
.news-single-item {
	overflow: hidden;
}
.news-single-item h2 {
	color: #446988;
	font-size: 95%;
	font-weight: normal;
}
.news-single-date {
	margin: 0px 0px 0px 0px;
	color: #333;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}
.news-single-category {
	margin: 0px 0px 0px 0px;
	color: #333;
 	font-size: 70%;
 	font-weight: normal;
	text-transform: uppercase;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 0px;
 	border: 3px solid #EEE;
}
p.news-single-imgcaption {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 70%;
	color: #333;
	text-align:right;
}
.news-single-content {
}
.news-single-files,
.news-single-related,
.news-single-links {
	color: #446988;
	font-size: 80%;
	font-weight: bold;
}
.news-single-links p.bodytext {
	margin: 0px;
	font-size: 110%;
}
.news-single-files img,
.news-single-related img {
	padding-right: 4px;
	vertical-align: middle;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active,
.news-single-related a, .news-single-related a:link, .news-single-related a:visited, .news-single-related a:active,
.news-single-links a, .news-single-links a:link, .news-single-links a:visited, .news-single-links a:active {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover,
.news-single-related a:hover,
.news-single-links a:hover {
	color: #446988;
	text-decoration: underline;
}

.news-single-socialnetworks {
	text-align: right;
}
.news-single-socialnetworks img {
	margin-left: 2px;
}

.news-single-backlink {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #446988;
	text-decoration: underline;
}



/* CLASSI RELATIVE AL CONTENUTO FILELINKS */
.csc-uploads-3 {
	width:100%;
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.csc-uploads-3 p {
	margin: 0px;
}
.csc-uploads-3 .tr-even, .csc-uploads-3 .tr-odd {
	vertical-align: top;
}
.csc-uploads-3 .tr-even td, .csc-uploads-3 .tr-odd td {
	padding-bottom: 5px;
	padding-right: 10px;
}
.csc-uploads-3 .csc-uploads-icon {
	width: 10px;
	text-align: left;
}
.csc-uploads-3 .csc-uploads-icon img {
	padding: 2px;
	border: 1px dotted #CCC;
}
.csc-uploads-3 .csc-uploads-fileName {
	font-size: 70%;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.csc-uploads-3 .csc-uploads-fileName a, .csc-uploads-3 .csc-uploads-fileName a:link, .csc-uploads-3 .csc-uploads-fileName a:visited, .csc-uploads-3 .csc-uploads-fileName a:active {
	color: #446988;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-3 .csc-uploads-fileName a:hover {
	color: #446988;
	font-weight: bold;
	text-decoration: underline;
}
.csc-uploads-3 .csc-uploads-description {
	padding-bottom: 2px;
}
.csc-uploads-3 .csc-uploads-fileSize {
	font-size: 80%;
	color: #446988;
	font-weight: bold;
	text-align: right;
}