/****************************************************************************************
# 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 {
	color: #666;
	font-family: Verdana, Arial, serif, 'Trebuchet MS';
	font-size: 12px;
}

/* 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: 12px; border: 1px dotted #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F3F1E7; padding: 12px; border: 1px dotted #333333; }
p.csc-frame-frame3, table.csc-frame-frame3 { background-color: #fcfcdd; padding: 12px; border: 2px solid #fbda57; }
p.verdana14 { font-family: Verdana, Arial, Helvetica, Sans; font-size: 14px; }
p.verdana11 { font-family: Verdana, Arial, Helvetica, Sans; font-size: 11px; }
p.verdana10 { font-family: Verdana, Arial, Helvetica, Sans; font-size: 10px; }
p.verdana9 { font-family: Verdana, Arial, Helvetica, Sans; font-size: 9px; }

/* 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_normale.gif); 
    padding-top: 0px;
    font-size: 12px; 
}

ul li { 
    margin-top: 6px;
    margin-bottom: 6px; 
		padding-left: 0px;
		margin-left: -20px;
}

ul li a.internal-link {
	 padding-left: 0px;
	 background-image: none;
}


/* 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.titoloverde { font-size: 16pt; font-family: Georgia, Times,  Arial, San-Serif; margin-top: 0px; color: #669900; }
span.titoloarancione { font-size: 16pt; font-family: Georgia, Times,  Arial, San-Serif; margin-top: 0px; color: orange; }
span.verdana14 { font-size: 14px; font-family: Verdana,Arial,Helvetica,Sans; }
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; }
span.arancione { color: orange; }
span.verde-medio { color: #61b030; }
span.verde-chiaro { color: #a5d740; }
span.verde-scuro { color: #043604; }
span.rosso { color: red; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link, a.external-link:visited {
text-decoration: underline;
}

a.external-link-new-window, a.external-link-new-window:visited  {
text-decoration: underline;
}

a.internal-link, a.internal-link:visited {
background-repeat: no-repeat;
text-decoration: underline;
}

a.internal-link:hover {
	color: orange;
}

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: #666;
	font-style: normal;
	text-decoration: underline;
}

/*a:visited {
	color: #666;
	font-style: normal;
	text-decoration: underline;
}*/

a:hover {
	text-decoration: underline;
	font-style: normal;
	color: orange;
}

a:active {
}

h1 {
	 font-size: 28px;
	 font-weight: normal;
	 font-family: Georgia, Times,  Arial, San-Serif;
	 font-weight: bold;
	 color: orange;
	 margin-top: 0px;
         padding-top: 0px;
}

h2 {
	 font-size: 16px;
	 font-weight: bold;
	 font-family: Georgia, Times,  Arial, San-Serif;
	 margin-top: 0px;
	 color: orange;
	 margin-top: 0px;
	 padding-top: 0px;
}

h3 {
	 font-size: 16pt;
	 font-weight: bold;
	 font-family: Georgia, Times,  Arial, San-Serif;
   	 margin-top: 0px;
	 padding-top: 0px;
	 color: #669900;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana,'Trebuchet MS',   San-Serif;
	color: orange;
   	margin-top: 6px;
        margin-bottom: 6px;
	padding-top: 0px;
}

h5 {
	 font-size: 14px;
	 font-weight: bold;
	 font-family: Arial, Verdana,'Trebuchet MS',   San-Serif;
	 color: #666;
	 margin-top: 0px;
	 padding-top: 0px;
}

h6 {
	 font-size: 13px;
	 font-weight: bold;
	 font-family: Arial, Verdana, 'Trebuchet MS',  Sans;
	 color: #666;
	 margin-top: 0px;
	 padding-top: 0px;
}

p {
	 font-size: 14px;
	 font-family: Verdana, Arial, Helvetica, Serif;
	 /*line-height: 20px;*/
	 margin-top: 0px;
}

p a img, a img {
	border: 0px;
}

ul {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Serif;
}

/*menu e menuboxes */
.sectiontitle {
	font-size: 12px;
	font-weight: bold;
	color: #1F5791;
	padding-bottom: 2px;
}

.dash-separator {
     height: 4px;
     border-bottom: 1px solid #ccc;
     margin-bottom: 10px;	
     margin-top: 10px;
}

.gray-separator {
  height: 2px;
	border-bottom: 2px solid #ddd;
}

.darkgray-separator {
  margin-top: 0px;
	padding-top: 0px;
  height: 4px;
	border-bottom: 3px solid #666;
}
