/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 15 luglio 2008 */


/* 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: #FFFFFF;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
p.bodytext{
	margin: 5px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #0059A6;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #0059A6;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #0059A6;
}
h2{
	font-size: 130%;
	color: #0059A6;
	font-weight: normal;
	margin-bottom: 10px;
}
h3{
	font-size: 110%;
	color: #0059A6;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 100%;
	color: #0059A6;
	font-weight: normal;
}
h6{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}

ul{
	list-style-type: square;
	font-size: 80%;
}
ul ul{
	list-style-type: disc;
	font-size: 80%;
}
ul ul ul{
	list-style-type: none;
	font-size: 80%;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

img {
	border : 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 910px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#top {
	margin: 0px;
	padding: 15px 0px 15px 0px;
	width: 910px;
	overflow: hidden;
	background-color: #000000;
}

#logo {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 670px;
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#flash {
	width: 910px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#menu_verticale {
	width: 355px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#video {
	width: 555px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 910px;
	padding: 25px 0px 25px 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#colSx{
	width: 335px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

#colDx{
	float: left;
	width: 555px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bottom {
	width: 910px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #0059A6;
	border-bottom: 1px dotted #0059A6;
}

#footer {
	width: 910px;
	margin: 0px;
	padding: 12px 0px 15px 0px;
}



/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

/*********** .box_news (box delle news in home page)  ***********/
.box_news {
	background-color: #B4CEE5;
	background-image: url(../images/bgr_box_news.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}


/*********** immagini nei div ***********/
#logo img, #flash img, #bottom img {
	display: block;
}


/*********** menu styles ***********/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	font-size: 11px;
	color: #98BDEE;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/************** #footer styles **************/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #0059A6;
	text-decoration: underline;
}




/* ---------------------- 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:120px;
	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 #0059A6;
	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 #0059A6;
	background-color: #FFFFFF;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}




/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (ultime news) */

.news-latest-container {
	padding: 3px 10px 10px 10px;
}
.news-latest-item {
	border-bottom: 1px dotted #FFFFFF;
 	padding: 7px 0px 7px 0px;
 	margin: 0px;
 	overflow: hidden;
}
.news-latest-item p.bodytext {
 	margin: 0px;
 	color: #0059A6;
 	font-size: 75%;
}
.news-latest-item p {
 	margin: 0px;
 	/*font-size: 80%;*/
}
.news-latest-image img {
	float: left;
 	margin: 0px 7px 0px 0px;
 	padding: 0px;
 	border: 0px solid #FFFFFF;
}
.news-latest-item h3 {
 	color: #000000;
 	font-size: 75%;
 	margin: 0px 0px 2px 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: #000000;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
.news-latest-date {
 	color: #000000;
 	font-weight: bold;
}
.news-latest-morelink {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #000000;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #0059A6;
	text-decoration: none;
}


/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
}
.news-list-item {
	color: #000000;
 	border-bottom: 0px dotted #FFFFFF;
 	margin: 0px 0px 25px 0px;
 	padding: 0px 0px 0px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #0059A6;
	font-size: 85%;
	margin-bottom: 5px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#0059A6;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-list-date {
	color: #0059A6;
	font-weight: normal;
}
.news-list-image img {
	float: left;
	margin: 0px 12px 2px 0px;
	padding: 2px;
 	border: 1px dotted #0059A6;
}
.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: #0059A6;
 	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: #000000;
	padding: 0px;
	margin: 0px;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.tx-ttnews-browsebox table p {
	font-size: 12px;
	color: #0059A6;
}
.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: #0059A6;
	text-decoration: none;
}
.tx-ttnews-browsebox table p a:hover {
	color: #000000;
	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 p.bodytext {
	margin: 0px;
}
.news-single-item h2 {
	color: #0059A6;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 0px solid #99CC00;
}
.news-single-date {
	color: #0059A6;
	font-size: 100%;
	font-weight: normal;
}
.news-single-image {
	float: left;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 12px 2px 0px;
	padding: 2px;
 	border: 1px dotted #0059A6;
}
p.news-single-imgcaption {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #0059A6;
}
.news-single-content {
	color: #000000;
}
.news-single-files {
	color: #0059A6;
	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: #0059A6;
	text-decoration: none;
}

.news-single-backlink {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	font-size: 75%;
	color: #0059A6;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000000;
	text-decoration: none;
}




/* CLASSI RELATIVE ALLA FOTOGALLERY */

#tx-lzgallery-pi1-listing .title a, .title a:link, .title a:visited, .title a:active {

	font-size: 100%;
	color: #65A4D0;
	font-weight: bold;
}
#tx-lzgallery-pi1-listing .count {
	font-size: 80%;
}
#tx-lzgallery-pi1-listing .descr_short {
	font-size: 80%;
}
.line2 td {
	padding-bottom: 10px;
}

#tx-lzgallery-pi1-title {
	font-size: 100%;
	color: #65A4D0;
	font-weight: bold;
}
#tx-lzgallery-pi1-descr-long p.bodytext {
	padding: 0px;
	margin: 5px 0px 8px 0px;
}
#tx-lzgallery-pi1-fotos {
	width: 100%;
	text-align: center;
}
.tx-lzgallery-pi1-5x5-filename {
	font-size: 60%;
	text-align: center;
}
#tx-lzgallery-pi1-fotonav {
	font-size: 80%;
}
#tx-lzgallery-pi1-fotonav a, #tx-lzgallery-pi1-fotonav a:link, #tx-lzgallery-pi1-fotonav a:visited, #tx-lzgallery-pi1-fotonav a:active{
	color: #65A4D0;
	font-weight: bold;
}
.tx-lzgallery-pi1-1x1-filename {
	font-size: 60%;
	text-align: center;
	line-height: 25px;
}



/* CLASSI RELATIVE ALL'AREA DOWNLOAD */


/* Visualizzazione Layout Normale */

.fht_download_title a, .fht_download_title a:link, .fht_download_title a:visited, .fht_download_title a:active {
	font-size: 100%;
	color: #65A4D0;
	font-weight: bold;
}
.fht_download_name {
	font-size: 80%;
}
.fht_download_filesize {
	font-size: 80%;
}
.fht_download_description {
	font-size: 80%;
	margin-bottom: 15px;
}


/* Visualizzazione Layout Layout2 */

.fht_download_layout2 {
	margin: 0px 0px 15px 0px;
	font-size: 80%;
}
.fht_download_categorytitle {
	font-size: 120%;
	color: #65A4D0;
	margin: 0px 0px 8px 0px;
}
.fht_download_head {
	padding: 0px 0px 5px 17px;
	background-image: url(../images/arrow_download.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
.fht_download_head a, .fht_download_head a:link, .fht_download_head a:visited, .fht_download_head a:active {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
.fht_download_description {
	font-size: 100%;
}
