/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 1 febbraio 2011 */


/* Definizione delle classi principali */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bgr_body.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.bodytext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.662;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #0154A0;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
a {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #E8E8E8;
	line-height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #0076C0;
	font-weight: normal;
	background-image: url(../images/bgr_title01.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #0076C0;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover {
	color: #0154A0;
	text-decoration: none;
	font-weight: normal;
}
h2{
	font-size: 110%;
	color: #FF9900;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #0154A0;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #FF9900;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #0154A0;
	font-weight: normal;
}
h6{
	font-size: 90%;
	color: #FF9900;
	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 {
	color: #E8E8E8;
	height: 0px;
	border-top: 1px dotted #E8E8E8;
	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: 10px 10px 10px 10px;
	margin: auto;
	background-color: #FFF;
}

#top {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	width: 980px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#menu02 {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#title {
	width: 960px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #F2F2F2;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	font-weight: normal;
}

#main {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

#colSx {
	width: 630px;
	min-height: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
}

#colDx {
	width: 290px;
	min-height: 200px;
	float: right;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #F2F2F2;
	background-image: url(../images/bgr_colDx.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}

#footer {
	width: 915px;
	min-height: 30px;
	padding: 10px 0px 10px 65px;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-image: url(../images/bgr_footer.gif);
	background-attachment: scroll;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
.menu {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666;
	font-weight: normal;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color: #000;
	text-decoration: none;
}

.menu-ACT {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000;
	font-weight: normal;
}
.menu-ACT a, .menu-ACT a:link, .menu-ACT a:visited, .menu-ACT a:active {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu-ACT.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu-ACT a:hover {
	color: #000;
	text-decoration: none;
}



/*********** #menu02 styles ***********/
.menu02 {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666;
	font-weight: normal;
}
.menu02 a, .menu02 a:link, .menu02 a:visited, .menu02 a:active {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.menu02 a:hover {
        color: #000;
	text-decoration: none;
}

.menu02-ACT {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000;
	font-weight: normal;
}
.menu02-ACT a, .menu02-ACT a:link, .menu02-ACT a:visited, .menu02-ACT a:active {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu02-ACT a:hover {
	color: #000;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #666;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #0076C1;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}



/************** immagini styles **************/
#top img {
	display:block;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 3px;
	color: #333;
	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: #333;
        text-align:left;
	width:190px;
	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;
	border: 1px solid #D8D8D8;
	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 #0154A0 !important;
	background-color: #0154A0 !important;
	margin:0px !important;
	font-size: 12px !important;
	color: #FFF !important;
	font-weight: bold;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */
.news-latest-container {
	min-height: 210px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #E8E8E8;
}
.news-latest-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #CCC;
	overflow: hidden;
}
.news-latest-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-latest-image img {
	float: left;
 	margin: 0px 20px 0px 0px;
 	padding: 0px;
 	border: 0px solid #FFF;
}
.news-latest-item h3 {
	color: #0154A0;
	font-size: 100%;
	line-height: 1.066;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 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: #0154A0;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #000;
	text-decoration: none;
}
.news-latest-date {
	font-family: Georgia, "Times New Roman", Times, serif;
 	color: #FF9900;
 	font-size: 80%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 5px 0px;
}
.news-latest-morelink {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #FF9900;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #000;
	text-decoration: none;
}


/* Visualizzazione Lastest (in breve) */
.news-latest-container_inbreveSx {
	float: left;
}
.news-latest-container_inbreveDx {
	float: right;
}
h1.csc-header_news-latest-container_inbreve, h1.csc-header_news-latest-container_inbreve02 {
	width: 293px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #E8E8E8;
	line-height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #0076C0;
	font-weight: normal;
	background-image: url(../images/bgr_title01.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.news-latest-container_inbreve, .news-latest-container_inbreve02 {
	width: 283px;
	/*min-height: 390px;*/
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #E8E8E8;
}
.news-latest-item_inbreve {
	height: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.news-latest-item_inbreve p.bodytext {
	margin: 0px;
	font-size: 75%;
}
.news-latest-image_inbreve img {
	float: left;
 	margin: 0px 10px 0px 0px;
 	padding: 0px;
 	border: 0px solid #FFF;
}
.news-latest-item_inbreve h3 {
	color: #0154A0;
	font-size: 80%;
	line-height: 1.066;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.news-latest-item_inbreve h3 a, .news-latest-item_inbreve h3 a:link, .news-latest-item_inbreve h3 a:visited, .news-latest-item_inbreve h3 a:active {
	color: #0154A0;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-item_inbreve h3 a:hover {
	color: #000;
	text-decoration: none;
}
.news-latest-date_inbreve {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	color: #FF9900;
 	font-size: 80%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 7px 0px;
}
.news-latest-morelink_inbreve {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.news-latest-morelink_inbreve a, .news-latest-imorelink_inbreve a:link, .news-latest-morelink_inbreve a:visited, .news-latest-morelink_inbreve a:active {
	color: #FF9900;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink_inbreve a:hover {
	color: #000;
	text-decoration: none;
}


/* Visualizzazione List (lista news) */
.news-list-container {
	margin: 0px 0px 0px 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-list-item {
 	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #E8E8E8;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #0154A0;
	font-size: 90%;
	margin-bottom: 0px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#0154A0;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #000;
	text-decoration: none;
}
.news-list-date {
	font-family: Georgia, "Times New Roman", Times, serif;
 	color: #FF9900;
 	font-size: 80%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 0px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 0px 12px;
	padding: 0px;
 	border: 0px solid #E8E8E8;
}
.news-list-morelink {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #FF9900;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #000;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: auto;
	border: 0px;
	border-collapse:collapse;
}
.tx-ttnews-browsebox td {
	padding: 2px;
}
.tx-ttnews-browsebox p a, .tx-ttnews-browsebox p a:link, .tx-ttnews-browsebox p a:visited, .tx-ttnews-browsebox p a:active {
	color: #0154A0;
	font-weight: normal;
	text-decoration: none;
}
.tx-ttnews-browsebox p a:hover {
	color: #0154A0;
	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 {
	color: #0154A0;
	font-weight: bold;
}


/* Visualizzazione Single (Dettaglio News) */
.news-single-container {
	margin: 0px 0px 0px 0px;
}
.news-single-item {
	overflow: hidden;
}
.news-single-item h2 {
	margin: 0px 0px 5px 0px;
	color: #0154A0;
	font-size: 90%;
	font-weight: bold;
}
.news-single-date {
	font-family: Georgia, "Times New Roman", Times, serif;
 	color: #FF9900;
 	font-size: 80%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 7px 0px;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 0px;
 	border: 0px solid #E8E8E8;
}
p.news-single-imgcaption {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 70%;
	color: #333;
	text-align:right;
}
.news-single-content {
}
.news-single-files {
	color: #0154A0;
	font-size: 80%;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
	vertical-align: middle;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover {
	color: #0154A0;
	text-decoration: underline;
}

.news-single-socialnetworks {
	margin: 0px 0px 7px 0px;
}
.news-single-socialnetworks img {
	margin-left: 2px;
}

.news-single-backlink {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000;
	text-decoration: none;
}



/* GUESTBOOK */

.tx-veguestbook-pi1 {
	clear: both;
	padding: 0px 10px;
	overflow: hidden;
	font-size:100%;
}
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	margin: 10px 0px 0px 0px;
	font-size: 80%;
	font-weight:bold;
	color:#0154A0;
}
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	float: left;
	font-weight: normal;
	font-size: 80%;
}
.tx-veguestbook-pi1-browsebox-strong {
	font-weight: bold;
}
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:80%;
	font-weight:bold;
	float:right;
}
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background:#0154A0;
	display:block;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #0154A0;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:36%;
	height: auto;
	min-height: 1px;
	padding: 2%;
	background:#EEE;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	margin: 0px 0px 0px 0px;
	font-size: 70%;
	color:#333;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float:left;
	width:56%;
	padding: 2%;
	background:#FFF;
}
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	color:#333;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	background:#0154A0;
	display:block;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 5px 0px;
	background-color: #0154A0;
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	margin: 0px 10px 0px 10px;
	font-size:70%;
	color:#333;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}
/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding: 0;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 10em;
	font-size:80%;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float:left;
	width:10em;
	border: 1px solid #D8D8D8;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float:left;
	width:20em;
	border: 1px solid #D8D8D8;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 30em;
	display: block;
	float: left;
	border: 1px solid #D8D8D8;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#990000;
}
.tx-veguestbook-pi1 fieldset {
	padding:0px;
	margin:10px 0px 0px 0px;
	border:none;
}
.tx-veguestbook-pi1 legend {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float:left;
	display:block;
	background:#FFF;
	border:1px solid #D8D8D8;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left:2.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float:left;
	display:block;
	padding-left:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float:left;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear:both;
	display:block;
	float:none;
	width:10em;
	margin-bottom:0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size:75%;
	padding:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color:#0154A0;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width:auto;
	display:block;
	border: 1px solid #0154A0;
	background-color: #0154A0;
	margin:0px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
