/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 21 aprile 2009 */


/* 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: #000000;
	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: #666666;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #991000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #991000;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #991000;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	/*margin-bottom: 10px;*/
}
h2{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #991000;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 85%;
	color: #991000;
	font-weight: bold;
}
h6{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}

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%;
}

img {
	border: 0px;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#langMenu {
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

#menu {
	width: 724px;
	height: 28px;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/bgr_altavia.gif);
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
}

#top {
	width: 748px;
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	border: 1px solid #FFFFFF;
}

#main {
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 0px;
	overflow: hidden;
}

#colSx {
	width: 182px;
	min-height: 212px;
	float: left;
	padding: 6px 12px 12px 12px;
	margin: 0px 11px 0px 0px;
	background-color: #4F1A0D;
}

#colCenter {
	width: 261px;
	min-height: 230px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 11px 0px 0px;
	background-color: #FFFFFF;
}

#colDx {
	width: 261px;
	min-height: 230px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#footer {
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}



/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

/************** #langMenu styles **************/
#langMenu {
	font-size: 70%;
	color: #FFFFFF;
}
#langMenu a, #langMenu a:link, #langMenu a:visited, #langMenu a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#langMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/*********** #menu styles ***********/
.menuHorText02-margin {
	margin: 0px 17px 0px 0px;
}

.menuHorText02 {
	float:left;
	padding: 8px 0px 4px 0px;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menuHorText02 a, .menuHorText02 a:link, .menuHorText02 a:visited, .menuHorText02 a:active {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menuHorText02 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menuHorText02-act {
	float:left;
	padding: 8px 0px 4px 0px;
	background-image: url(../images/menu_ACT.gif);
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 70%;
	color: #FFFFFF;
	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 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menuHorText02-act a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/************** #colSx h1 styles **************/
#colSx h1 {
	font-size: 70%;
	color: #FFFFFF;
	border-bottom: 0px solid #99BBDB;
	font-weight: bold;
	/*margin-bottom: 10px;*/
}
#colSx h1 a, #colSx h1 a:link, #colSx h1 a:visited, #colSx h1 a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#colSx h1 a:hover {
	color: #FF0000;
	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: normal;
	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: #991000;
	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;
}



/* Smoothgallery */

.myGallery {
	border: 0px solid #000;
}
.jdGallery .slideInfoZone h2 {
	font-size: 85% !important;
	color: #FFFFFF;
}
.jdGallery .slideInfoZone p {
	font-size: 75% !important;
	color: #FFFFFF !important;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */

.news-latest-container {
}
.news-latest-item {
	color: #FFFFFF;
	border-bottom: 0px solid #CCCCCC;
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
 	overflow: hidden;
}
.news-latest-item p.bodytext {
	margin: 0px;
	font-size: 75%;
	color: #FFFFFF;
}
.news-latest-image img {
	float: left;
 	margin: 0px 12px 2px 0px;
 	padding: 0px;
 	border: 0px dotted #328327;
}
.news-latest-item h3 {
 	color: #FF0000;
	font-size: 85%;
 	margin: 10px 0px 8px 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: #FF0000;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.news-latest-date {
 	color: #FFFFFF;
 	font-size: 75%;
 	font-weight: normal;
 	margin: 0px 0px 0px 0px;
}
.news-latest-morelink {
	font-size: 75%;
	margin: 10px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #FFFFFF;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #FF0000;
	text-decoration: none;
}



/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
	font-size: 75%;
}
.news-list-item {
	color: #666666;
 	border-bottom: 1px solid #EEEEEE;
 	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 10px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #991000;
	font-size: 85%;
	margin-bottom: 7px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#991000;
	text-decoration: none;
	font-weight: normal;
}
.news-list-item h3 a:hover {
	color: #991000;
	text-decoration: underline;
}
.news-list-date {
	color: #666666;
 	font-size: 80%;
 	font-weight: normal;
 	margin: 0px 0px 2px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 1px 12px;
	padding: 2px;
 	border: 1px dotted #CCCCCC;
}
.news-list-morelink {
	font-size: 75%;
	margin: 7px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #666666;
 	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: #991000;
}
.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: #991000;
	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 {
	overflow: hidden;
}
.news-single-item p.bodytext {
	/*margin: 0px;*/

}
.news-single-item h2 {
	color: #991000;
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom: 0px solid #99CC00;
}
.news-single-date {
	color: #666666;
 	font-size: 80%;
 	font-weight: normal;
 	margin: 0px 0px 4px 0px;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 0px;
 	border: 0px dotted #E20A16;
}
p.news-single-imgcaption {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 70%;
	color: #991000;
	text-align:right;
}
.news-single-content {
	color: #666666;
}
.news-single-files {
	color: #991000;
	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 {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000000;
	text-decoration: none;
}



/* CLASSI RELATIVE AL POWERMAIL */

.tx-powermail-pi1_fieldset {
	margin:0px 0px 10px 0px;
	padding:0px 15px 15px 15px;
	border: 1px solid #EEEEEE;
}
.tx-powermail-pi1_fieldset legend {
	margin:0px 0px 0px 0px;
	padding:12px 0px 12px 0px;
	font-weight:bold;
	color:#991000;
	font-size: 90%;
}
.tx_powermail_pi1_fieldwrap_html {
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	clear:left;
}

.tx_powermail_pi1_fieldwrap_html label {
	display: block;
	float:left;
	width: 180px;
	padding:0px 5px 0px 0px;
	font-size:80%;
	color: #666666;
	font-weight: normal;
	text-align:right;
	/*text-transform: uppercase;*/
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 180px;
	margin:0px 0px 2px 0px;
	font-size:80%;
	color: #666666;
	font-weight: bold;
	text-align:right;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	width: 180px;
	margin:0px 0px 2px 0px;
	font-size:80%;
	color: #666666;
	font-weight: bold;
	text-align:right;
}
.powermail_text {
	width:200px;
	font-size:75%;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.jscalendar {
	width:176px;
	font-size:75%;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.powermail_textarea {
	font-size: 12px;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.powermail_select {
	font-size:75%;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.tx_powermail_pi1_fieldwrap_html_file {
	font-size:75%;
	font-weight: bold;
}
.tx_powermail_pi1_fieldwrap_html_file label {
	font-size:100%;
	font-weight: normal;
}

.tx_powermail_pi1_fieldwrap_html_select label {
	font-weight: bold;
}

/* div che racchiude "HH:MM dd-mm-yyyy" sotto il campo data/ora */
#uid374_msgCnt, #uid462_msgCnt {
	display:none;
}

.tx_powermail_pi1_fieldwrap_html_datetime {
	/*font-size:70%;*/
}

.jscalendar_cb {
	padding:0px;
}
.date2cal_img_help {
	display:none;
}
.powermail_submit {
	font-size:75%;
	color: #991000;
	font-weight: bold;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tx_powermail_pi1_fieldwrap_html_submit {
	text-align: right;
}
.tx-powermail-pi1_thx {
	/*text-align:right;
	font-weight: bold;*/
}
.powermail_mandatory_js {
	margin:0px 0px 5px 185px;
	font-size:70%;
	color: #C50000;
}
.tx-powermail-pi1 .bodytext {
	font-size: 75%;
	margin:0px;
}
.tx-powermail-pi1_confirmation p {
	font-size:80%;
	color: #666666;
	font-weight: normal;
}
.powermail_all_table {
	font-size:80%;
	margin-bottom: 15px;
}
.tx-powermail-pi1_confirmation form {
	margin: 0px 0px 5px 0px;
}

#powermaildiv_uid527,
#powermaildiv_uid528 {
	font-size:75%;
	font-weight:bold;
	color:#991000;
	position:absolute;
	margin-top:-20px;
	margin-left:420px;
}



/* CLASSI RELATIVE ALL'ACCORDION */

/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 95%;
  font-weight:bold;
  color:#991000;
  line-height: 26px;
  height: 23px;
  background:#FFFFFF url(../images/plus.png) 5px center no-repeat;
  border-top:1px dotted #CCCCCC;
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#FFFFFF;
  background:#4F1A0D url(../images/minus.png) 5px center no-repeat;
  border-top:0px;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  padding:10px 0px 20px 0px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}



/* CLASSI RELATIVE AI FORM LOGIN - AREA RISERVATA */

.tx-newloginbox-pi1 table {
	color: #666666;
	font-size: 80%;
}
.tx-newloginbox-pi1 h3 {
	font-size: 85%;
	color: #991000;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.tx-newloginbox-pi1 p {
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.tx-newloginbox-pi1 form {
	margin: 0px 0px 0px 0px;
}
.tx-newloginbox-pi1 label {
	font-size: 95%;
	color: #666666;
	font-weight: normal;
        text-align:right;
	width: 80px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.tx-newloginbox-pi1 input, .tx-newloginbox-pi1 textarea {
	margin: 0px 0px 0px 0px;
	font-size: 75%;
	border: 1px solid #CCCCCC;
}
.tx-newloginbox-pi1 tbody input {
	width: 120px;
}
.tx-newloginbox-pi1 tfoot input {
	width: 90px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.tx-newloginbox-pi1 p.forgot_password {
	margin-top: 8px;
}
.tx-newloginbox-pi1 p.forgot_password a, .tx-newloginbox-pi1 p.forgot_password a:link, .tx-newloginbox-pi1 p.forgot_password a:visited, .tx-newloginbox-pi1 p.forgot_password a:active {
	font-weight: normal;
	text-decoration: none;
}
.tx-newloginbox-pi1 p.forgot_password a:hover {
	font-weight: normal;
	color: #991000;
	text-decoration: underline;
}

.tx-newloginbox-pi1 p.status_message {
	margin-bottom: 10px;
}
.tx-newloginbox-pi1 p.status_message a, .tx-newloginbox-pi1 p.status_message a:link, .tx-newloginbox-pi1 p.status_message a:visited, .tx-newloginbox-pi1 p.status_message a:active {
	font-weight: normal;
	text-decoration: none;
}
.tx-newloginbox-pi1 p.status_message a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1 {
	color: #666666;
	font-size: 80%;
	overflow: hidden;
	height: 100%;
	margin: 20px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 form {
	margin: 0px;
}
.label_enter_account_info, .label_v_dear_verify_before_create, .label_dear_edit_your_account, .label_v_dear_verify_before_update {
	color: #666666;
	font-weight: bold;
}
.tx-srfeuserregister-pi1-notice {
	
}
.tx-srfeuserregister-pi1 label {
	font-size: 12px;
	color: #666666;
        text-align: right;
	margin: 0px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 label span {
	font-size: 12px;
	color: #666666;
}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 textarea {
	margin: 0px 0px 0px 0px;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dt {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dd {
	margin: 0px;
}
