﻿body
{
    background-position: center top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 970px;
    margin: 0 auto;
    background-color: #196956;
    background-image: url(../images/1x1.gif);
    background-repeat: no-repeat;
}


/* Menu Top */

.menu_top
{
    background-position: center top;
    width: 943px;
    height: 36px;
    background-image: url(../images/fondo_menu.png);
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 12px;
}
.menu_top_sx
{
    float: left;
    width: 120px;
    text-align: left;
    padding: 0px;
}
.menu_top_dx
{
    float: right;
    width: 810px;
    text-align: right;
    padding: 0px;
}
.link_home_on
{
    background-image: url('../images/pulsanti/home.png');
    background-repeat: no-repeat;
    background-position: left top;
}
.link_home_on:hover
{
    background-position: left bottom;
}
.link_home_off
{
    background-image: url('../images/pulsanti/home.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.link_profilo_on
{
    background-image: url('../images/pulsanti/profilo.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
}
.link_profilo_on:hover
{
    background-position: left bottom;
}
.link_profilo_off
{
    background-image: url('../images/pulsanti/profilo.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
}
.link_clienti_on
{
    background-image: url('../images/pulsanti/clienti.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
}
.link_clienti_on:hover
{
    background-position: left bottom;
}
.link_clienti_off
{
    background-image: url('../images/pulsanti/clienti.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
}
.link_contatti_on
{
    background-image: url('../images/pulsanti/contatti.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
}
.link_contatti_on:hover
{
    background-position: left bottom;
}
.link_contatti_off
{
    background-image: url('../images/pulsanti/contatti.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
}
.link_ap_on
{
    background-image: url('../images/pulsanti/ap.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
}
.link_ap_on:hover
{
    background-position: left bottom;
}
.link_ap_off
{
    background-image: url('../images/pulsanti/ap.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
}
/* -------------------------------------- */

.menu_top_sx2
{
    float: left;
    width: 98px;
    margin-right: 32px;
	overflow: hidden;
}
.menu_top_dx2
{
    float: left;
    width: 813px;
	overflow: hidden;
}
.link_home_on2
{
    background-image: url('../images/pulsanti/home.png');
    background-repeat: no-repeat;
    background-position: left top;
	float: left;
	width: 98px;
	height: 37px;
}
.link_home_on2:hover
{
    background-position: left bottom;
}
.link_home_off2
{
    background-image: url('../images/pulsanti/home.png');
    background-repeat: no-repeat;
    background-position: left bottom;
	float: left;
	width: 98px;
	height: 37px;
}
.search
{
	float: left;
	width: 276px;
	height: 29px;
	overflow: hidden;
	padding-top: 8px;
}
.input_left
{
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(../images/input_left.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.input_middle
{
	width: 200px;
	height: 19px;
	padding-top: 2px;
	float: left;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/input_middle.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
.input_right
{
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(../images/input_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.submit_search
{
	width: 27px;
	height: 26px;
	float: left;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/submit_search.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.link_profilo_on2
{
    background-image: url('../images/pulsanti/profilo.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
	float: left;
	width: 159px;
	height: 37px;
}
.link_profilo_on2:hover
{
    background-position: left bottom;
}
.link_profilo_off2
{
    background-image: url('../images/pulsanti/profilo.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
	float: left;
	width: 159px;
	height: 37px;
}
.link_clienti_on2
{
    background-image: url('../images/pulsanti/clienti.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
	float: left;
	width: 124px;
	height: 37px;
}
.link_clienti_on2:hover
{
    background-position: left bottom;
}
.link_clienti_off2
{
    background-image: url('../images/pulsanti/clienti.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
	float: left;
	width: 124px;
	height: 37px;
}
.link_contatti_on2
{
    background-image: url('../images/pulsanti/contatti.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
	float: left;
	width: 84px;
	height: 37px;
}
.link_contatti_on2:hover
{
    background-position: left bottom;
}
.link_contatti_off2
{
    background-image: url('../images/pulsanti/contatti.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
	float: left;
	width: 84px;
	height: 37px;
}
.link_ap_on2
{
    background-image: url('../images/pulsanti/ap.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
	float: left;
	width: 122px;
	height: 37px;
}
.link_ap_on2:hover
{
    background-position: left bottom;
}
.link_ap_off2
{
    background-image: url('../images/pulsanti/ap.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
	float: left;
	width: 122px;
	height: 37px;
}
/* -------------------------------------- */


/* Testata */

.testata
{
    width: 970px;
    margin-top: 7px;
    overflow: auto;
}
.logo
{
    float: left;
    width: 542px;
    height: 182px;
    padding-top: 50px;
    background-image: url('../images/testata_payoff.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
}
.spot
{
    float: right;
    width: 424px;
}

/* -------------------------------------- */



/* Lanci home */

.lanci
{
    width: 970px;
    height: 193px;
    background-image: url(../images/fondo_lanci.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 7px;
    
}
.blocco_lanci
{
    float: left;
    width: 154px;
    color: #a9c1bb;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 76px;
    text-align: left;
}
.blocco_lanci_end
{
    float: left;
    width: 154px;
    color: #a9c1bb;
    padding-left: 20px;
    padding-top: 76px;
    text-align: left;
}
.read
{
    background-image: url('../images/pulsanti/leggi.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 13px;
    float: right;
}
.read:hover
{
    background-position: left bottom;
}
/* -------------------------------------- */


/* Corpo */

.corpo_home
{
    width: 970px;
    height: 425px;
    margin-top: 7px;
    margin-bottom: 15px;
    background-image: url(../images/fondo_corpo_home.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.corpo_home a:link, .corpo_home a:visited
{
    color: #25574d;
	text-decoration: none;
}
.corpo_home a:hover, .corpo_home a:active
{
    color: #9db6b0;
	text-decoration: underline;
}
.corpo_home_new
{
    width: 970px;
    overflow: hidden;
    margin-top: 7px;
    padding-bottom: 15px;
    background-image: url(../images/fondo_corpo_home_new.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.corpo_home_new a:link, .corpo_home_new a:visited
{
    color: #25574d;
	text-decoration: none;
}
.corpo_home_new a:hover, .corpo_home_new a:active
{
    color: #9db6b0;
	text-decoration: underline;
}
.corpo_pagine
{
    width: 930px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background-image: url(../images/fondo_corpo_pagine.png);
    background-position: left top;
    background-repeat: repeat;
    text-align: left;
    color: #444444;
    overflow: auto;
    background-color: #FFFFFF;
}
.corpo_pagine a:link, .corpo_pagine a:visited
{
    color: #25574d;
	text-decoration: none;
}
.corpo_pagine a:hover, .corpo_pagine a:active
{
    color: #9db6b0;
	text-decoration: underline;
}
.corpo_pagine_nofilo
{
    width: 930px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background-image: url(../images/fondo_corpo_pagine_nofilo.png);
    background-position: left top;
    background-repeat: repeat;
    text-align: left;
    color: #444444;
    overflow: auto;
    background-color: #FFFFFF;
}
.corpo_pagine_nofilo a:link, .corpo_pagine_nofilo a:visited
{
    color: #25574d;
	text-decoration: none;
}
.corpo_pagine_nofilo a:hover, .corpo_pagine_nofilo a:active
{
    color: #9db6b0;
	text-decoration: underline;
}
.corpo_pagine_1colonna
{
    width: 930px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background-image: url(../images/fondo_corpo_pagine_clienti.png);
    background-position: left top;
    background-repeat: repeat;
    text-align: left;
    color: #444444;
    overflow: auto;
    background-color: #FFFFFF;
}
.corpo_pagine_1colonna a:link, .corpo_pagine_1colonna a:visited
{
    color: #25574d;
	text-decoration: none;
}
.corpo_pagine_1colonna a:hover, .corpo_pagine_1colonna a:active
{
    color: #9db6b0;
	text-decoration: underline;
}
.aree
{
	width: 946px;
    overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	height: 168px;
}
.aree_pagine
{
    background-image: url( '../images/fondo_menu_aree.png' );
    background-repeat: no-repeat;
    background-position: left top;
    height: 67px;
    margin-top: 7px;
    width: 970px;
    background-color: #FFFFFF;
}
.colonna_testatina
{
    float: left;
    width: 150px;
    text-align: left;
	font-family: Geneva, sans-serif;
	font-size: 22px;
	color: #666;
}
.colonna_contenuto
{
    float: left;
    width: 450px;
    text-align: left;
    margin-right: 100px;
}
.colonna_contenuto_largo
{
    float: left;
    width: 700px;
    text-align: left;
    margin-right: 0px;
}
.colonna_contenuto_clienti
{
    float: left;
    width: 740px;
    text-align: left;
}
.colonna_contenuto_clienti_sx
{
    background-position: left top;
    float: left;
    width: 310px;
    text-align: left;
    margin-right: 75px;
    padding-top: 50px;
    background-image: url(../images/testatina_enti.png);
    background-repeat: no-repeat;
}
.colonna_contenuto_clienti_dx
{
    background-position: left top;
    float: left;
    width: 310px;
    text-align: left;
    padding-top: 50px;
    background-image: url(../images/testatina_aziende.png);
    background-repeat: no-repeat;
}
.colonna_menu
{
    float: left;
    width: 200px;
}
.colonna_menu_stretto
{
    float: left;
    width: 30px;
}
.colonna_contenuto_sx
{
    width: 220px;
    float: left;
    text-align: left;
} 
.blocco_testo
{
    width: 100%;
    margin-bottom: 20px;
}
.pannello_allegati
{
    margin-top: 20px;
}
.foto_pagina
{
    width: 230px;
    text-align: left;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
.link_internet
{
    background-image: url('../images/pulsanti/internet.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.link_internet:hover
{
    background-position: left bottom;
}
.link_internet2
{
    background-image: url('../images/pulsanti/internet.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 12px;
}
.link_internet2:hover
{
    background-position: left bottom;
}
.link_internet_off
{
    background-image: url('../images/pulsanti/internet.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.link_internet:hover
{
    background-position: left bottom;
}
.link_grafica
{
    background-image: url('../images/pulsanti/grafica.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.link_grafica:hover
{
    background-position: left bottom;
}
.link_grafica2
{
    background-image: url('../images/pulsanti/grafica.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 12px;
}
.link_grafica2:hover
{
    background-position: left bottom;
}
.link_grafica_off
{
    background-image: url('../images/pulsanti/grafica.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.link_sistemi
{
    background-image: url('../images/pulsanti/sistemi.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.link_sistemi:hover
{
    background-position: left bottom;
}
.link_sistemi2
{
    background-image: url('../images/pulsanti/sistemi.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 12px;
}
.link_sistemi2:hover
{
    background-position: left bottom;
}
.link_sistemi_off
{
    background-image: url('../images/pulsanti/sistemi.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.blocco_internet
{
    float: left;
    width: 314px;
    padding-right: 8px;
    color: #7f7f7f;
    text-align: left;
	overflow: hidden;
}
.blocco_grafica
{
    float: left;
    width: 312px;
    padding-right: 8px;
    color: #7f7f7f;
    text-align: left;
	overflow: hidden;
}
.blocco_sistemi
{
    float: left;
    width: 304px;
    color: #7f7f7f;
    text-align: left;
	overflow: hidden;
}
.percorso
{
    background-position: left bottom;
    width: 955px;
    padding-left: 15px;
    background-color: #e9e9e9;
    padding-top: 3px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-image: url( '../images/fondo_percorso.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #888888;
}
.percorso a:link, .percorso a:visited
{
    color: #888888;
	text-decoration: none;
}
.percorso a:hover, .percorso a:active
{
    color: #000000;
	text-decoration: underline;
}
.menu_pagina 
{	
	background-position: left 2px;
    padding-left: 14px;
    background-image: url('../images/freccia_lavoro.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #858585;
    margin-bottom: 7px;
}
.testatina_allegati
{
    width: 200px;
    height: 18px;
    background-image: url(../images/testatina_allegati.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
}
.elenco_allegati 
{	
	background-position: left 3px;
	padding-left: 14px;
    background-image: url('../images/allegato.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #858585;
    margin-bottom: 7px;
}
.filetto_separatore
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.lavoro_home
{
    float: left;
    margin-right: 13px;
    width: 217px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.lavoro_home_new
{
    float: left;
    margin-right: 23px;
    padding-bottom: 10px;
    width: 217px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.lavoro
{
    width: 217px;
    overflow: hidden;
    font-family: Arial;
    padding-bottom: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 0px;
    border-bottom-color: #666;
    margin-bottom: 5px;
}
.dida_lavoro_home 
{	
	font-size: 11px;		
	background-position: left 2px;
    margin-top: 10px;
    padding-left: 14px;
    background-image: url('../images/freccia_lavoro.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #747171;
}
.dida_lavoro_home_new 
{	
	font-size: 11px;		
	background-position: left 2px;
    margin-top: 5px;
    padding-left: 14px;
    background-image: url('../images/freccia_lavoro.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #747171;
}
.dida_lavoro 
{	
	font-size: 11px;		
	background-position: left 2px;
    margin-top: 10px;
    padding-left: 14px;
    background-image: url('../images/freccia_lavoro.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #747171;
    padding-bottom: 5px;
}

/* -------------------------------------- */

/* Galleria dei lavori */

.contenitore_galleria_carousel {
    width: 950px;
    margin-top: 55px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-family: Arial;
}
.contenitore_galleria {
    width: 510px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-family: Arial;
    float: left;
	text-align: left;
}
.contenitore_evidenza {
    width: 385px;
    margin-top: 55px;
    padding-top: 20px;
    float: left;
    color: #7f7f7f;
}
.banner_evidenza
{
    width: 385px;
    padding-bottom: 10px;
    overflow: hidden;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.foto_banner_evidenza
{
    margin-right: 12px;
    float: left;
} 
#contenitore_galleria {
    width: 940px;
    margin-top: 55px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-family: Arial;
} 
div.scrollable  {
    float: left; 
	position: relative;
	overflow: hidden;
	width: 910px;	 
	height: 150px;	
	margin-right: 7px;
}
#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}
#thumbs div {
	float: left;
	width: 217px;
    padding-right: 14px;	
	color: #666666;
	cursor: pointer;
}
#thumbs div.active {
	cursor: default;
}
#thumbs p {	
	font-size: 11px;		
	background-position: left 2px;
    margin-top: 10px;
    padding-left: 14px;
    background-image: url('../images/freccia_lavoro.png' );
    background-repeat: no-repeat;
    text-align: left;
    color: #747171;
}
a.prev  {    
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 40px;
	margin-right: 7px;	
	background: url('../images/pulsanti/left.png') no-repeat;
	float: left;
	cursor: pointer;
	font-size: 1px;
}
a.next {
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 40px;
	background-image: url('../images/pulsanti/right.png');
	float: left;
	cursor: pointer;
	font-size: 1px;
	clear: right;
}
a.prev:hover, a.next:hover {
	background-position: 0px -18px;		
}
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('../images/pulsanti/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
} 
a.disabled {
	visibility:hidden !important;		
}	

/* -------------------------------------- */


/* Piede */

.piede
{
    width: 950px;
    padding-bottom: 25px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-family: Arial;
} 
.piede_pagine
{
    background-position: left top;
    width: 950px;
    padding-bottom: 25px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    font-size: 12px;
    font-family: Arial;
    background-image: url( '../images/fondo_piede_pagine.png' );
    background-repeat: no-repeat;
} 
.piede a:link, .piede a:visited
{
    color: #8abdb1;
	text-decoration: none;
}
.piede a:hover, .piede a:active
{
    color: #ffffff;
	text-decoration: none;
} 
.piede_pagine a:link, .piede_pagine a:visited
{
    color: #8abdb1;
	text-decoration: none;
}
.piede_pagine a:hover, .piede_pagine a:active
{
    color: #ffffff;
	text-decoration: none;
}
.piede_sx
{
    float: left;
    width: 550px;
    text-align: left;
    color: #8abdb1;
}
.piede_dx
{
    float: right;
    width: 380px;
    text-align: right;
    color: #8abdb1;
}
.corpo11
{
    font-size: 11px;
}
.corpo10-666
{
    font-size: 10px;
    color: #666;
}

/* -------------------------------------- */


/* Input, combo, .... */

.input
{
    border: 1px solid #a0a0a0;
    width: 200px;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #808080;
    margin-top: 4px;
    background-image: url(../images/fondo_input.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.input2
{
    border: 1px solid #a0a0a0;
    width: 420px;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    margin-top: 4px;
    background-image: url(../images/fondo_input.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
}
.combo
{
    border: 1px solid #808080;
    width: 430px;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #808080;
    margin-top: 2px;
    background-image: url(../images/fondo_input.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.button {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    padding : 2px;
    border : 1px #999999 solid;
    cursor : pointer;
    color : #000000;
    background : #dddddd;
}
.button_gloss
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    border: 0px #999999 solid;
    cursor: pointer;
    color: #ffffff;
    background: transparent;
    width: 87px;
    height: 27px;
    background-image: url(../images/fondo_button.png);
    background-position: left top;
    background-repeat: no-repeat;
    letter-spacing: -0.02em;
}

/* -------------------------------------- */


/* Font e titoli */

.titolo_pagina
{
    font-family: Georgia;
    font-size: 22px;
    color: #666666;
    font-style: italic;
}
.piccolo
{
    font-size: 10px;
}

/* -------------------------------------------------------- */

/* Download */

.testata_cartelle
{
    background-position: left top;
    width: 760px;
    height: 24px;
    background-color: #fff;
    background-image: url(../images/download/fondo_testata2.png);
    background-repeat: no-repeat;
}
.testata_file
{
    background-position: left;
    width: 760px;
    height: 24px;
    background-color: #f0f0f0;
    background-image: url(../images/download/fondo_testata_file.png);
    background-repeat: no-repeat;
}

.contiene_cartelle_opzioni
{
    background-position: left top;
    width: 760px;
    background-color: #fff;
    background-image: url(../images/download/fondo_cartelle_funzioni2.png);
    overflow: hidden;
    background-repeat: no-repeat;
}
.chiude_cartelle_opzioni
{
    background-position: left top;
    width: 760px;
    height: 41px;
    background-color: #fff;
    background-image: url(../images/download/fondo_chiusura_cartelle_funzioni2.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.cartelle
{
    float: left;
    width: 465px;
    padding: 40px 15px 15px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.box_funzioni
{
    float: left;
    width: 265px;
    overflow: hidden;
}
.box_funzioni_apertura
{
    background-position: left bottom;
    width: 265px;
    height: 37px;
    background-image: url(../images/download/fondo_apertura_box_funzioni2.png);
    background-repeat: no-repeat;
}
.box_funzioni_contenuto
{
    background-position: left bottom;
    padding: 0px 7px 15px 23px;
    width: 235px;
    background-image: url(../images/download/fondo_contenuto_box_funzioni2.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.box_funzioni_chiusura
{
    background-position: left top;
    width: 265px;
    height: 15px;
    background-image: url(../images/download/fondo_chiusura_box_funzioni2.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.filetto_cartelle
{
    border-top-style: dotted;
    border-top-color: #a0a0a0;
    border-top-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a0a0a0;
    border-bottom-width: 1px;
    padding-bottom: 2px;
}
.filo_separatore
{
    border-top-style: dotted;
    border-top-color: #a0a0a0;
    border-top-width: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 2px;
}
.funzioni_cartelle
{
    float: left;
    width: 229px;
    padding: 15px;
}
.rinomina_cartella
{
    background-image: url('../images/download/pulsante_rinomina.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 72px;
    height: 16px;
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
}
.rinomina_cartella:hover
{
    background-position: left bottom;
}
.elimina_cartella
{
    background-image: url('../images/download/pulsante_elimina.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 60px;
    height: 16px;
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
}
.elimina_cartella:hover
{
    background-position: left bottom;
}
.permessi_cartella
{
    background-image: url('../images/download/pulsante_permessi.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 72px;
    height: 16px;
    float: left;
    margin-bottom: 10px;
}
.permessi_cartella:hover
{
    background-position: left bottom;
}
.crea_sottocartella
{
    background-image: url('../images/download/pulsante_sottocartella.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
}
.crea_sottocartella:hover
{
    background-position: left bottom;
}
.annulla_operazione
{
    background-image: url('../images/download/pulsante_annulla.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 62px;
    height: 16px;
    float: left;
}
.annulla_operazione:hover
{
    background-position: left bottom;
}
.carica_elemento
{
    background-image: url('../images/download/pulsante_carica.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 169px;
    height: 16px;
    float: left;
}
.carica_elemento:hover
{
    background-position: left bottom;
}
.scarica_elemento
{
    background-image: url('../images/download/pulsante_scarica.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 59px;
    height: 16px;
    border: 0px solid #ffffff;
    cursor: pointer;
    margin: 5px;
}
.scarica_elemento:hover
{
    background-position: left bottom;
}
.salva_operazione
{
    background-image: url('../images/download/pulsante_salva.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 50px;
    height: 16px;
    float: left;
    margin-right: 40px;
}
.salva_operazione:hover
{
    background-position: left bottom;
}
.elimina_elemento
{
    background-image: url('../images/download/pulsante_elimina.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 60px;
    height: 16px;
    border: 0px solid #ffffff;
    cursor: pointer;
    margin-left: 5px;
}
.elimina_elemento:hover
{
    background-position: left bottom;
}
.elimina_elemento2
{
    background-image: url('../images/download/pulsante_elimina_noicona.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 31px;
    height: 16px;
    border: 0px solid #ffffff;
    cursor: pointer;
    margin-left: 4px;
}
.elimina_elemento2:hover
{
    background-position: left bottom;
}
.datagrid_download_header
{
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    background-color: #dcdcdc;
    font-weight: bold;
    height: 20px;
}
.datagrid_download
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 1px;
}
.datagrid_download_itemstyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
}
.datagrid_download_alternatingitemstyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #edeff1;
}
.datagrid_standard_pagerstyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;    
    color: #000000;
    text-align: right;
    background-color: #FFFFFF; 
    border-style: none;
}
.item_download_header_nome
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    padding-left: 14px;
    width: 368px;
    text-align: left;
}
.item_download_header_dimensioni
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    padding-right: 5px;
    width: 102px;
    text-align: right;
}
.item_download_header_modifica
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    padding-right: 5px;
    width: 113px;
    text-align: right;
}
.item_download_header_download
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    width: 73px;
    text-align: center;
}
.item_download_header_elimina
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    width: 75px;
    text-align: center;
}
.item_permessi_elimina
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: center;
    width: 36px;
    padding-right: 4px;
    background-color: #f0f0f0;
}
.item_permessi_header_elimina
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: center;
    width: 36px;
    padding-right: 4px;
    height: 1px;
}
.item_permessi_utente
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: left;
    padding-left: 4px;
    background-color: #fff;
    padding-bottom: 5px;
    padding-top: 3px;
}
.item_permessi_header_utente
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: left;
    padding-left: 3px;
    height: 1px;
}
.item_permessi_permessi
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: left;
    width: 52px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    background-color: #e0e0e0;
    color: #555555;
}
.item_permessi_header_permessi
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    text-align: left;
    width: 52px;
    padding-left: 2px;
    font-size: 10px;
    height: 1px;
}
.item_download_nome
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #dcdcdc;
    padding-left: 14px;
    width: 368px;
    text-align: left;
}
.item_download_dimensioni
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #dcdcdc;
    padding-right: 5px;
    width: 102px;
    text-align: right;
}
.item_download_modifica
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #dcdcdc;
    padding-right: 5px;
    width: 113px;
    text-align: right;
}
.item_download_download
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #dcdcdc;
    width: 73px;
    text-align: center;
}
.item_download_elimina
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c6d5e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c6d5e1;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c6d5e1;
    width: 75px;
    text-align: center;
}
.pannello_ftp
{
    background-color: #f0f0f0;
    border: 1px dotted #C0C0C0;
    padding: 15px;
    margin-top: 15px;
    overflow: hidden;
}
.dati_ftp
{
    float: left;
    width: 300px;
    margin-right: 100px;
}
.filezilla
{
    float: left;
    width: 300px;
    background-image: url(../images/download/filezilla.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.input_sottocartella
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 200px;
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    padding: 2px;
    background-image: url( '../images/fondo_input.png' );
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 2px;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
}
.combo_permessi1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 200px;
	background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
	padding: 2px;
    background-image: url( '../images/fondo_input.png' );
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 2px;
    float: left;
    margin-bottom: 5px;
}
.combo_permessi2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 200px;
	background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
	padding: 2px;
    background-image: url( '../images/fondo_input.png' );
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 2px;
    float: left;
    margin-bottom: 15px;
}
.abilita_utente
{
    background-image: url('../images/download/pulsante_abilita.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 56px;
    height: 16px;
    float: left;
    margin-right: 40px;
}
.abilita_utente:hover
{
    background-position: left bottom;
}
.benvenuto_login
{
    width: 700px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #808080;
    margin-bottom: 5px;
    font-size: 11px;
}
.benvenuto
{
    float: left;
    width: 500px;
    margin-right: 0px;
    color: #333;
    margin-bottom: 2px;
}
.logout
{
    float: left;
    width: 40px;
    height: 14px;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
    background-image: url(../images/logout.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 10px;
    padding-top: 1px;
}
.logout:hover
{
    background-position: left bottom;
}
.cambia_password
{
    float: left;
    width: 120px;
    height: 14px;
    padding-left: 17px;
    text-align: left;
    background-image: url(../images/cambia_password.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 10px;
    padding-top: 1px;
}
.cambia_password:hover
{
    background-position: left bottom;
}
.pagina_precedente
{
    float: left;
    width: 120px;
    height: 14px;
    padding-left: 17px;
    text-align: left;
    background-image: url(../images/pagina_precedente.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 10px;
    padding-top: 1px;
}
.pagina_precedente:hover
{
    background-position: left bottom;
}


/* -------------------------------------------------------- */

/* Popup alert */

.ModalPopup
{
    background-position: center top;
    width: 293px;
    height: 184px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/fondo_alert.png);
    text-align: left;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}
.ModalPopupBackground {
	background-color: #666666;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.si_no
{
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    text-align: right;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.si
{
    border: 0px solid #f0f0f0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #bf5e26;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.no
{
    border: 0px solid #f0f0f0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2f6073;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
/* -------------------------------------------------------- */