/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 29 luglio 2009 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #D6F2FE;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-y;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #3E6F02;
	text-decoration: underline;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 120%;
	color: #3E6F02;
	font-weight: normal;
}
h2{
	font-size: 120%;
	color: #000000;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #3E6F02;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 85%;
	color: #3E6F02;
	font-weight: bold;
}
h6{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	/*background: #D6F2FE;*/
	color: #D6F2FE;
	height: 0px;
	border-top: 1px solid #D6F2FE;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

#top {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main {
	width: 972px;
	padding: 0px 0px 0px 0px;
	margin: 4px 4px 4px 4px;
	overflow: hidden;
	background-image: url(../images/bgr_main.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#menu {
	width: 972px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#colSx {
	width: 308px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 0px 12px;
}

#colDx {
	width: 628px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 0px 0px;
}

#contentSx {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#contentDx {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#title {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: normal;
}

#bottom {
	width: 972px;
	clear: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#footer {
	width: 980px;
	padding: 12px 0px 20px 0px;
	margin: auto;
	background-image: url(../images/bgr_footer.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
.menuHorText02 {
	float:left;
	padding: 0px 0px 0px 0px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 75%;
	color: #003333;
	font-weight: bold;
	text-transform: uppercase;
}
.menuHorText02 a, .menuHorText02 a:link, .menuHorText02 a:visited, .menuHorText02 a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	line-height: 40px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
.menuHorText02 a:hover {
	background-image: url(../images/bgr_menu-ACT.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	color: #CC0000;
	text-decoration: none;
}

.menuHorText02-act {
	float:left;
	padding: 0px 0px 0px 0px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.menuHorText02-act a, .menuHorText02-act a:link, .menuHorText02-act a:visited, .menuHorText02-act a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	background-image: url(../images/bgr_menu-ACT.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menuHorText02-act a:hover {
	color: #000000;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/************** immagini styles **************/
/*#top img {
	display:block;
}*/




/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 5px;
	color: #3E6F02;
	font-size: 70%;
}





/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
form {
	padding: 0px;
	margin: 0px;
}
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #000000;
        text-align:right;
	width:160px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
}
.csc-mailform input, .csc-mailform textarea {
	border: 1px solid #CCCCCC;
	font-size:13px;
}
.csc-mailform-radio input {
	border: 0px;
}

.csc-mailform-radio label {
	float: none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */

.news-latest-container {
	width: 294px;
	height: 132px;
	padding: 15px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_boxNews.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

.news-latest-item {
	width: 264px;
	color: #000000;
	padding: 0px 0px 8px 0px;
	margin: 0px 15px 8px 15px;
	border-bottom: 1px dotted #3E6F02;
	overflow: hidden;
}
.news-latest-item p.bodytext {
	margin: 0px;
	font-size: 70%;
	color: #333333;
}
.news-latest-image img {
	float: left;
 	margin: 0px 15px 0px 0px;
 	padding: 0px;
 	border: 0px dotted #CCCCCC;
}
.news-latest-item h3 {
	font-family: Geneva, Verdana, sans-serif;
	color: #3E6F02;
	font-size: 85%;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
.news-latest-item h3 a, .news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active {
	color: #3E6F02;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-latest-date {
 	color: #333333;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 1px 0px;
}
.news-latest-morelink {
	font-size: 75%;
	margin: 1px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #3E6F02;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #000000;
	text-decoration: none;
}



/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-list-item {
	color: #000000;
 	border-bottom: 1px dotted #3E6F02;
 	padding: 0px 0px 10px 0px;
 	margin: 0px 0px 8px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	font-family: Geneva, Verdana, sans-serif;
	color: #3E6F02;
	font-size: 85%;
	margin-bottom: 2px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#3E6F02;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-list-date {
	color: #333333;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 2px 12px;
	padding: 0px;
 	border: 0px dotted #0E2C5E;
}
.news-list-morelink {
	font-size: 75%;
	margin: 5px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #3E6F02;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #000000;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	font-size: 12px;
	color: #3E6F02;
	padding: 0px;
	margin: 0px;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.tx-ttnews-browsebox table p {
	font-size: 12px;
	color: #000000;
}
.tx-ttnews-browsebox table p a, .tx-ttnews-browsebox table p a:link, .tx-ttnews-browsebox table p a:visited, .tx-ttnews-browsebox table p a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.tx-ttnews-browsebox table p a:hover {
	color: #3E6F02;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell p a, .tx-ttnews-browsebox-SCell p a:link, .tx-ttnews-browsebox-SCell p a:visited, .tx-ttnews-browsebox-SCell p a:active, .tx-ttnews-browsebox-SCell p a:hover {
	font-weight: bold;
}

.news-list-editpanel {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}



/* Visualizzazione Single (Dettaglio News) */

.news-single-container {
}
.news-single-item {
	overflow: hidden;
}
.news-single-item p.bodytext {
	/*margin: 0px;*/
}
.news-single-item h2 {
	font-family: Geneva, Verdana, sans-serif;
	color: #3E6F02;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 0px solid #666600;
}
.news-single-date {
	color: #333333;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 0px;
 	border: 0px dotted #CCCCCC;
}
p.news-single-imgcaption {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 70%;
	color: #3E6F02;
	text-align:right;
}
.news-single-content {
	color: #000000;
}
.news-single-files {
	color: #3E6F02;
	font-size: 80%;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover {
	color: #3E6F02;
	text-decoration: underline;
}

.news-single-backlink {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #3E6F02;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000000;
	text-decoration: none;
}