/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 16 ottobre 2008 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
/*p.bodytext{
	margin: 5px 0px 0px 0px;
}*/

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 130%;
	color: #003366;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 15px;
	background-image: url(../images/arrow01.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
}
h2{
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	border-bottom: 0px solid #99CC00;
}
h3{
	font-size: 110%;
	color: #003366;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #003366;
	font-weight: bold;
}
h6{
	font-size: 90%;
	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%;
}

hr {
	background: #003366;
	color: #003366;
	height: 0px;
	border: 1px solid #003366;
}

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 15px;
	background-image: url(../images/bgr_container.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#top01 {
	width: 910px;
	height: 86px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../images/bgr_logo_generale.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#menuTop {
	width: 910px;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}

#lingua {
	width: 910px;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}

#top02 {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	width: 880px;
	height: 23px;
	padding: 6px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#main {
	width: 910px;
	padding: 22px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#colSx {
	width: 290px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#colCenter {
	width: 290px;
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#colDx {
	width: 290px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 872px;
	height: 42px;
	margin: 0px 0px 10px 0px;
	padding: 12px 0px 0px 38px;
	border-top: 3px solid #E6EBF0;
	background-image: url(../images/bgr_footer.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

.menuHorText02 {
	color: #FFFFFF;
	font-weight: normal;
}
.menuHorText02 a, .menuHorText02 a:link, .menuHorText02 a:visited, .menuHorText02 a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.menuHorText02 a:hover {
	color: #CDD9E4;
	text-decoration: none;
}

.menuHorText02-act {
	color: #FFFFFF;
	font-weight: normal;
}
.menuHorText02-act a, .menuHorText02-act a:link, .menuHorText02-act a:visited, .menuHorText02-act a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.menuHorText02-act a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/************** #lingua styles **************/
#menuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	text-align: right;
}

.bgr_menuTop {
	background-image: url(../images/bgr_menuTop.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

.menuTop {
	color: #FFFFFF;
	font-weight: normal;
}
.menuTop a, .menuTop a:link, .menuTop a:visited, .menuTop a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.menuTop a:hover {
	color: #CDD9E4;
	text-decoration: none;
}

.menuTop-act {
	color: #FFFFFF;
	font-weight: normal;
}
.menuTop-act a, .menuTop-act a:link, .menuTop-act a:visited, .menuTop-act a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.menuTop-act a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/************** #lingua styles **************/
#lingua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	text-align: right;
}
#lingua a, #lingua a:link, #lingua a:visited, #lingua a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#lingua a:hover {
	color: #003366;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: left;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}



/************** immagini styles **************/
/*#top img, #colSx img {
	display:block;
}*/



/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid #003366;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 5px;
	color: #000000;
	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: #666666;
        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 #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 ALLA NEWSLETTER */

.newsletter-form-labels {
	font-size: 75%;
}

.newsletter-form-fields input, .newsletter-form-fields textarea {
	margin: 0px 5px 3px 5px;
	font-size: 80%;
	border: 1px solid #CCCCCC;
}
.newsletter-form-fields-checkbox input {
	border: 0px;
}
.newsletter-form-required {
	font-size: 70%;
	color: #D81F12;
}

.newsletter-form-text {
	font-size: 75%;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (ultime news) */

.news-latest-container {
	height: 317px;
	padding: 8px 15px 0px 15px;
	background-color:#E6EBF0;
}
.news-latest-item {
	width: 260px;
	color: #666666;
	border-bottom: 1px solid #FFFFFF;
 	padding: 0px 0px 12px 0px;
 	margin: 0px 0px 12px 0px;
 	overflow: hidden;
}
.news-latest-item p.bodytext {
 	margin: 0px;
}
.news-latest-item p {
 	margin: 0px;
 	font-size: 75%;
}
.news-latest-image {
	width: 88px;
	float: left;
	text-align: right;
}
.news-latest-image img {
	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	border: 0px solid #FFFFFF;
}
.news-latest-content {
	width: 172px;
	float: left;
}
.news-latest-item h3 {
 	color: #000000;
 	font-size: 75%;
 	margin: 0px 0px 1px 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: #003366;
	text-decoration: none;
}
.news-latest-date {
 	color: #000000;
 	font-weight: normal;
}
.news-latest-morelink {
	font-size: 75%;
	padding: 5px 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: bold;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #003366;
	text-decoration: none;
}

.news-latest-all {
	padding:0px 15px 8px 15px;
	background-color:#E6EBF0;
	font-size: 75%;
}
.news-latest-all a, .news-latest-all a:link, .news-latest-all a:visited, .news-latest-all a:active {
	color: #000000;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-all a:hover {
	color: #003366;
	text-decoration: none;
}



/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
}
.news-list-item {
	color: #666666;
 	border-bottom: 1px solid #FFFFFF;
 	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 10px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #000000;
	font-size: 80%;
	margin-bottom: 1px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #003366;
	text-decoration: none;
}
.news-list-date {
	color: #000000;
	font-weight: normal;
}
.news-list-image img {
	float: left;
	margin: 0px 10px 2px 0px;
	padding: 2px;
 	border: 1px solid #FFFFFF;
}
.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: #000000;
 	font-weight: bold;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #003366;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	font-size: 12px;
	color: #666666;
	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: #003366;
	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: #000000;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 0px solid #99CC00;
}
.news-single-date {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}


.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 2px;
 	border: 1px solid #FFFFFF;
}
p.news-single-imgcaption {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #000000;
	text-align:right;
}
.news-single-content {
	color: #666666;
}
.news-single-files {
	color: #000000;
	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: #666666;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover {
	color: #000000;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #003366;
	text-decoration: none;
}




/* CLASSI RELATIVE AL MODERN DOWNLOADS */

/* Visualizzazione CATALOGUE */

.tx-abdownloads-pi1 {
	margin: 10px 0px 0px 0px;
}

.tx-abdownloads-pi1 p.bodytext {
	margin: 5px 0px 0px 0px;
}

.tx_abdownloads_catalogView_categoryPath {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.tx_abdownloads_catalogView_categoryPath a, .tx_abdownloads_catalogView_categoryPath a:link, .tx_abdownloads_catalogView_categoryPath a:visited, .tx_abdownloads_catalogView_categoryPath a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_categoryPath a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_categories {
	margin-bottom: 20px;
}

.tx_abdownloads_catalogView_category p.bodytext {
	font-size: 12px;
	font-weight: normal;
}

.tx_abdownloads_catalogView_category {
	font-size: 12px;
	color: #99BBDB;
	font-weight: normal;
	margin-bottom: 5px;
}
.tx_abdownloads_catalogView_category a, .tx_abdownloads_catalogView_category a:link, .tx_abdownloads_catalogView_category a:visited, .tx_abdownloads_catalogView_category a:active {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_category a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_subcategories {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.tx_abdownloads_catalogView_subcategories a, .tx_abdownloads_catalogView_subcategories a:link, .tx_abdownloads_catalogView_subcategories a:visited, .tx_abdownloads_catalogView_subcategories a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_subcategories a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_downloads {
	font-size: 14px;
	color: #99BBDB;
}

.tx_abdownloads_catalogView_download {
	font-size: 13px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
.tx_abdownloads_catalogView_download a, .tx_abdownloads_catalogView_download a:link, .tx_abdownloads_catalogView_download a:visited, .tx_abdownloads_catalogView_download a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_download a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_viewDetailsForDownload {
	margin: 0px 0px 5px 0px;
}
.tx_abdownloads_viewDetailsForDownload p.bodytext {
	font-size: 12px;
	font-weight: normal;
}
