@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#707070;
}
iframe { 
  border:0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p{
	font-size: 1em;
	margin: 0px;
	line-height: 1.4em;
	font-weight: normal;
}
a {
 	text-decoration: none;
}
select {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #00338e;
	border: 1px solid #666666;
}
strong, b{
	/*color: #000000;*/
}
legend {
	background-color:#FFFFFF;
}
form {
	margin: 0px;
}
body.fontMedium {
	font-size: 11pt;
}
body.fontSmall {
	font-size: 10pt;
}
body.fontBig {
	font-size: 12pt;
}
body.normalContrast, body.normalContrast a{
	color:#707070;
}
body.lessContrast, body.lessContrast a{
	color: #CCCCCC;
}
body.moreContrast, body.moreContrast a{
	color:#000000;
}
/*classi comuni*/
.page {
	background-image: url(images/bg_page_interna.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.clear {
	clear: both;
	height: 0px;
}
.none {
	display: none;
}
.hide {
	visibility:hidden;
}
a:hover .hide {
	text-decoration: none;
}
.selected, .selected a {
	color: #e61d29;
}
p.alignLeft, div.alignLeft, span.alignLeft {
	text-align: left;
}

div.alignRight {
	text-align: right;
	float: right;
}
div.alignRight p{
	text-align: right;
}
p.nero, span.nero {
	/*color: #000000;*/
}
p.Red, span.Red {
	color: #e61d29;
}
p.corsivo, span.corsivo {
	font-style: italic;
	line-height: 1.1em;
	color:#707070;
}
p.fileDim {
	font-size: 0.7em;
	font-style: italic;
}
td.marginLeft {
	padding-left: 5px; 
}
p.date, span.date{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
}
h6, p.orario, span.orario, 
p.smallBase, span.smallBase, 
.csc-textpic-caption, .csc-uploads-description{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.9em;
	text-align: left;
}
div.piccolo{
	font-size: 0.75em;
	font-weight: normal;
	line-height: 0.9em;
	text-align: left;
}
div.caption{
	margin-left:10px; 
	margin-top: 5px;
}
dd.csc-textpic-caption{
	padding: 6px 0px;
	font-style: italic;
	text-align:right;
}
p.small {/*tahoma*/
	font-family: Tahoma;
	font-size: 0.9em;
	line-height: 12px;
}
a.link, a.internal-link{
	color: #00338e;
}
a.link:hover, a.internal-link:hover, .genericTable a:hover{
	color: #c8d2e4;
}
/*-----------------formattazione testo*/
p.bodytext{
	padding-bottom:5px;
}
a.mail, div.boxGrey a.mail {
	display: block;
	background-image: url(images/send_email.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #00338E;
	font-weight: bold;
	line-height: 18px;
	padding-right: 30px;
	text-align: right;
}
a.simpleMail {
	display: block;
	background-image: url(images/send_email.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #00338E;
	font-weight: bold;
	line-height: 18px;
	padding-right: 30px;
}
div.boxGrey a.mail {
	font-size: 0.9em;
	background-position: left center;
}
div.boxGrey a.mail:hover {
	text-decoration: none;
}

p.bodytext a, .Bold10 a{
	color: #00338e;
}
h3.title, p.bodytext .important{
	color: #000000;
}
p.bodytext a:hover {
	color: #c8d2e4;
	text-decoration:underline;
}
p.justyfy {
	text-align: justify;
}
.indent{
	text-align:center;
}
.detail, em.detail, span.detail{
	/*color: #00338e;*/
	font-size: 1.0em;
	font-weight: normal;
	background-image: url(images/virgolette_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #000000;
}
div.grey {
	padding: 8px;
	width: 200px;
}

/*titoletti box*/
h2 {
	font-size: 1.1em;
	color: #000000;
	/*color: #00338e;*/
	font-weight: normal;
	text-align: left;
	line-height:1em;
	padding-top:5px;
	padding-bottom: 6px;
}

/*----------------link*/
div.gotolink, .csc-linkToTop {
	font-size:0.7em;
	text-align: right;
	padding-right: 18px;
	background-image: url(images/freccina_link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
	position:relative; /*parametro necessari per evitare che sparisca lo sfonto su IE*/
	height: 1%;/*parametro necessari per evitare che sparisca lo sfonto su IE*/
}
.csc-linkToTop {
	border-top: 1px solid #e1e1e1;
	padding-bottom: 3px;
}
div.gotolink a, div.gotolink a:visited, div.goback a, div.goback a:visited, .csc-linkToTop a, .csc-linkToTop a:visited{
	color: #00338e;
	text-decoration:none;
	font-weight: bold;
	background-image:none;
	position:relative;
}
div.gotolink a:hover, div.goback a:hover, .csc-linkToTop a:hover{
	text-decoration:none;
	color: #C8D2E4;
}
div.goback {
	font-size:0.7em;
	text-align: left;
	padding-left: 18px;
	background-image: url(images/freccina_goback.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}
/*------------------------------costruzione pagina*/
#home {
	background-image: url(images/bg_page_top.gif);
	background-repeat: repeat-x;
}
#sezione {
	background-image: url(images/bg_sezione.gif);
	background-repeat: repeat-x;
}
#adHoc {
	background-image: url(images/bg_adhoc.gif);
	background-repeat: repeat-x;
}
#servicePage{
	background-image: url(images/bg_servicepage.gif);
	background-repeat: repeat-x;
}
#bodyPageBottom {
	background-color: #f2f2f2;
	padding-top: 10px;
}
#containerTop, #containerBottom, #container {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
/*-----------------------------header*/
#header .logo {
	float: left;
}
#header .tool {
	float: right;
	/*width: 250px;*/
	width: 310px;
	padding-top: 4px;
	overflow: hidden;
}
/*---------------------------tool*/
#header .tool li {
	font-family: Tahoma;
	font-size: 0.7em;
	display:block;
	float:left;
	line-height: 1.8em;
}
#header .tool li a{
	color: #00338e;/*color:#666666;*/
	cursor: pointer; /*per mozzilla e Natscape - va sempre prima di hand*/
	cursor: hand; /*per IE*/
}
.toolLettura li div{
	float: left;
	margin-right: 0.7em;
	margin-left: 45px;
	height: 22px;
}
.toolLettura .first, ul.toolVersion .first, ul.toolSearch .first{
	float: left;
	/*width:70%;*/
	width:60%;
	text-align: left;
}
.toolLettura .second, ul.toolVersion .second, ul.toolSearch .second{
	float: right;
	/*width:30%;*/
	width:120px;

	text-align: right;
}
.toolLettura .second {
	/*padding-left: 45px;*/

}
.toolVersion a:hover, #header .tool li a:hover{
	text-decoration: none;
	color:#C8D2E4;
}
.toolSearch .second img{
	margin-right: 9px;
}
.toolVersion .second img{
	margin-right: 0px;
	/*margin-left: 2px*/
}
/*A A A e contrasto page*/
.toolLettura #small {
	font-size: 10pt;
	font-weight:bold;
	color: #666666;
}
.toolLettura #medium {
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
}
.toolLettura #big {
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}
.toolLettura li a:hover span{
	color:#C8D2E4; /*color: #ebebeb;*/
}
.toolLettura #moreContrast {
	background-image: url(images/icona_morecontrast.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	width: 7px;
	display:inline;
	float:left;
}
.toolLettura #lessContrast {
	background-image: url(images/icona_lesscontrast.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 22px;
	width: 7px;
	display:inline;
	float:left;
}
/*tool search*/
div.tool ul.toolSearch, div.tool ul.toolVersion{
	clear: both;
	padding: 2px 0px;
}
div.tool ul.toolVersion{
	margin-top: 2px;
}
.toolSearch input {
	font-size: 10px;
	border: 1px solid #ebebeb;
	color: #666666;
	float: left;
	margin-right: 10px;
}
#buttonSearch {
	height: 15px;
	width: 14px;
	cursor: hand;
	cursor: pointer;
}
.toolSearch .first{
	width:75%;
}
.toolSearch .second{
	width:25%;
}
.toolSearch #favorite {
	background-image: url(images/icon_peferiti.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 15px;
	margin-left: 59px;
	margin-right: 4px;
	display:inline;
	float:left;
}
.toolSearch #mail {
	background-image: url(images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 15px;
	margin: 0px 4px;
	display:inline;
	float:left;	
}
.toolSearch #print {
	background-image: url(images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 14px;
	margin-left: 4px;
	display:inline;
	float:left;
}
.toolSearch a:hover {
	filter: Alpha(Opacity=20);
	opacity: 0.2;
}


/*-------------------------navigation*/
#navigation {
	clear: both;
	height: 28px;
	padding-top: 2px;
}
#navigation ul {
	list-style-type: none;
	margin-bottom: 3px;
}
#navigation li {
	display: inline;
	text-align: center;
}
#navigation li a{
	display: block;
	float: left;
	width: 153px;
	line-height: 25px;
	height: 25px;
	background-position: center center;
	background-image: url(images/bg_item_nav.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #00338e;
	text-transform: uppercase;
	font-family: Calibri;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#navigation li a:hover{
	background-position: center center;
	background-image: url(images/bg_item_nav_over.gif);
	background-repeat: no-repeat;
}
#navigation .itemAttivo a {
	color: #e61d29;
	background-position: center center;
	background-image: url(images/bg_item_nav_over.gif);
	background-repeat: no-repeat;
}
/*----------------------movie*/
div#movie {
	padding-bottom: 15px;

}
/*-------------------------------------------box home tipo grigio sfumato*/
div.boxHomeGrey, div.boxTools {
	width: 243px;
	float: left;
	border-top: 1px solid #e6e6e6;
}
div.boxGrey {
	width: 224px;
	float: left;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
div.boxGrey .csc-header h1{
	font-size: 1.0em;
	color:#00338E;
	font-weight:bold;
}
div.boxHomeGrey h2, div.BoxIntro h2, div.boxGrey h2, div.contentBody h5, .tx-quotazioni-pi1 h2, div.boxTools h2{
	background-image: url(images/triangolo_marker.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	margin-bottom: 5px;
	/*line-height: 1.0em;*/
}
div.boxHomeGrey div.center, div.boxGrey div.center, div.boxTools .center{
	background-image: url(images/bg_boxgrey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 8px;
	text-align: center;
	position:relative;
}
div.boxHomeGrey div.footer, div.boxGrey div.footer, div.boxTools .footer{
	background-image: url(images/footer_boxgrey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
}
div.boxHomeGrey div.center a.lgBusiness img{
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	margin-right: 3px;
}
div.boxHomeGrey div.center a.lgBusiness img:hover{
	border: 1px solid #00338e;
}
/*---------------------liste nei box*/
div.boxHomeGrey li, div.BoxIntro li, div.boxGrey li {
	text-align: left;
	/*line-height: 2.2em;*/
	border-bottom: 1px solid #e1e1e1;
	font-size: 0.9em;
	padding: 4px 4px 5px 25px;
}
div.boxTools li{
	text-align: left;
	/*line-height: 2.2em;*/
	font-size: 0.9em;
	padding: 0px 3px 3px 25px;
}
div.boxHomeGrey li.typeDoc, div.BoxIntro li.typeDoc, div.listaDoc li, .csc-menu li {
	background-image: url(images/icona_page.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
li.csc-section{
	background-image: none;
}
li.csc-section a:hover{
	color:#C8D2E4;
}
div.boxHomeGrey li.typeInfo, div.BoxIntro li.typeInfo {
	background-image: url(images/icona_infonews.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
div.boxHomeGrey li.typeContact, div.BoxIntro li.typeContact {
	background-image: url(images/icona_busta.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
div.boxHomeGrey li.typeRss, div.BoxIntro li.typeRss {
	background-image: url(images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
li.typeDoc a{
	display: block;
}
.boxHomeGrey li a, .BoxIntro li a, .boxGrey li a, div.boxTools li a {
	color: #00338e; /*color: #000000;*/
}
.boxHomeGrey li a:hover, div.BoxIntro li a:hover, div.boxGrey li a:hover, div.boxTools li a:hover {
	color: #e1e1e1;
}
/*-----------------formattazione tabella base*/
table.tBase {
	margin-bottom: 12px;
	margin-top: 15px;
}
.tBase td, .tBase th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8d2e4;
	background-color: #ececec;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
}
td.allCell{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8d2e4;
	background-color: #F7F7F7;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
}
table.normal td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8d2e4;
	/*background-color: #ececec;*/
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
.tBase caption {
	text-align: right;
	line-height: 1.5em;
}
.tBase tr.datoCIR td, tr.datoCIR th, th.specialCell{
	background-color: #f7f7f7;
	color: #707070;
	font-weight: bold;
}
tr.borderTd td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8d2e4;
}
/*------------------------------------------box welcome home*/
div.boxWelcome {
	width: 402px;
	float: left;
	height: 270px;
	background-image: url(images/bg_boxwelcome.gif);
	margin-right: 13px;
	margin-left: 13px;
}
.boxWelcome p{
	font-size: 1em;
}
.boxWelcome h2{/*triangolo su grigio*/
	background-image: url(images/triangolo_marker2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.boxWelcome div.center{
	padding-right: 9px;
	padding-left: 9px;
}
.boxWelcome div.center div.linkVideo a{
	display:block;
	background-color: #f4f5f5;
	background-image: url(images/bg_linkvideo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Calibri;
	font-size: 1.0em;
	color: #00338e;
	/*color: #e61d29;*/
	height: 49px;
	line-height: 49px;
	padding-left: 30px;
	margin: 8px 0px;
}
.boxWelcome div.center div.linkVideo a:hover{
	color:#C8D2E4;/*color: #00338e;*/
}

/*----------------------------------------box a tab eventi*/
div.boxEvento {
	float: left;
	width: 240px;
	/*border: 1px solid #a0b4d0;*/
}
#tab5{
	
}
.tabBig {
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:8pt;
	border-top: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	text-align: right;
}
.boxEvento #tabcont1, .tabBig {
	line-height: 23px;
	height:23px;
}
#tabcont1 li, .tabBig li{
	display:inline;
}
#tabcont1 li a{
	width: 120px;
	height: 23px;
	display:block;
	float: left;
	color:#00338E;
	font-size:1.1em;
	font-weight:normal;
}
.tabBig li a{
	width:12.2em;
	height: 23px;
	display:block;
	float: left;
	color:#00338E;
	font-size:1.2em;
	font-weight:normal;
	padding-right: 8px;	
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: solid 1px #cdcdcd;
}
#tab5 .tabBig li a{
	width: 9.60em;
	height: 23px;
	display:block;
	float: left;
	color:#00338E;
	font-size:1.2em;
	font-weight:normal;
	padding-right: 8px;	
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: solid 1px #cdcdcd;
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}
.tabBig .tabOpen a, .tabBig .ui-state-active a, #tab5 .tabBig .ui-state-active a {
	background-image: none;
	background-color:#FFFFFF;
	border-right: 2px solid #cdcdcd;
}
#tabcont1 a span, tabBig a span{
	padding-left: 4px;
}
#tabcont1 a#last.select, a#next.select {
	background-image: url(images/bg_tab1_on.gif);
	background-repeat: no-repeat;
	float: left;
	color: #e61d29;
}
#tabcont1 a#next.noselect, a#last.noselect {
	background-image: url(images/bg_tab2_off.gif);
	background-repeat: no-repeat;
	float: left;
}
#tabcont1 #next:hover, #tabcont1 #last:hover, .tabBig li a:hover, #tab5 .tabBig li a:hover {
	color: #C8D2E4; /*color: #e61d29;*/
	/*background-image: none;
	background-color:#cdcdcd;*/
}

.timeContent, .ui-tabs-panel {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	padding-right: 10px;
}
.boxEvento div.contentEvento {
	clear: both;
	border-right: 1px solid #cfd8e9;
	border-bottom: 1px solid #cfd8e9;
	border-left: 1px solid #cfd8e9;
	background-image: url(images/bg_boxevento.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 6px 0px 6px;
	position: relative;
	height:170px;
}

/*titolo evento in blu*/
.boxEvento div.contentEvento h4 a{
	color: #00338e;
	/*line-height: 21px;*/
	font-weight: normal;
}
div.boxEvento div.contentEvento h4 a:hover {
	color: #C8D2E4;
}
.contentEvento div.titleEvent {
	background-image: url(images/bg_eventotitle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #e61d29;
	/*margin-bottom: 8px;
	margin-bottom:12px;
	margin-top:12px;*/
}
.titleEvent span{
	color: #000000;
}
div.icons {
	/*margin-top: 10px;*/
	margin-top: 5px;
}
.icons ul li{
	float: left;
	margin-right: 5px;
	text-align: center;
}
.icons ul li a img{
	border: 1px solid #cfd8e9;
}
.icons ul li a img:hover{
	border: 1px solid #e61d29;
}

/* lista comunicati stampa*/
div.listBox {
	width: 402px;
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	border-top: solid 1px #c8d2e4;
	padding-bottom: 8px;
}
.listBox h2, .smallPressBox h2 {/*triangolo su grigio*/
	background-image: url(images/triangolo_marker2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.listBox li {
	border-bottom: 1px solid #c8d2e4;
	margin: 4px;
	padding: 4px;
	height: 78px;
}
.listBox h4 a, .BoxIntro h4 a, .masterList h4 a, .linkList h4 a, .smallPressBox h4 a {
	/*color: #000000;*/
	color: #00338e;
	line-height:1.2em;
	font-weight: normal;
}
.smallPressBox h4 a {
	font-size: 0.9em;
}
.searchList h4 a{
	line-height:1.4em;
	/*color: #000000;*/
	color: #00338e;
	font-weight: normal;
}
.searchList h4 a.linkPdf {
	color: #00338e;
}
a.linkSpeech {
	color: #00338e;
}
.genericTable td a.linkPdf{
	/*height: 1.6em;*/

}
/*.genericTable a.linkPdf {
	line-height:1.2em;
	font-size: 0.9em;
}*/
.lightTable input {
        font-size: 10px;
        border: 1px solid #ebebeb;
        color: #666666;
        float: left;
        margin-right: 10px;
}
.listBox h4 a:hover, div.BoxIntro h4 a:hover, 
div.masterList h4 a:hover, div.searchList h4 a:hover, 
div.linkList h4 a:hover, div.smallPressBox h4 a:hover{
	color: #c8d2e4;
}
.masterList h5{
	color: #707070;
	font-size: 0.8em;
	font-weight:normal;
	margin-top: 0px;
}

/*----------------------------------footer*/
#footer {
	/*font-family: Tahoma;
	font-size:0.8em;*/
	font-weight: normal;
	padding-top: 10px;
	background-image: url(images/bg_sezione_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
	min-height: 30px;
}
/*#home #footer {

	font-weight: normal;
	padding-top: 0px;
	background-image: url(images/bg_footer_home.gif);
	background-repeat: repeat-x;
	background-position: center -20px;
	position:relative;
	min-height: 30px;
}*/
#footer div.center{
	clear: both;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position:relative;
}

#footer div.col1 {
	float: left;
	width: 243px;
	color:#707070;/*color: #00338e;*/
	font-size:0.9em;
	font-weight: normal;
}
#footer div.col2 {
	float: left;
	width: 402px;
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
	font-size:0.9em;
}
#footer div.col2 a{
	color: #00338e;
}
#footer div.col2 a:hover{
	text-decoration: none;
	color:#C8D2E4;
}
#footer div.col3 {
	float: right;
	width: 243px;
}
div.update{
	margin-top: 10px;	
}
#container #lineImage {
	/*padding-bottom: 4px;*/
}
body#sezione #footer div.col1, 
body#adHoc #footer div.col1, 
body#servicePage #footer div.col1{
	width: 224px;
}
body#sezione #footer div.col2, 
body#adHoc #footer div.col2, 
body#servicePage #footer div.col2{
	width: 443px;
}
body#sezione #footer div.col3, 
body#adHoc #footer div.col3, 
body#servicePage #footer div.col3{
	width: 224px;
}

/*------------------------------titoli pagine-sezioni*/
#pageTitle {
	width: 224px;
	float: left;
	background-image: url(images/bg_title.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 104px;
	line-height: 104px;
	padding-bottom: 1px;
}
#sectionImage {
	float: right;
}
#pageTitle h1, #pageTitle h1 a{
	font-size: 28pt;
	font-weight: normal;
	color: #00338e;
	text-align: center;
	vertical-align: middle;
}
#pageTitle h1 a:hover{
	color: #88A0CA;
	text-decoration: none;
}
/*------------------------costruzione contenuto pagine*/
/*struttura base con sottomenu*/
#content .col1 {
	width: 224px;
	float: left;
}
#content .col2 {
	float: left;
	width: 692px;
}
.col2 .contentBody {
	padding-left: 25px;
}
.col2 h1.titlePage{
	/*color: #E61D29;*/
	color: #000000;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 25px;
}
/*content con spalla destra piccola*/
.contentCenter{
	width: 500px;
	float: left;
	margin-right: 10px;
}
.contentRight {
	width: 153px;
	float: right;
}
/*content con spalla destra uguale a submenu*/
.contentCenter2col{
	width: 430px;
	float: left;
	padding-left: 25px;
}
.col1Dettaglio{
	width: 430px;
	float: left;
}
.contentRight1col{
	width: 224px;
	float: right;
}
.colDxTab {
	width: 214px;
	float: right;
	text-align:right;
}
.colSxTab{
	width: 400px;
	float: left;
}
/*tag ----------------------------in content body*/
.contentBody h3, p.bodytext span.important{
	/*font-size: 12pt;*/
	font-weight: normal;
	margin-bottom: 10px;
}
.contentBody h5{
	font-size: 1.1em;
	/*font-weight: bold;*/
	margin-top: 4px;
	color: #000000;/*color: #00338e;*/
	padding-bottom: 5px;
}
.contentBody .csc-header h1, h1.csc-firstHeader, .csc-header h1{
	font-size: 1.1em;
	/*font-weight: bold;
	color: #00338e;*/
	color: #000000;
	margin:4px 0px;
	padding-bottom:3px;
	padding-left:25px;
	background-image: url(images/triangolo_marker.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom: 1px solid #ccd6e9;
}
h1.csc-firstHeader{
	/*background-image: none;*/
}
.contentCenter2col h3{
	font-size: 1.0em;
	color: #e61d29;
}
.listBoxIntro {
	margin-top: 15px;
	text-align: left;
}
/*----------------------------------------------------submenu*/
#submenu {
	background-image: url(images/bg_submenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 6px;
	margin-bottom: 20px;
}
#submenu li {
	border-bottom: 1px dotted #88a0ca;
}
#submenu li a {
	color: #00338e;
	padding-left: 8px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*#submenu li span {
	padding-top: 2px;
	padding-bottom: 2px;
}*/
#submenu .nolist .nero {
	margin-left: 30px;
}
#submenu li a:hover {
	color: #88a0ca;
}
/*#submenu li.nolist a:hover, */#submenu .nolist .active a, #submenu li.nolist .active, #submenu .list .subLevel2 .list a:hover{
	background-image: url(images/submenu_onover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#submenu li.list a:hover,  #submenu .list .active a{
	background-image: url(images/submenu_open.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#submenu li span.active a{
	color: #FF0000;
	font-weight: bold;
	border-bottom: 1px dotted #88a0ca;
	display:block;
	/*padding-left: 8px;*/
}
#submenu li.nolist .active {
	color: #FF0000;
	border-bottom: none;
	border: 0px;
	display:block;
	padding-bottom:2px;
	padding-left:8px;
	padding-top:2px;
}
#submenu ul.subLevel2 {
	background-image: url(images/bg_submenu_level2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#submenu .subLevel2 a {
	font-size: 0.9em;
	padding-left: 20px;
}
#submenu .subLevel2 .selected a {
	color: #FF0000;
}
/*----------path bar*/
#path_bar {
	line-height: 28px;
	font-size:0.7em;
	letter-spacing:0.28em;
	padding-left: 8px;
	margin-bottom: 8px;
}
#path_bar a {
	color:#00338E; /*color: #707070;*/
}
#path_bar a:hover {
	color:#C8D2E4; /*color: #707070;*/
	text-decoration: none;
}
#path_bar .active {
	color: #e61d29;
}

/*-----------------------------box introduttivi pagine*/
div.BoxIntro {
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.BoxIntro div.top{
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 8px;
	border-top: 1px solid #00338e;
	border-right: 1px solid #00338e;
	border-left: 1px solid #00338e;
	height: 160px;
}
.BoxIntro div.footer{
	padding-bottom: 15px;
	background-image: url(images/bg_boxintropage.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #00338e;
	border-right: 1px solid #00338e;
	border-left: 1px solid #00338e;
	padding-right: 9px;
	padding-left: 9px;
}
.BoxIntro .image {
	overflow: hidden;
	height:45px;
	margin-bottom:6px;
}
.BoxIntro img {
	margin-bottom: 8px;
}
.BoxIntro h6 {
	margin-left: 20px;
	margin-top: 10px;
}
/*.BoxIntro h4 {
	margin: 0px 20px;
}*/
.BoxIntro p {
	font-size:0.9em;
	line-height: 1em;
}
/*box press release*/
div.smallPressBox {
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eef1f7;
}
.smallPressBox div.top{
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 160px;
}
.smallPressBox div.footer{
	padding-bottom: 15px;
	background-image: url(images/bg_smallpressbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-right: 9px;
	padding-left: 9px;
}

/**/
.noMargin {
	margin-right: 0px;
}
ul.textBlock li {
	line-height: 16px;
	margin-top: 4px;
	padding-bottom: 6px;
	color: #000000;
	padding-left: 8px;
	margin-bottom: 4px;
}
/*form filtri di ricerca*/
#filterBox h6 {
	font-size: 12pt;
	color: #707070;
	/*color: #00338e;*/
	font-style: italic;
}
#filterBox fieldset {
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 6px;
	font-size:8pt;
	border: solid 1px #cdcdcd;
	text-align: right;
	margin-bottom: 10px;
}
.tx-sremailsubscribe-pi1 fieldset, 
fieldset.csc-mailform, 
fieldset.tx-powermail-pi1_fieldset,
div.tx-powermail-pi1_confirmation {
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
	font-size:10pt;
	border: solid 1px #cdcdcd;
	text-align: left;	
}
#tipafriend fieldset {
	background-image: url(images/bg_boxfiltripress.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px;
	font-size:11pt;
	border: solid 1px #cdcdcd;
	text-align: center;	
}
#tipafriend label {
	font-size: 10pt;
	font-style: italic;
}
#tipafriend select, #tipafriend input {
	border: 1px solid #ebebeb;
}
/*paginazione*/
div.pagination {
	background-color: #f1f4f9;
	line-height: 18px;
	text-align: right;
	padding: 2px 8px;
	margin-top: 10px;
}
.pagination a {
	color: #707070;
	padding: 0px 5px;
}
.pagination a:hover {
	color: #00338e;
}
.pagination a.selected {
	color: #e61d29;
	font-weight: bold;
}
.pagination .back {
	background-image: url(images/freccia_indietro.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: table-cell;
	width: 10px;
}

/*liste*/
div.masterList, div.masterContent, div.searchList, div.linkList, .contactList, .boxlist{
	margin-top: 8px;
	margin-bottom: 15px;
}
/*div.masterContent{
	margin-top: 0px;
}*/

.masterList h3, .marker {
	background-image: url(images/triangolo_marker.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #000000;/*color: #00338e;*/
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ccd6e9;
}
h3.marker{
	margin-top: 10px;
}
.masterList ul, div.searchList ul, div.linkList ul, div.contactList ul, .boxlist {
	margin-bottom: 12px;
}
ul.structureList{
	float: right;
	width: 60%;
}
.masterList li {
	border-bottom: 1px solid #ccd6e9;
	clear: both;
	min-height: 56px;
	padding: 2px 0px 2px 0px;
}
.searchList li{
	border-bottom: 1px solid #ccd6e9;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
.linkList li, div.contactList li{
	border-bottom: 1px solid #ccd6e9;
	clear: both;
	padding: 4px 0px 4px 30px;
}
.structureList li{
	border-bottom: 0px;
	border-bottom: none;
}
.linkList div.cirStructure {
	float: left;
	width: 40%;
	height: 500px;
}
div.value{
	float:left;
	margin-right: 10px;
	width: 40px;
	text-align: right;
}
/*calendario*/
div.dayDate {
	background-image: url(images/bg_calendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 50px;
	text-align: center;
	height: 52px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4.titleList {
	/*line-height: 50px;*/
}
.masterList h4 {
	/*padding-top: 3px;*/
	padding-bottom: 2px;
}
.titleList a{
	color: #707070;
	line-height: 1.2em;
}
.titleList a:hover{
	text-decoration: underline;
}
.dayDate p.month {
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	font-size: 0.9em;
}
.dayDate p.day {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.dayDate p.year {
	color: #000000;
	line-height: 11px;
	font-size: 10pt;
}
.masterContent h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	/*color: #00338e;*/
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.masterContent h3.subTitle {
	/*font-size: 1.2em;
	color: #00338e;*/
	color: #000000;
}
.masterContent h4 {
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
}
/*----------------------------pagina manager*/
.listManager a {
	display: block;
	float: left;
	height: 10.2em;
	/*height: 9em;*/
	width: 210px;
	margin-right: 10px;
	border: solid 1px #f4f4f4;
	margin-bottom: 18px;
	background-image: url(images/freccina_link.gif);
	background-repeat: no-repeat;
	/*background-position: 196px 8.2em;*/
	background-position: 190px 9.4em;
}
.listGallery a {
	display: block;
	float: left;
	height: 10.2em;
	/*height: 9em;*/
	width: 198px;
	margin-right: 10px;
	border: solid 1px #f4f4f4;
	margin-bottom: 18px;
	background-image: url(images/freccina_link.gif);
	background-repeat: no-repeat;
	background-position: 180px 9.4em;
}
.listManager a:hover, .grey, div.listGallery a:hover{
	background-color: #f4f4f4;
	border: solid 1px #ebebeb;
}
.listManager h4, div.listGallery h4 {
	font-weight: normal;
	margin-top: 6px;
	color: #00338e;	
	padding-right: 5px;
}
.listManager p {
	font-weight: normal;
	margin-top: 6px;
	color: #707070;
	font-size: 0.9em;
	line-height: 1.1em;
	padding-right: 5px;
}
.listGallery p{
	color: #707070;
	line-height: 1.1em;
}
.listGallery p.descFile{
	font-weight: normal;
	margin: 6px 0px;
	font-size: 0.9em;
	padding: 0px 5px;
}
.listManager img, div.listGallery img{
	float: left;
	margin: 6px;
	padding: 0px;
}
img.photoBig{
	border: solid 1px #ebebeb;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}
/*------------foto*/
div.smallPhoto {
	margin: 6px;
	float: left;
	margin-right: 6px;
	width: 80px;
	height: 117px;
	overflow: hidden;
}
.smallPhoto .centerPhoto {
	margin-left: -10%;
	margin-top: -15%;
}

/*file pdf e donwload box */
ul.filePDF {
	float: right;
	width: 153px;
}
.filePDF li  {
	padding-left: 25px;
	line-height: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCD6E9;
	border-top: 1px dotted #CCD6E9;
}
.filePDF li a {
	color: #707070;
}
.filePDF li.typePdf{
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.linkPdf, p.linkPdf {
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}

a:hover.linkPdf {
	color: #C8D2E4;
}
a.linkSpeech {
	background-image: url(images/icon_speech.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a.linkRar, a.linkZip {
	background-image: url(images/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a:hover.linkRar, a:hover.linkZip {
	color: #C8D2E4;
}
a.linkDoc {
	background-image: url(images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a:hover.linkDoc {
	color: #C8D2E4;
}
a.linkExcel, .csc-uploads-0 a {
	background-image: url(images/icon_excell.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a:hover.linkExcel {
	color: #C8D2E4;
}
a.LinkWebcast, a.linkWma, a.linkAvi {
	background-image: url(images/icon_webcast.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a:hover.LinkWebcast, a:hover.linkWma, a:hover.linkAvi {
	color: #C8D2E4;
}
a.linkWww {
	background-image: url(images/icon_wwwlink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.6em;
	color: #00338e;
	display: block;
}
a:hover.linkWww {
	color: #C8D2E4;
}

/*box per elenco file da scaricare*/
div.fileDownload, ul.fileDownload {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.fileDownloadUnico {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCD6E9;
	border-top: 1px dotted #CCD6E9;
	clear:both;
}
.fileDownloadUnico a:hover{
	color: #CCD6E9;
}
.fileDownload h3 {
	margin-top: 15px;
	margin-bottom:4px;
}
.fileDownload li  {
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCD6E9;
	margin-left: 5%;
	padding-top:5px;
	/*padding-bottom: 0.9em;*/
}
.fileDownload li a {
	color: #707070;
	display: block;
	float: left;
	width: 55%;
}
.fileDownload li a:hover, .filePDF li a:hover, .fileDownload a:hover {
	color:#C8D2E4;
	text-decoration:none;
}
.fileDownload span {
	display: block;
	float:right;
	width:20%;
	text-align: right;
}
.fileDownload a.linkPdf {
	font-size: 0.9em;
}
/*tipo di file - assegnazione icona*/
.fileDownload li.typeDoc {
	background-image: url(images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.fileDownload li.typePdf a {
	background-image:url(images/icon_pdf.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:1em;
	padding-left:25px;
	height:23px;
}
.fileDownload li.typePdf .gotolink a{
	background-image:none;
}
.typePdf span.date{
	line-height:1em;
}
.fileDownload div.photoFile {
	float: left;
	margin-top:-15px;
	background-image: url(images/bg_flyer.gif);
	background-repeat: no-repeat;

	background-position: center center;
}
.photoFile img {
	margin: 18px 15px 15px;
	border: 1px solid #D2D2D2;
}
h3.subTitle {
	clear: both;
	margin-top: 10px;
	font-size: 1.0em;
	/*font-weight: bold;*/
	margin-bottom: 10px;
}
.masterContent .abstract {
	margin-bottom: 8px;
	font-size: 1em;
}
.masterContent .orario {
	text-align: right;
}
/*colonna sx con contento dinamico*/
.dinamicZone .boxContact {
	width: 153px;
	margin-top: 8px;
	text-align:left;
}
.boxContact p{
	text-align:left;
	line-height: 0.9em;
}
.dayDate p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pathLink a {
	font-size: 0.9em;
	color: #FF0000;
	background-image: url(images/freccina_link.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.contentCenter2col div.listBox {
	margin: 15px 0px 10px;
	width: 100%;
}
.contentRight1col div.boxGrey {
	margin-bottom: 15px;
}
.contentRight1col div.BoxIntro {
	margin-right: 0px;
	width: 100%;
}
.contentRight1col div.BoxIntro div.top {
	height: auto;
}
.contentRight1col .fileDownload, .contentRight1col .fileDownload h3{
	margin-top: 0px;
}

/*------------------------------------------------*/
/*formattazione liste spaciali e da typo*/
ul.component-items, 
ul.action-items, 
ul.listeInterne1, 
ul.listeInterne2{
	margin-top: 8px;
	margin-left: 30px;
	margin-bottom: 14px;
	text-align: left;
}
ul.component-items li, 
ul.listeInterne1 li{
	background-color: #f7f7f7;
	margin-bottom: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left:20px;
}
ul.csc-menu {
	margin: 5px 0px 0px 0px;
}
ul.component-items li a, 
ul.csc-menu a, 
ul.listeInterne1 li a{
	color: #00338e;
}
ul.component-items li a:hover, 
ul.listeInterne1 li a:hover{
	color: #707070;
}
ul.component-items .important{
	/*color:#000000;*/
	color: #707070;
	font-size: 1.8em;
	font-weight:normal;
}
ul.action-items li, 
ul.listeInterne2 li{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 16px;
	line-height: 21px;
}
ul.action-items li ul li, 
.topBox ul li, 
ul.listeInterne2 li ul li{
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 18px;
	line-height: 21px;
}
/*uso di foto in pagine*/
.borderPhoto {
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	border: 1px solid #E0E0E0;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
/*nei boxinfo*/
div.squarePhotoBox {
	height: 100px;
	width: 82px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}
.squarePhotoBox img {
	margin-left: -30%;
	margin-top: -5%;
}
.squarePhotoBox span {
	padding: 5px;
	display: block;
	border: 1px solid #666666;
}
/*in contatti*/
div.squarePhoto {
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.squarePhoto img {
	margin-left: -20%;
	margin-top: -40%;
}
.squarePhoto span {
	padding: 5px;
	display: block;
	border: 1px solid #666666;
}
h4.contanctName {
	font-weight: normal;
	margin-bottom: 4px;
	/*color: #00338e;*/
	color: #000000;	
	padding-right: 5px;
}
div.linkBio{
	text-align: left;
	width: 20px;
	margin-top: 5px;
}
/*-------------------------------------------box per frase importanti e doppie colonne identiche*/
div.boxImportant, div.2colonne {
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxImportant div.colSX {
	float: left;
	width: 49%;
	margin-right: 10px;
}
.2colonne div.colSX {
	float: left;
	width: 49%;
	margin-right: 10px;
}
.boxImportant div.colDX {
	width: 49%;
	float: right;
}
.2colonne div.colDX {
	width: 49%;
	float: right;
}
.boxImportant div.topBox {
	background-image: url(images/top_boximportant.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 8px;
}
.boxImportant div.footerBox {
	background-image: url(images/footer_boximportant.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
}
topBox h1 {
	font-size: 1.6em;
	color: #00338E;
}
.topBox ul{
	margin: 8px 15px 0px;
	text-align: left;
}
.topBox ul li{
	margin-bottom: 1px;
	background-position: 7px 7px;
	padding-left: 25px;
}
.topBox li.odd {
	background-color: #F6F8FB;
}
.topBox li.even {
	background-color: #F1F4F9;
}
.address{
	border-bottom:1px dotted #CCD6E9;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top:1px dotted #CCD6E9;
	margin-top: 6px;
	margin-bottom: 8px;
}
#coverBox {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	margin-bottom: 15px;
	height: auto;
}
#coverBox .footer {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#coverBox img {
	float: right;
	margin-left: 10px;
}
.colDxTab .historyPhoto {
	margin-bottom: 8px;
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.9em;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
	border: 1px solid #EBEBEB;
}
/*------------------------------------new table*/
table.genericTable, table.contenttable{
	font-size: 0.9em;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-image: url(images/bg_table.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 0px;
	empty-cells: show;
	border-collapse: collapse;
}
table.lightTable {
	font-size: 0.9em;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin-top: 5px;
	margin: 5px 0px;
	empty-cells: show;
	border-collapse: collapse;
}
.genericTable td, .contenttable td, .lightTable td {
	border-bottom: 1px solid #ececec;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}

.genericTable th, .contenttable th, .lightTable th{
	border-bottom: 1px solid #ececec;
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
}
.genericTable a, .txtlink a{
	color: #00338e;
}
tr.greyTd{
	background-color: #F5F5F5;
}
.genericTable th.headerItalic, .genericTable td.headerItalic {
	font-style: italic;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
th.lightTD {
	background-color: #FFFFFF;
}
th.topTD{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(images/bg_boxfiltripress.gif);
}
#datioggi{
	margin-bottom: 6px;
	margin-top: 4px;
}
#datioggi th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(images/bg_boxfiltripress.gif);
	text-align:right;
	line-height:20px;
	padding-left:5px;
}
#datioggi td{
	text-align:right;

}
td.evident {
	font-weight: bold;
}
table.normal{
	font-size: 0.9em;
	empty-cells: show;
}
td.Bold11{
	font-weight:bold;
	padding-left: 5px;
}
.Bold11 p{
	font-weight:bold;
}
.Bold11 a, .external-link-new-window{
	color: #00338e;
}
.Bold11 a:hover, .external-link-new-window:hover{
	color: #c8d2e4;
}
td.Bold12{
	color:#00338E;
}
td.widthCol{
	width: 150px;
}
td.rightAlign, td.colvalue, td.colquantity,
th.rightAlign, th.colvalue, th.colquantity {
	text-align: right;
}
td.leftAlign,
th.leftAlign{
	text-align: left;
}
div.containerTable, p.containerTable {/*contenitore di tabelle*/
	overflow-x:scroll;
	overflow:auto;
	width:655px;
	display:block;
	-ms-overflow-x: scroll; 
}
/*-----------------------------------calendario eventi*/
div.calendarBox {
	width: 224px;
	float:left;
	/*margin-right:10px;
	width: 205px;*/
	margin-bottom: 15px
}
table.calendar-table {

	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #dadada;
	font-size: 0.85em;
	background-color: #f4f4f4;
	width: 100%;
	empty-cells: show;
}
.calendar-table td{
	padding:0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcb;
	line-height: 21px;
	text-align: center;
}
.calendar-table tr.headerCalendar td {
	background-image: url(images/bg_topcalendar.gif);
	background-repeat: repeat-x;
	text-align: center;
}
tr.headerCalendar{
	font-weight: normal;
	line-height: 19px;
}
.headerCalendar a img{
	border: none; 
	border: 0px;
}
.calendar-table th {
	background-image: url(images/bg_daycalendar.gif);
	background-repeat: repeat;
	color: #000000;
	line-height: 19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}
.calendar-table div{
	height: 21px;
	width: 22px;
	text-align: center;
}
.calendar-table div a{
	color: #00338E;
	font-weight:bold;
}
.calendar-table div a:hover{
	color: #C8D2E4;
}
div.cirEvent {
	background-image: url(images/bg_cir_celendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sorgeniaEvent{
	background-image: url(images/bg_sorgenia_celendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sogefiEvent {
	background-image: url(images/bg_sogefi_celendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.espressoEvent {
	background-image: url(images/bg_espresso_celendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.kosEvent {
	background-image: url(images/bg_hss_celendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*tebellina*/
table.tableSlim {
	font-size: 0.8em;
	font-weight: normal;
	empty-cells: show;
}
.tableSlim input{
	font-size: 1.0em;
}
.tableSlim td{
	text-align: center;
}
/*lista numerica di note*/
ol.action-items-ordered{
	font-size: 0.8em;
	font-style: italic;
}
/*box grafico pagina investor*/
div.tx-quotazioni-pi1 {
	margin: 10px 0px;
}
/*sitemap*/

.csc-sitemap ul li a, 
.csc-sitemap ul li a:visited, 
.tx-sremailsubscribe-pi1 a, #tipafriend a{
	color: #00338e;
}
.csc-sitemap ul li a:hover{
	text-decoration:underline;
}
.csc-sitemap ul li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.csc-sitemap ul{
	margin-bottom: 6px;
}
.csc-sitemap ul li ul li{
	margin-left: 20px;
	font-size: 0.9em;
	background-image: url(images/map_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
}
.csc-sitemap ul li ul li a, .csc-sitemap ul li ul li a:visited{
	color: #707070;
}
/*per le foto nei box*/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {/*stylesheet_5c9718... (line 89)*/
	margin-bottom:0px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {/*stylesheet_5c9718... (line 81)*/
	margin-left:0px;
	margin-right: 5px;
}
/*classi per grafico*/
.bg1 {/*main.css (line 1033)*/
	background:#FFFFFF;
}
#contentNewsletter {
  width:680px;
	margin-right: auto;
	margin-left: auto;
}
#ui-tabs-load{
	background-image: url(images/map_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 52px top:55px;
	border: 1px solid red;
}
#listNews h4 a{
	/*margin: 6px;*/
	font-size: 0.9em;
}
td.width100{
	width: 100px;
}
.tx-sremailsubscribe-pi1 dt {
	width:40%;
}


.col170{
    width:170px;
}
.col150{
    width:150px;
}
.col80, .coldate_tab{
    width:80px;
}
.col60, .colpersona_id{
    width:60px;
}
.col120{
    width:120px;
}

Ul#tabcont1 li.lineTab{
	background-image:url(images/bg_linetab.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	display:block;
	float:right;
}
.csc-uploads-fileName a{
	color:#00338E;
}
.csc-uploads-fileName a:hover{
	color:#88A0CA;
}
.csc-uploads-icon a img{
	width:20px;
	height: 20px;
}
/*tooltip calendar*/

div.viewEvent {
  border-top:1px solid #CFD8E9;
  border-left:1px solid #CFD8E9;
  border-bottom:2px solid #CFD8E9;
  border-right:2px solid #CFD8E9;
  background-color: #ECECEC;
  min-height:96px;
  width: 200px;
  margin-top:-10px;
  margin-left:0px; 
  display: none;
  position: absolute;
  z-index: 1000;
  text-align: left;
  padding: 5px;
}
div.viewEvent a{
	line-height: 12px;
	margin-bottom: 6px;
	display: block;
	color: #00338e;
} 
div.viewEvent a:hover, div#add_task a:hover{
	color: #C8D2E4;
}

div#add_task{
	text-align: right;
	border-top:1px solid #CCD6E9;
	margin-bottom: 5px;
	margin-top: 8px;
	padding-top: 3px;
}	
div#add_task img{
	margin-right:3px;
	vertical-align:middle;
}
div#add_task a{
	color: #00338e;
	font-size:0.7em;
}
/*footer new---------------------------------------*/
div.boxfooter {
	/*width: 243px;*/
}
#footer h2 {
	border: 1px solid #EBEBEB;
	padding-left: 9px;
	color:#000000;
	font-size:1.1em;
	font-weight:normal;
	line-height:1em;
	text-align:left;
}
div.boxfooter a {
	color: #00338E;
}
div.boxfooter a:hover, div.boxUpdates a:hover{
	color: #C8D2E4;
}
div.boxfooter div.listTag {
	margin-left: 10px;
}


/*livelli dimensioni font tag*/
div.boxfooter a.level10 {
	font-size: 200%;
	font-weight: bold;
}div.boxfooter a.level9 {
	font-size: 190%;
}
div.boxfooter a.level8 {
	font-size: 180%;
}
div.boxfooter a.level7 {
	font-size: 170%;
}
div.boxfooter a.level6 {
	font-size: 160%;
}
div.boxfooter a.level5 {
	font-size: 150%;
}
div.boxfooter a.level4 {
	font-size: 140%;
}
div.boxfooter a.level3 {
	font-size: 130%;
}
div.boxfooter a.level2 {
	font-size: 120%;
}
div.boxfooter a.level1 {
	font-size: 110%;
}
div.boxfooter a.level0 {
	font-size: 100%;
}
div.boxUpdates a {
	color: #00338E;
	font-size: 90%;
}
div.boxUpdates ul {
	padding-left: 10px;
	padding-top: 6px;
}
div.boxUpdates ul li {
	background-image: url(images/freccia_footer.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 25px;
}
div.miniSitemap {
	margin-bottom: 6px;
}
div.miniSitemap .conteinerItem {
	margin-top: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	min-height: 190px;
}

div.miniSitemap .itemMap {
	width: 132px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	min-height: 80px;
}
body#sezione div.miniSitemap .itemMap, 
body#adHoc div.miniSitemap .itemMap, 
body#servicePage div.miniSitemap .itemMap{
	width: 146px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	min-height: 80px;
}
div.conteinerItem .itemMap ul {
	padding-left: 8px;
	padding-right: 8px;
}
a.sectionLink {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
div.conteinerItem .itemMap ul li {
	font-size: 80%;
}
div.linkSelect {
	background-color: #F2F2F2;
	padding: 4px 4px 4px 9px;
	text-align: left;
}
div.conteinerItem .itemMap ul li ul.secondLink{
	padding-left: 0px;
	padding-right: 0px;
}
div.conteinerItem .itemMap ul li ul.secondLink li{
	font-size: 100%;
}
select.quikmenu {
	color: #666666;
	font-size: 85%;
}
#footer .center div.footerConteiner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#footer .center div.servicemenu {
	text-align: center;
	font-size: 80%;
	padding-top: 3px;
}
#footer .center div.servicemenu a {
	color: #00338E;
}
#footer .center div.servicemenu a:hover {
	color:#C8D2E4;
}
div.bottoniWelcome a {
	color: #00338E;
	display: block;
	float: left;
	margin-right: 3px;
	font-size: 100%;
	line-height: 90%;
}
div.bottoniWelcome {
	margin-top: 6px;
}
div.bottoniWelcome a:hover{
	color:#C8D2E4;
}
div.bottoniWelcome a span {
	padding-top: 10px;
	padding-left: 8px;
	display: block;
	padding-right: 50px;
}
div.bottoniWelcome a.btCompany {
	background-image: url(images/bg_bt_companyprofile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 125px;
}
div.bottoniWelcome a.btReport {
	background-image: url(images/bg_bt_report.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 125px;
}
div.bottoniWelcome a.btVideo {
	background-image: url(images/bg_bt_video.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 125px;
	font-size: 90%;
}
div.bottoniWelcome a.btVideo:hover {
	background-image: url(images/bg_bt_video_over.gif);
}
div.bottoniWelcome a.btCall {
	height: 66px;
	width: 253px;
	background-image: url(images/bg_bt_canfcall.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	font-size: 120%;
}
div.bottoniWelcome a.btCall:hover {
	background-image: url(images/bg_bt_canfcall_over.gif);
} 
div.bottoniWelcome a.btCall span{
	padding-left: 20px;
}


img.photoPRelaeseSmall {
	color: #EBEBEB;
	float: left;
	margin-right: 6px;
	margin-bottom: 12px;
	display: block;
}
a.iconChat, a.icon317 {
	background-image: url(images/icon_chat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
a.iconAlert, a.icon170 {
	background-image: url(images/icon_campana.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
a.iconDownload, a.icon293 {
	background-image: url(images/icon_downcalendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
a.iconDocRequest, a.icon292 {
	background-image: url(images/icon_busta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
a.iconArchive, a.icon197 {
	background-image: url(images/icon_archivio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
a.iconMobile, a.icon326,  a.icon327 {    
	background-image: url(images/icon_mobile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}
ul.listTools {
	margin-top: 6px;
	padding-left: 25px;
}
#viewFrame{
	border: 0;
	border: none;
	background-image:url(images/bg_popup_transito.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}
#popmodale{
	background-image:url(images/bg_popup_transito.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height: 100%

}
#popmodale p.bodytext {
	padding-bottom:3px;
}
.jqimessage #viewFrame .divDx{
	padding-left: 330px;
}
.webcast{
	margin-bottom: 18px;
	border-bottom:1px solid #CCD6E9;
	padding-bottom: 10px;
}
div.PanelFade .csc-header h1{
	cursor: hand;
	cursor: pointer;
	border-bottom:1px solid #CCD6E9;
	color:#000000;
	font-size:1.1em;
	margin:4px 0px;
	padding-bottom:3px;
	font-weight:normal;
	background-image:url(images/submenu_open.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
div.PanelFade .csc-headerOpen h1{
	cursor: hand;
	cursor: pointer;
	border-bottom:1px solid #CCD6E9;
	color:#000000;
	font-size:1.1em;
	margin:4px 0px;
	padding-bottom:3px;
	font-weight:normal;
	background-image:url(images/submenu_su.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
div.scrolling ul{
	width: 100%;
}
div.scrolling ul li p.date{
	/*margin-top: 4px;*/
}
div.contentBanner {
	width: 240px;
	float: right;
	margin: 5px 5px 0px 0px;
}
#popmodale .contentRight1col, #popmodale .gotolink{
	display: none;
}
#popmodale .col1Dettaglio{
	clear: both;
	float: none;
	width: 98%;	
}
#popmodale .csc-menu li {
	font-size:0.9em;
	line-height:25px;
	margin-left:380px;
	padding-left:25px;
}
/*------------------------------ticker pagina di sezione*/
#sezione #container #content .col2 ul#ticker,.tickercontainer  {
	background-color: #EEEEEE;
	line-height: 25px;
	margin-bottom: 8px;
	font-size: 0.8em;
	margin-left: 8px;
	overflow: hidden;
	width: 684px;
	height: 25px;
}
ul#ticker li {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 5px;
}
ul#ticker span {
	margin-right: 5px;
}
ul#ticker a {
	font-weight: bold;
	color: #00338E;
	font-size: 1.1em;
}
ul#ticker a:hover {
	color:#C8D2E4;

}
/* liScroll styles */
.tickercontainer { /* the outer div with the black border */
	font-size: 1.1em;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 664px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 730px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 5px;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font-weight: bold;
	color: #00338E;
	font-size: 1.1em;
} 
ul.newsticker span {
  margin-right: 5px;
} 

.divDx {
	
	padding-top: 12px;
	margin-bottom: 6px;
	clear: both;
	height: 20px;
	padding-left: 485px;
}
.shareDiv li {
	float: left;
	margin-right: 2px;
}
div.shareLink {
	float: left;
	width: auto;
	margin-right: 6px;
}

div.shareLink img {
	border: none;
	border: 0;
}
/*--------------------------------nuovo archivio generale*/
h1.titListGategory {
	color: #000000;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: right;
	background-color: #f0f3f8;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88a0ca;
}
table.archiveTable th {
	font-size: 0.7em;
}
table.archiveTable {
	margin-bottom: 8px;
}

table.archiveTable th.w25, table.archiveTable td.w25 {
	width: 25px;
	text-align: left;
	padding:2px 0px;
	vertical-align:top;
}

table.archiveTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
table.archiveTable td.sectionTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd6e9;
}

table.archiveTable h4 a {
	padding-left: 25px;
	/*line-height: 1.6em;*/
	color: #00338e;
	display: block;
}
h4 a:hover {
	color: #C8D2E4;
}
table.archiveTable a img  {
	border: 0px;
	border: none;
}
#popmodale .divDx{
	padding-left: 300px;
	display: none;
}
/*form richiesta documenti*/
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset,
fieldset.csc-mailform, div.tx-powermail-pi1_confirmation{
	padding: 10px;
	background-color:#FFFFFF;
}
fieldset.csc-mailform div.csc-mailform-field, 
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset div.even, 
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset div.odd{
	/*height: 25px;*/
	clear: both;
	padding-bottom: 4px;
	background-color:#FFFFFF;
}
fieldset.csc-mailform div.csc-mailform-field label,
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset label{
	width: 30%;
	display:block;
	float:left;
	text-align:right;
	font-size:10pt;
	margin-right: 8px;
}

fieldset.csc-mailform div.csc-mailform-field input,
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset input,
form.tx_powermail_pi1_form fieldset.tx-powermail-pi1_fieldset textarea{
	font-size:10pt;
	margin:0;
	padding:0 0.5em 0 0;
}
form.tx_powermail_pi1_form span.powermail_mandatory{
	color:#707070;
}
form.tx_powermail_pi1_form div.tx_powermail_pi1_fieldwrap_html label a {
	color:#707070;
	text-decoration: underline;	
}
div#powermaildiv_uid12, div#powermaildiv_uid24{
		text-align:right;
}
table.powermail_all powermail_all_table{
	font-size: 10pt;
	width: 100%;
}
form.tx_powermail_pi1_formconfirmation_back {
	width: 80%;
	float: left;
	text-align: right;
}
form.tx_powermail_pi1_formconfirmation_submit{
	width: 20%;
	text-align: right;
	float: right;
}
/*dettaglio cirnews*/
.detailNews{
	width: 100%;
}
.detailNews p.orario{
	text-align:left;
}
img.imageDetail{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	width:250px;
}
div.boxBannerLeft {
	clear: both;
	padding-top:10px;
}
div.colBoxSx {
	float: left;
}
p.alignCenter, span.alignCenter { 
	text-align: center;
}
div#autocomplete {
	clear:both;
	background:none repeat scroll 0 0 #FFFFFF;
    border-color:#E6E6E6;
	border-style:solid solid solid solid;
	border-width:0px 1px 1px 1px;
	width:184px;
	margin:0;
	padding:0 !important;
	position:absolute; 
	z-index:99;
	display: block;
	/*margin-top:20px;*/
}

ul#list_autocomplete {
	display:block;
	margin:0;
	padding-left:2px;
	padding-right:2px;
	position:relative;
	z-index:99;
}
ul#list_autocomplete li {
	display:block;
	clear:both;
	font-size: 1.2em;	
	color:#000000;
	position:relative;
	visibility:visible;
	border-bottom:1px solid #f0f3f8;
	width: 100%;
}
ul#list_autocomplete li a, ul#list_autocomplete li div.gotolink a {
	position:relative;
	display:block;
	font-size: 1.2em;	
	color:#00338e;
	font-weight: bold;
}
ul#list_autocomplete li div.gotolink a {
	padding: 3px 3px 2px 3px;
	font-size: 1.7em;	
}
ul#list_autocomplete li p.corsivo1 {
	font-style: italic;
	font-size: 1.2em;	
	line-height: 1.1em;
	color:#707070;
}
div.boxSearch{
	background-color: #f0f3f8;
	padding: 3px 3px 2px 3px;
	height:17px;
}
div.tx-macinasearchbox-pi1{
	/*position: relative;*/
}
.toolLettura .second, ul.toolVersion .second, ul.toolSearch .second{
	/*padding-top: 2px;*/
}
.tx-indexedsearch-whatis, .tx-indexedsearch-browsebox {
	display: none;
}