/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

body {
	font-family: Verdana;
	color: #333399;
}

/* 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.*/

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_arancione.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.mattone { color: #cc0000; }
span.rosso { color: #ff0000; }
span.blu { color: #10007B; }
span.dettagli { 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 {
   background: url(../images/busta_NO.gif);
   background-repeat: no-repeat;
   padding-left: 28px;
   line-height: 32px;
}

a.mail hover {
   background: url(../images/busta_RO.gif);
   padding-left: 20px; 
}

/***
 *    STILI  DEFINITI PER QUESTO SITO
 *
 ***/

a {
	color: #3366FF;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #FEBE00;
}

a:active {
	color: #3366FF;
}

/*menu e menuboxes */
.mattonecentrato {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	padding-bottom: 2px;
}

.dash-separator {
     height: 4px;
     border-bottom: 1px solid #ccc;
     margin-bottom: 10px;	
     margin-top: 10px;
}


ul {
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size:10px;
	color: navy;
	font-weight: normal;
	/*padding-left: 0px;*/
	/*list-style-type: none;*/
	/* margin-left: 0px; */
}

ul.listapenna {
	list-style-image: url(../images/pen.gif);
	font-size: 12px;
}

ul.listapallinoblu {i
	font-size: 12px;
	list-style-image: url(../images/bulletblu.gif);
}

ul.listatrattino {
	list-style-image: url(../images/trattino.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #0099FF;
	font-variant: normal;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #0000CC;
	font-variant: normal;
}

h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #0099FF;
}

h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0000CC;
}

h5 {
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
}

h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0099FF;
	padding-top: 12px;
}

p.testoNormale, span.testoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

p.testoPiccolo, span.testoPiccolo, .testoPiccolo  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
}

p.testoNormaleMaiuscoletto, span.testoNormaleMaiuscoletto {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small;
	color: #333399;
	text-align:justify;
	font-weight: bold;
}


p.sottotitoloParagrafo, span.sottotitoloParagrafo {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333399;

}

p.titoloParagrafo, span.titoloParagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000099;
}


p.sottotitoloPagina, span.sottotitoloPagina {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0033;
}

p.testomicro, span.testomicro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;

}

p.testomicro:hover, span.testomicro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

p.testomicroDotted, span.testomicroDotted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #003399;
	text-decoration: none;
}

p.testoPreformattato, span.testoPreformattato {
	font-family: Courier, Courier New, , mono, Helvetica, Verdana;
	font-size: 12px;
	color: #333399
}

p.elementoMenu, span.elementoMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
}

