/****************************************************************************************
# 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 {
	text-align:center;
	margin: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
        color: #666;
}

/* 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.html); 
    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.html); 
    padding-top: 0px;
    font-size: 12px; 
}

ul.listaarancione { 
    list-style-image: url(../images/bullet_arancione.html); 
    padding-top: 0px;
    font-size: 12px; 
}

ul.listaxrossa { 
    list-style-image: url(../images/bullet_xrossa.html); 
    padding-top: 0px;
    font-size: 12px; 
}

ul { 
    list-style-image: url(../images/bullet_normale_2.html); 
    padding-top: 0px;
    font-size: 12px; 
		padding-left: 10px;
		margin-left: 10px;
    text-align: left;
}

ul li { 
    margin-top: 6px;
    margin-bottom: 6px;
		margin-left: 10px;
    text-align: left;
}


/* 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: Arial,Verdana,Helvetica,Sans; }
span.verdana10 { font-size: 10px; font-family: Arial,Verdana,Helvetica,Sans; }
span.verdana9 { font-size: 9px; font-family: Arial,Verdana,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 {
   background: url(../images/busta_RO.html);
   padding-left: 20px; 
}

/***
 *    STILI  DEFINITI PER QUESTO SITO
 *
 ***/

a {
	color: #666;
	font-style: normal;
	text-decoration: none;
  font-weight: bold;
}

a:visited {
	color: #666;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #cc6600;
}

a:active {
	color: #cc6600;
	font-weight: bold;
}

h1 {
	 font-size: 28px;
	 font-style: normal;
	 font-family: "Trebuchet MS",Garamond, "Times New Roman", serif;
	 color: #cc6600;
	 margin-top:0px;
}

h2 {
	 font-size: 20px;
	 font-style: normal;
	 font-family: "Trebuchet MS", Garamond, "Times New Roman", serif;
	 font-variant: small-caps;
	 color: #003399;
	
}

h3 {
	 font-size: 12px;
	 /*color: #003399;*/
	 font-weight: normal;
	 font-family: Arial,Verdana,Helvetica,Sans;
	 padding-left: 100px;
}

h4 {
	 font-size: 18px;
	 font-weight: normal;
	 font-family: Arial, "Times New Roman", serif;
	 font-variant: small-caps;
}

h5 {
	 font-size: 16px;
	 font-weight: bold;
	 font-family: Arial, Verdana, Helvetica, Serif;
}

h6 {
	 font-size: 14px;
	 font-weight: bold;
}

p {
	 font-size: 12px;
	 font-family: Arial, Verdana, Helvetica, Serif;
	 text-align: left;
	 color: #666;
}

ul {
	font-size: 12px;
	font-family: Arial, Verdana, 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;
}

p.indica {
        display: block;
        width: 230px;
	padding-left: 24px;
	padding-right: 12px;
	font-family: "Trebuchet MS", Helvetica,Garamond, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #b4844f;
	padding-top: 14px; 
	margin-top: 0px;
	
}
p.bold {
	font-weight: bold;
}
p.right {
 display: block;
 width: 210px; 
 color: #666; 
text-align: right;
}
p.right a {
 color: #666;
}
p.right a:hover {
 color: #cc6600;
}

p.right
p.bib_arch {
  margin-top: 50px;
	padding-right: 50px;
	text-align: right;
	font-family: Garamond, "Times New Roman", serif;
	font-size:28px;
	font-weight: bold;
	color: #fff;
}
p.area_riservata {
  padding-left: 80px;
	/*padding-top: 130px;*/
  margin-bottom: 5px;
	font-family: Verdana, Arial, Verdana, Helvetica, Serif;
	font-size: 16px;
	font-weight: bold;
	color: #645d43;
  margin-right: 50px;
}
p.titolo_area_ris {
  /*padding-left: 100px;*/
	/*padding-top: 130px;*/
  margin-bottom: 5px;
	font-family: Verdana, Arial, Verdana, Helvetica, Serif;
	font-size: 40px;
	/*font-weight: bold;*/
	color: #645d43;
  /*margin-right: 50px;*/
	text-align: center;
}
p.titoletto_area_ris {
  /*padding-left: 100px;*/
	/*padding-top: 130px;*/
  margin-bottom: 5px;
	font-family: Verdana, Arial, Verdana, Helvetica, Serif;
	font-size: 26px;
	/*font-weight: bold;*/
	color: #645d43;
  /*margin-right: 50px;*/
	text-align: center;
}
p.logout {
  padding-left: 100px;
	padding-top: 0px;
  margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, Serif;
	font-size: 11px;
	font-weight: bold;
	color: #645d43;
  margin-right: 50px;
	text-align: center;
}
a.mail {
  text-decoration: underlined;
}
/*a.link_riservata {
  color: #000;
	text-decoration: underlined;
}*/

.tx-felogin-pi1 label {
 display: block;
 float: left;
}

h1.csc-firstHeader {
margin-top: -16px;
}
.csc-header-n4 {
  padding-left: 100px;
	padding-top: 20px;
}
#ct10 .tx_colstyler_contentsection0 #colnormal .tx_colstyler_colnormal0 .csc-header .csc-header-n1 h1.csc-firstHeader {
padding-left: -30px;
}
