/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.align-justified, td.align-justified { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 4px; border: 1px dotted #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 4px; border: 1px dotted #333333; }


/* Bullet styles for unordered lists. DISABILITATI 

ul.listaspunta { 
    list-style-image: url(../images/bullet_spunta_grigio.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul.listaspunta li { 
    margin-top: 6px;
    margin-bottom: 6px; 
}

ul.listamenogrigio { 
    list-style-image: url(../images/bullet_meno_grigio.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul.listaarancione { 
    list-style-image: url(../images/bullet_arancione.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul.listaxrossa { 
    list-style-image: url(../images/bullet_xrossa.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul { 
    list-style-image: url(../images/bullet_normale.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul li { 
    margin-top: 6px;
    margin-bottom: 6px; 
}

*/


/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #ff0000; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
span.verdana11 { font-size: 11px; font-family: Verdana,Arial,Helvetica,Sans; }
span.verdana10 { font-size: 10px; font-family: Verdana,Arial,Helvetica,Sans; }
span.verdana9 { font-size: 9px; font-family: Verdana,Arial,Helvetica, Sans; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
a.mail hover {}

/***
 *    STILI  DEFINITI PER QUESTO SITO
 *
 ***/


h2 {
	font-family: Times New Roman, Times, Georgia serif;
	font-size: 26px; 
	color: #fB7a10;
	font-weight: bolder;
	text-align: left;
}

h3 {
	font-size: 18px; 
	font-family: Arial, Verdana, serif;
	color: #AC401A;
	font-weight: bolder;
	text-align: left;
}

h4 {
	font-size: 16px;
	font-family: Arial, Verdana, serif;
	color: #C45B37;
	text-align: left;
}

h5 {
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	color: #999966;
	text-align: left;
}

h6 {
	text-align: left;
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #999966;
	line-height: 16px;
	text-indent: 0px;
}

li {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #999966;
	line-height: 13px;
}

em {
	text-indent: 0px;
}

a {
	border-bottom-color: #666633;
	font-style: normal;
	font-weight: normal;
	color: #999966;
}

a:visited {
	font-style: normal;
	color: #999966;
}

a:hover {
	color: #fB7a10;
}

a:active {
	color: #999966;
}


.nota {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	font-size: 9px;
	border-top: thin dotted #CCCCCC;
	text-align: left;
	line-height: 11px;
}
#contentleft p.mignon, #contentleft span.mignon,
.mignon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	font-size: 9px;
	line-height: 10px;
}

.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	font-size: 10px;
	line-height: 11px;
}

.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	font-size: 11px;
	line-height: 12px;
}