﻿body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    background-position: 0px 0px;
    margin: 0;
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-image: url('/SiteImg/BkgFade1.gif');
    background-repeat: repeat-x;
    background-color: #c0d0df;
}

#container
{
    position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
    width: 912px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header  
{
    width:900px;
	height: 200px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    margin: 0 auto;
} 

 #title1  
{
    width:900px;
	height: 83px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    margin: 0 auto;
} 

 #subtitle1  
{
	width:870px;
	margin: 0 auto;
	background-color: #b5caea;
	text-align:right;
	padding: 0px 15px 0px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    overflow:hidden;
} 

 #subtitle1 .loghi
{
	padding: 2px 0 2px 0px;
    border: 0px;
    margin:0px;
    float:right;

} 

 #subtitle1 .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000312;
	vertical-align:middle;
	float:right;
	padding: 8px 5px 0 0px;
	
} 

 #mainContent
{
    height:auto;
    width: 900px;
    margin: 0 auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
    background-color: #FFFFFF;
    padding: 1px 0;
}


/*#######################################################################################*/
/*########################## AREA GENERICA #############################################*/
/*#######################################################################################*/

 #mainContent #AreaGenerica
{
    text-align:left;
	    padding: 15px;
}

/*#######################################################################################*/
/*########################## AREA DETTAGLIO NEWS #############################################*/
/*#######################################################################################*/

 #mainContent #dettaglioNews
{
    text-align:left;
	padding: 15px;
	margin-bottom:15px;
}

 #mainContent #dettaglioNews img
{
    margin: 5px 0 5px 0;
}

 #mainContent #dettaglioNews .contenuto 
{
	width: 600px;
}

 #mainContent .menu
{    
	width: 255px;
	padding: 0 0 15px 0;
}

#mainContent .menu .titolo
{
	border: 1px solid #adc8ca;
	background-color: #608fec;
	vertical-align:middle;
	margin-bottom: 2px;
	padding:6px;
}

#mainContent .menu .titolo .testo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	text-align:left;
	letter-spacing:0px;
}



/*#######################################################################################*/
/*##################### AREA ELENCO NEWS HOMEPAGE ###################################################*/
/*#######################################################################################*/
#mainContent #MainContentHomePage
{
    width:555px;
    margin: 15px 15px 15px 15px;
    }

#mainContent #MenuHomePage
{
    width:300px;
    margin: 15px 15px 15px 0
    }
    
#mainContent #MenuHomePage .boxHP
{
    background-image: url( '/SiteImg/BkgHomeNews.jpg' );
    background-repeat: repeat-x;
    display:block;
}

 #mainContent #MenuHomePage .boxHP .boxiconaHP
{
	width:92px;
	margin: 10px;
}

 #mainContent #MenuHomePage .boxHP .linkHP
{
	text-align:center;
}

 #mainContent #MenuHomePage .boxHP .boxiconaHP .immagineHP
{
    border: 1px solid #adc8ca;
    margin-bottom: 5px;
}

 #mainContent #MenuHomePage .boxHP .boxcontenutoHP
{
    padding: 10px 10px 10px 112px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

 #mainContent #MenuHomePage .boxHP .boxcontenutoHP .titoloHP
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
}

/*#######################################################################################*/
/*########################## MENU DETTAGLIO #############################################*/
/*#######################################################################################*/

 #mainContent .menu #nav-menu 
{
width:255px;
}

 #mainContent .menu #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}


 #mainContent  .menu #nav-menu li
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	line-height:11px;
	list-style-image: none;
	list-style-type: none;
}

 #mainContent  .menu #nav-menu li a
{
	text-decoration: none;
	text-align: left;
	color: #6a6a6a;
	border:solid 1px #adc8ca;
	display: block;
	padding: 5px;
	margin:0px;
}

 #mainContent  .menu #nav-menu li br
{
    height:0px;
	line-height:2px;
	margin:0;
	padding:0;
}

 #mainContent  .menu #nav-menu li a:link,  #mainContent .menu #nav-menu li a:visited
{
	color: #6a6a6a;
	
}

 #mainContent .menu #nav-menu li a:hover,  #mainContent .menu #nav-menu li a:active
{
	color: #6a6a6a;
	background-color:#c6ddfb;
}


/*#######################################################################################*/
/*##################### AREA ELENCO NEWS ###################################################*/
/*#######################################################################################*/


#mainContent #PRSRM_Elenco1
{
    text-align:left;
	padding: 0 0 15px 0;
}

 #mainContent #PRSRM_Elenco1 .box
{
    width: 427px; 
}

 #mainContent #PRSRM_Elenco1 .box .boxtitolo
{
	background-color: #9ebf35;
	text-align:left;
	padding: 10px;
	vertical-align:middle;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #adc8ca;
	border-left-color: #adc8ca;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc8ca;
}

 #mainContent #PRSRM_Elenco1 .box .boxicona
{
	width:92px;
	margin: 10px;
}

 #mainContent #PRSRM_Elenco1 .box .boxicona .immagine
{
    border: 1px solid #adc8ca;
    margin-bottom: 15px;
}

 #mainContent #PRSRM_Elenco1 .box .boxcontenuto 
{
	padding: 10px 10px 10px 112px;
}


/*#######################################################################################*/
/*########################## AREA PAGEDESIGNER ##########################################*/
/*#######################################################################################*/


 #mainContent #PGDES_Contenuto1
{
    text-align:left;    
}

 #mainContent #PGDES_Contenuto1 .contenuto 
{
	padding: 10px;
	background-color: #e8eef3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #adc8ca;
	border-bottom-color: #adc8ca;
	border-left-color: #adc8ca;
}

 #mainContent #PGDES_Contenuto1 .principale
{
	width: 600px;
}

 #mainContent #PGDES_Contenuto1 .secondario
{
	width: 255px;
}
 #mainContent #PGDES_Contenuto1 .immagine
{
	margin:0;
	padding:0;
}

 #mainContent #PGDES_Contenuto1 .titolo
{
	background-color: #9ebf35;
	padding: 10px;
	vertical-align:middle;	
}

/*#######################################################################################*/
/*########################## FOOTER  ####################################################*/
/*#######################################################################################*/


 #footer  
{
	width:870px;
	padding: 15px;
	height: 90px;
	margin: 0 auto;
	background-color: #c0d0df;
	background-image: url(/SiteImg/Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;	
} 


/*************************************************************************/
/** PAGE DESIGNER /// Footer                                            **/
/** Attenzione: è duplicato in PGDES_Contenuto1.css                     **/
/*************************************************************************/	

 #footer .FooterTextNav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 12px;
	margin:0px 250px 0px 0px;
}

 #footer .FooterTextNav a:link,  #footer .FooterTextNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

 #footer .FooterTextNav a:hover,  #footer .FooterTextNav a:active {
	background-color: #256dba;
	color: #FFFFFF;
}

 #footer .FooterCopyright  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 12px;
	margin:0px 250px 0px 0px;
}

 #footer .FooterCopyright  a:link,  #footer .FooterCopyright  a:visited {
	
	text-decoration: underline;
	
}

 #footer .FooterCopyright  a:hover,  #footer .FooterCopyright  a:active {
	
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: underline;

}


 #barra_footer  
{
    width:900px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 18px;
	margin: 0 auto;
}

/*#######################################################################################*/
/*########################## CLEAR E FLOAT ##############################################*/
/*#######################################################################################*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding:0px;
	margin:0px;	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding:0px;
	margin:0px;	
}

.clearrt {
clear:right;
}

.clearlft {
clear:left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*#######################################################################################*/
/*########################## OMBRE LATERALI##############################################*/
/*#######################################################################################*/


 #header_shadow 
{
    background-position: 0px 0px;
    background-image: url( '/SiteImg/Bkg_header_shadow.gif' );
    background-repeat: repeat-y;
    background-color: #c0d0df;}

 #title_shadow  
{
    background-position: 0px 0px;
    background-image: url( '/SiteImg/Bkg_title_shadow.gif' );
    background-repeat: repeat-y;
    background-color: #c0d0df;
}

 #mainContent_shadow
{
    height:auto;
    background-position: 0px 0px;
    background-image: url('/SiteImg/Bkg_mainContainer_shadow.gif');
    background-repeat: repeat-y;
    background-color: #c0d0df;
}

 #footer_shadow 
{
    background-position: 0px 0px;
    background-image: url( '/SiteImg/Bkg_footer_shadow.gif' );
    background-repeat: no-repeat;
    background-color: #c0d0df;}



/*#######################################################################################*/
/*########################## LOGIN #######################################################*/
/*#######################################################################################*/

.Login {
	margin-bottom:10px;
	font:11px arial,helvetica,sans-serif;
}

.LoginDx
{
	text-align:left;
}

.LoginSx {
	text-align:right;
	width:150px
}

/*#######################################################################################*/
/*########################## ACCOUNT DETTAGLIO ##########################################*/
/*#######################################################################################*/


/*************************************************************************/
/** ACCOUNT                                                             **/
/*************************************************************************/	

.Account_Dettaglio,
.Account_DettaglioBLU {
	font:11px arial,helvetica,sans-serif
}

.Account_Dettaglio {
	margin-bottom:10px
}

.Account_Dettaglio a:visited,
.Account_Dettaglio a:link,
.Account_DettaglioBLU,
.Account_DettaglioBLU a:visited,
.Account_DettaglioBLU a:link {
	color:#333
}

.Account_Dettaglio a:visited,
.Account_Dettaglio a:link,
.Account_Dettaglio a:active,
.Account_Dettaglio a:hover,
.Account_DettaglioBLU a:visited,
.Account_DettaglioBLU a:link,
.Account_DettaglioBLU a:active,
.Account_DettaglioBLU a:hover {
	text-decoration:underline
}

.Account_Dettaglio a:active,
.Account_Dettaglio a:hover,
.Account_DettaglioBLU a:active,
.Account_DettaglioBLU a:hover {
	color:#256dba
}

.Account_Dettaglio caption {
	background:#e5e5e5;
	vertical-align:middle;
	text-indent:5px;
	border:#d3d3d3 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.Account_Dettaglio caption,
.Account_DettaglioColDx,
.Account_DettaglioBLU {
	text-align:left
}

.Account_DettaglioColSx {
	text-align:right;
	width:150px
}

.Account_DettaglioBLU {
	text-decoration:none
}


/*************************************************************************/
/** SYSTEM MESSAGE                                                      **/
/*************************************************************************/	

.SystemMessage 
{
    font-size: 11px; 
    color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 10px;
    }
    
    .SystemMessage a:link, .SystemMessage a:visited
{
    color:#333333;
    font-weight:bold;
    text-decoration:underline;
    }
    
    .SystemMessage a:hover, .SystemMessage a:active
{ 
    color:#FFFFFF;
    background-color:#333333;
    font-weight:bold;
    text-decoration:underline;

    }

.SystemMessageTitolo ,.SystemMessageTitolo a:link,.SystemMessageTitolo a:visited
{
   color:#256dba;
    font-weight:bold;
    text-decoration:underline
    }

.SystemMessageTitolo a:hover,.SystemMessageTitolo a:active
{
    color:#FFFFFF;
    background-color:#256dba;
    font-weight:bold;
    text-decoration:underline;
    }

.SystemMessageTesto
{
    font-size: 11px; 
    color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    }