
BODY {
    margin: 0px;
    padding: 0px;
    /* MI v2.0 CrossBrowser */
   /* background-image: url(../Images/corner.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f0f0fa;*/

  /*   background: -moz-linear-gradient(top, #eceacf 0%, #000000 100%); */ /* FF3.6+ */
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceacf), color-stop(100%,#000000));  *//* Chrome,Safari4+ */
  /*  background: -webkit-linear-gradient(top, #eceacf 0%,#000000 100%); */ /* Chrome10+,Safari5.1+ */
  /*  background: -o-linear-gradient(top, #eceacf 0%,#000000 100%);  *//* Opera 11.10+ */
  /*  background: -ms-linear-gradient(top, #eceacf 0%,#000000 100%) ; */ /* IE10+ */
  /*  background: linear-gradient(to bottom, #eceacf 0%,#000000 100%);  *//* W3C */
    height: 100%;
   /* background: linear-gradient(0deg, #eceacf, #FFFFFF 80%) fixed no-repeat;*/
   background: linear-gradient(0deg, #FFFFFF, #eceacf 80%) fixed no-repeat;
}

.rightLeft {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

.rightCenter {
    text-align: center;
}

.cClassTotaliReport {
    text-align: right;
    font-weight:bold; 
    font-size: 12px;
}


a:link, a:visited {
    color: #12385d;
}

a.hover {
    color: #3366CC;
}

.buttonLogin {
    border: thin solid #12385d;
    background-color: #12385d;
    color: #FFFFFF;
    text-align: left;
    width: 130px;
    text-transform: uppercase;
    font-size: 12px;
    text-indent: 10px;
    float: right;   
    cursor: pointer;
    position: relative;
    right: -2px;
}
    /*
BODY.Login
{
	background-attachment: fixed;
	background-color: #efefef;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
*/
    /* Personalizzazioni LightCare */
   /* BODY.Login {
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #12385d;
}*/

TABLE.Ricerca {
    background-color: #efefef;
    border: 1px solid silver;
    padding: 5px;
}

.TestoChiaro A {
    color: white;
    font-weight: bolder;
    text-decoration: underline;
}

    .TestoChiaro A:hover {
        color: yellow;
        text-decoration: underline;
    }

.Titolo {
    font-size: 12px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.TitoloLogin {
    font-size: 16px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    text-indent: 30px;
    text-transform: uppercase;
    text-align: center;
}

.NotePannello {
     font-size: 10px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    text-align: left;
}

.TitoloPannello {
    font-size: 16px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-weight: bold;
    text-align: left;
}

.SottoTitoloPannello {
    font-size: 12px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-style: italic;
    
    text-align: left;
}

.LabelGraficoPannello {
    font-size: 12px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
   /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    
    text-align: left;
}

.ValoriRisparmioPannello {
    font-size: 26px;
    color: #08bc15; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.dgrCommand {
    text-align: center;
    width: 50px;
}

.dgrCommand_Link a:link {
    color: #FF3300;
}


.Titolo {
    color: #12385d;
    text-decoration: underline;
}

    .Titolo A:hover {
        color: #12385d;
        text-decoration: underline;
    }

.RequisitiSistema {
    font-size: 12px; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Arial;
    color: #FF3300;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

.TitoloRequisitiSistema {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #12385d;
}

.Avviso {
    font-size: 12px;
    color: red;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    font-weight: bold;
}

A.ContattoAperto:link, A.ContattoAperto:visited {
    color: white;
    background: #FF3300;
    text-decoration: none;
    font-weight: bold;
}

A.ContattoAperto:hover {
    color: white;
    background: red;
    text-decoration: none;
}

A.ContattoChiuso:link, A.ContattoChiuso:visited {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

A.ContattoChiuso:hover {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

A.ContattoNuovo:link, A.ContattoNuovo:visited {
    color: #FF6600;
    text-decoration: none;
    font-weight: normal;
}

A.ContattoNuovo:hover {
    color: Red;
    text-decoration: none;
    font-weight: normal;
}

BODY, TABLE, .Testo {
    font-size: 10px;
    color: black;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    vertical-align: top;
}

.TestoChiaro {
    font-size: 10px;
    color: white;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
}


INPUT, FORM, BUTTON, SELECT, TEXTAREA {
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    font-size: 10px;
}

/* input[disabled], button[disabled], textarea[disabled], select[disabled]
{
	background-color: #ff0000;
} */

.TabEvidenziato {
    color: white;
}

.LinkEvidenziato {
    background: #cc5500;
    padding: 2px;
}

.Conferma {
    position: absolute;
    top: 180px;
    width: 500px;
    height: 100px;
    border: dotted thin red;
    padding: 10px;
    background: #ffffdd;
    font-size: 12px;
    color: red;
    font-family: Arial;
    font-weight: bold;
    z-index: 500;
}

.Colore {
    color: red;
    text-decoration: none;
    font-weight: bold;
}


.TabellaMenuBottoni {
    background-color: #FF0000;
    border: thin solid #FF3300;
    background-color: White;
}

.MenuBottoni {
    background-color: #FF3300;
}


/*************************
.CellaTitolo
{
	background-color: #073ba1;
	color: white;
	font-weight: bold;
}
.CellaTitolo A
{
	color: white;
}
.CellaTitolo A:hover
{
	color: yellow;
}
**************************/

/* Stile sperimentale Roberto Armenio */


.CellaTitolo {
    /*background-color: #073ba1;*/ /*background-color: #FF6600;
    background-image: url("../Images/Menu/bar.jpg");
    background-position: left top;
    background-repeat: repeat-x;*/
    color: #666666;
    font-style: oblique;
    
    border-bottom-style: solid;
    
    border-width: thin;
}


    .CellaTitolo A {
    border-color: #666666;
    color: #666666;
    padding: 2px 4px;
    font-size: 11px;
    font-style: oblique;
}

        .CellaTitolo A:hover {
            color: yellow;
        }

.CellaTitoloInfragistic {
    /*background-color: #073ba1;*/
    background-color: #FF6600;
    background-image: url("../Images/Header_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: white;
    font-weight: bold;
}

    .CellaTitoloInfragistic A {
        color: white;
    }

.CellaStdInfragistic {
    color: black;
    font-weight: normal;
}

    .CellaStdInfragistic A {
    color: #FF3300;
}

.uwTab {
    background-image: url("../Images/Header_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #CCCCCC;
    font-weight: bold;
}

td.uwTab:hover {
    color: White;
}

.uwTabSelected {
    background-image: url("../Images/Menu/bar_down2.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: white;
    font-weight: bold;
}

/* Fine stile sperimentale Roberto Armenio */

.\ {
    padding: 0px;
    margin: 0px;
}

.CellaAlterna {
    /*background-color: #FF751A;*/
}

.CellaHighlight {
    background-color: #F8C45E;
    cursor: pointer;
}

.CalendarioGiornoOdierno {
    background-color: #F8C45E;
}

.CalendarioGiorno {
    background-color: #ffffff;
}


.Errore {
    text-align: center;
    vertical-align: middle;
    border: dotted thin Red;
    padding: 10px;
    background: #ffffdd;
    font-size: 12px;
    color: #ff0000;
    font-family: Arial;
    font-weight: bold;
    position: static;
}

.Frame {
    border: 1px solid #FF3300;
}

.Link {
    font-size: 10px;
    color: #FF3300;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    font-weight: bold;
}

.LinkLogin {
    font-size: 10px;
    color: #12385d;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

A.SwitchPagingSorting:link, A.SwitchPagingSorting:visited {
    font-size: 10px;
    color: #FF3300; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

A.SwitchPagingSorting:hover, A.SwitchPagingSorting:active {
    font-size: 10px;
    color: Red;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

.Obbligatorio {
    font-size: 10px;
    color: Red;
}

.PreventiviTitoli {
    padding: 4px;
    background-color: #99ccff;
    font-size: 12px;
    text-align: left;
    /* font-family: Verdana, Arial; */
    /* personalizzazione LightCare */
    font-family: Arial;
    color: Black;
    font-weight: bold;
}

.AlCentro {
    display: table;
    min-width: 1px;
    margin: 0 auto;
    text-align: center;
}

/*
.AlCentro div
{
	display: table-cell;
} Dà dei problemi, commento... */

.Scrolling {
    float: right;
}
/* --- MENU --- */

.Menu {
    width: 99.9%;
}
/* 
*/
.TestoMenu A {
    background-color: Red;
    color: blue;
    text-decoration: underline;
}

    .TestoMenu A:hover {
        color: maroon;
        text-decoration: underline;
    }

/*--- Stili aggiuntivi MI 2.0 CrossBrowser --- */

.AlCentro {
    display: table;
    min-width: 1px;
    margin: 0 auto;
    text-align: center;
}

    .AlCentro table {
        text-align: left;
    }

.Pager {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

    .Pager table {
        float: right;
    }


/* --- Sticky Footer --- */
html, body {
    height: 100%;
}

form {
    position: relative;
    height: 100%;
}

body > form {
    height: auto;
    min-height: 100%;
}

.wrapper {
    padding: 0 0 20px 0;
}

.footer, .push {
    height: 16px; /* .push must be the same height as .footer */
    position: absolute;
    bottom: 0px; /* Per FF, bisognerebbe usare 0px... ci vorrebbero 2 fogli di stile */
    bottom: expression('-16px');
    left: 0px;
    width: 100%;
}
/* --- Fine Sticky Footer --- */

.AlCentro2D {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
}

#uwgOperazioni_main nobr, uwgCompiti_main nobr, uwgComposizioneTreni_main nobr {
    white-space: normal;
}

/**** Stili piattaforma V3 *****/

.Titolo {
    font-size: 22px; /* color: navy; */ /* customizzazione LightCare */
    color: #12385d;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    clear: both;
}

.Sottotitolo {
    font-size: 16px; /* color: navy; */ /* customizzazione LightCare */
    color: #12385d;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: 300;
    text-align: left;
    text-indent: 5px;
}

.SottotitoloLogin {
    font-size: 12px; /* color: navy; */ /* customizzazione LightCare */
    color: #12385d;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: 300;
    text-align: left;
    text-indent: 5px;
}

    .LoginTextBox {
    border: thin solid #FFFFFF;
    height: 15px;
}

.CellaTitolo, .CellaSottoTitolo, .StandardTab {
    /*background-color: #FF6600;
    background-image: url("../Images/Menu/bar.jpg");
    background-position: left top;
    background-repeat: repeat-x;*/
    color: #666666;
    min-height: 14px;
    font-style: oblique;
}

    .CellaTitolo th {
        line-height: 24px;
    }

.CellaSottoTitolo {
    font-size: 9px;
    font-weight: 300;
    min-height: 12px;
}

    .CellaTitolo A, .CellaSottoTitolo A {
        color: #666666;
        
        text-decoration: none;
    }

.CellaNormale, .CellaAlterna {
    /*background-color: #dbdada;
    background-image: url("../Images/Menu/barAltBW2.png");
    background-position: left top;
    background-repeat: repeat-x;*/
    height: 24px;
    padding: 0px;
    margin: 0px;
}

.CellaRiepilogo {
    background-color: #dfdede;
    background-image: url("../Images/Menu/barRiepilogo.png");
    background-repeat: repeat-x;
    padding: 2px;
    margin: 0px;
}

.CellaCampo {
    background-color: #efefef;
    padding: 0px;
    margin: 0px;
    text-align: left !important;
}

.CellaHighlight {
    background-color: #dbda8e;
    cursor: pointer;
    background-image: url("../Images/Menu/barAltHL2.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 24px;
    padding: 0px;
    margin: 0px;
}

.CellaTitolo A:hover {
    color: #333333;
}

.SelectedTab {
    background-color: #d7630b !important;
    background-image: url("../Images/Menu/BarActive.png");
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 24px;
    padding: 0px;
    margin: 0px;
}

.StandardTab:hover {
    background-image: url("../Images/Menu/BarOver.png");
}

.horosTable {
    /*border: 1px solid #dbdada;*/ /*border: 1px solid #cc6633;
    border-radius: 7px;*/
    padding: 3px;
    margin: 0 auto;
    border: 2px outset #CCCCCC;
     border-collapse: collapse;}
}

    .horosTable tr {
        display: table-row;

    }
     .horosTable td {
        padding: 6px;

    }
    .horosTable th {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #666666;
}

.horosTableNoBordo {
    border: none;
}


.CellaTitoloHeader {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #666666;
}


.intestazioneSezioniIndent {
    left: 30px;
}

.intestazioneSezioni {
    background-color: #12385c;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    position: relative;
    top: 11px;
    height: 15px;
    z-index: 400;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
}

.intestazioneSezioniBottom {
    border-bottom-style: solid;
    border-width: medium;
    border-color: #12385c;
    /*width: 550px;*/
    width: 80%;
    margin-left: 30px;
    font-size: 8px;
}


.panelcontenitore {
    border-color: #12385c;
    width: 99%;
    /*height: 750px;*/
    /*height: 70%;*/
    height: 50%;
    border-top-style: solid;
    border-top-width: 15px;
    margin-bottom: 20px;
}



.spacer {
    clear: both;
    margin: 4px;
}

.bigSpacer {
    clear: both;
    margin: 12px;
}

.break {
    clear: both;
    margin: 0px;
}

.optionPanel {
    background-color: #EFEFEF;
    border: 1px solid #DFDFDF;
    border-radius: 7px;
    margin: 8px auto;
    padding: 3px;
}

#logoPiattaformaOmbra {
     position: absolute;
    left: 45px;
    top: 0px;
    width: 130px;
    height: 75px;
    border-radius: 10px;
    background-color: #000000;
    z-index: 998;
    border: 2px solid #000000;
  /*  position: absolute;
    left: 17px;
    top: -15px;
    width: 160px;
    height: 100px;
    border-radius: 10px;
    background-color: #000000;
    z-index: 998;
    border: 2px solid #000000;*/
}

#logoPiattaforma {
    position: absolute;
    left: 42px;
    top: 0px;
    width: 130px;
    height: 80px;
    border-radius: 10px;
    background-color: #07253d;
    z-index: 999;
    border: 2px solid #07253d;
   /* position: absolute;
    left: 12px;
    top: -20px;
    width: 160px;
    height: 100px;
    border-radius: 10px;
    background-color: #FFFFFF;
    z-index: 999;
    border: 2px solid #DFDFDF;*/
}

#pulsantiMenuLogo {
    position: absolute;
    top: 52px;
    width: 65px;
    height: 50px;
    z-index: 1500;
    margin: auto;
    left: 70px;
    text-align: center;
}

#pulsantiMenuLogo1 {
    position: absolute;
    top: 70px;
    width: 65px;
    height: 50px;
    z-index: 1500;
    margin: auto;
    left: 130px;
    text-align: center;
}

    #pulsantiMenuLogo1 a, #pulsantiMenuLogo1 a:hover, #pulsantiMenuLogo1 a:link, #pulsantiMenuLogo1:active {
        text-decoration: none;
        
    }

#pulsantiTestataDX {
    position: relative;
    right: 30px;
    top: 95px;
    width: 180px;
    height: 55px;
    z-index: 1500;
    text-align: right;
    color: #000000;
    font-size: 12px;
}

.selectTestataDX {
    color: #FFFFFF;
    position: absolute;
    top: 75px;
    right: 5px;
    z-index: 5000;
    font-size: 12px;
}

    .selectTestataDX select {
        font-size: 12px;
    }

#divSelezionaVista {
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 30px;
}

.ListaPartizioniMappa {
    position: absolute;
    text-align: right;
    z-index: 1000;
    width: 300px;
    right: 28px; /*background-color: #E2E2E2;*/
    font-size: 12px;
    font-weight: bold;
    background-color: #12385d;
    color: #FFFFFF;
}

    .ListaPartizioniMappa SELECT {
        font-size: 12px;
    }

/* CSS3 ha il box-shadow, ma fatto con l'opacità è più bello */
.shadow {
    opacity: .33; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=33); /* IE lt 8 */
    -ms-filter: "alpha(opacity=33)"; /* IE 8 */
    -khtml-opacity: .33; /* Safari 1.x */
    -moz-opacity: .33; /* FF lt 1.5, Netscape */
}



#topBar {
    height: 56px;
    /* fallback */
    /*background-color: #36719b;*/
    /*background-color: #12385b; /*Personalizzazione LightCare */
    /* background: url(../Images/topBar.png); */
    background-color: #cc6633;
    background: url(../Images/topBarSmile.png); /*Personalizzazione LightCare */
    /* background-position: bottom; */
    background-repeat: repeat-x;
    /* personalizzazione LightCare 
	* Firefox 3.6+ *
	background: -moz-linear-gradient(100% 100% 90deg, #3c91ca, #12385b);
  
	* Safari 4-5, Chrome 1-9 *
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c91ca), to(#12385b));
  
	* Safari 5.1+, Chrome 10+ *
	background: -webkit-linear-gradient(#3c91ca, #12385b);
  
	* Opera 11.10+ *
	background: -o-linear-gradient(#3c91ca, #12385b); */
}

.preload3 img {
    border-width: 0 !important;
}

/********* Fine Stili Piattaforma V3 *************/

.popup_jquery {
    position: absolute;
    right: 4px;
    top: 250px;
    width: 300px;
    height: 200px;
    background-color: #FFFFBB;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#LightCareLoginBand {
    background-image: url('../Images/bg_band.png');
    background-repeat: no-repeat;
    height: 354px;
    width: 450px;
    margin: 0 auto;
    position: relative;
    left: -150px;
}

#LightCareLLC {
    background-color: #213749; width:100%; height:36px;
}

#LightCareLLC img {
    position: relative;
    left: 190px;
    margin: 0 auto;
    z-index: 980;
}

#eLightLogo {
    position: relative;
    top: 24px;
    left: 340px;
    height: 130px;
    margin: 0 auto;
}

.LightCareFormLogin {
    position: relative;
    top: 60px;
    left: 340px;
    width: 321px;
    height: 145px;
    margin: 0 auto;
    background-color: #e2dac3;
    z-index: 998;
}


.LightCareMessage {
    position: relative;
    left: 338px;
    width: 418px;
    top: -200px;
    margin: 12px auto 0 auto;
    color: #CCCCCC;
}


.menu_primo_livello {
    position: relative;
    z-index: 990;
    top: -40px;
    left: 0px;
    width: 100%;
}

    .menu_primo_livello ul#nav li a.top_link span {
        height: 20px;
        padding: 0 12px;
    }

    .menu_primo_livello ul#nav li.top a.top_link span {
        height: 28px;
    }

.menu_secondo_livello ul#nav {
    height: 26px;
}

    .menu_secondo_livello ul#nav li a.top_link {
        height: 26px;
        font-size: 11px;
        line-height: 22px;
    }

        .menu_secondo_livello ul#nav li a.top_link span {
            height: 20px;
            padding: 0 8px;
        }

.menu_secondo_livello {
    position: relative;
    z-index: 980;
}

    .menu_secondo_livello #menu-container {
        background-image: none !important;
    }

    .menu_secondo_livello ul#nav {
        height: 20px;
    }

        .menu_secondo_livello ul#nav li a.top_link {
            height: 20px;
            font-size: 10px;
            line-height: 18px;
        }


.menu_primo_livello .item_highlight {
    background: url("../Images/Menu/blank_highlight.gif") !important;
    background-repeat: repeat-x !important;
}

.menu_secondo_livello .item_pushed {
    background: url(../Images/Menu/blank_over.gif) no-repeat right top !important;
    color: #ffffff;
}

.hide {
    display: none;
}

.bigText {
    font-size: 14px;
}

    .bigText td, .bigText th, .bigText a {
        font-size: 14px !important;
    }

    .bigText input {
        font-size: 14px;
        padding: 1px 4px;
    }

.bold {
    font-weight: bold;
}

/* Modifica dimensioni standard dei link */

a {
    font-size: 12px;
}

td a {
    font-size: 10px;
}

#statusbar {
    margin: 16px 0px;
    /* background-color: #FFCC33; */
}

    #statusbar p {
        font-size: 14px;
        color: #12385a;
    }

.statusbar_alert {
    font-weight: bold;
    color: #a62121;
}

.Floating {
    float: left;
}

/*        Background custom LightCare        */
BODY {
    /* fallback */
    /*background-color: #36719b;*/
   /* background-color: #e5e5e5; *//*Personalizzazione LightCare */
    /* background: url(../Images/topBar.png); */
   /* background: url(../Images/eLight_BG.png);*/ /*Personalizzazione LightCare */
    /* background-position: bottom; */
   /* background-repeat: repeat-x;*/
}

#nav, #menu-container {
    /*background-color: #e5e5e5; */ /*Personalizzazione LightCare */
    background-image: url("../Images/Menu/blank_1.gif");
    background-repeat: repeat;
}

.HugeList {
    font-size: 16px;
    font-weight: 700;
}

/* Stili per componenti basati su Infragistic Gauge (per LightCare) */
.gauge {
    height: 80px;
    width: 245px; /*300px;*/
    margin-top:10px;
}

.gauge_div {
    float: left;
    height: 70px; /*80px;*/
    min-width: 70px; /*100px;*/
    margin: auto auto;
    margin-top: -10px;
}

.gauge_value_pending {
    padding: 4px 4px;
    background-color: #FFFF00;
    color: #000000;
    font-size: 16px;
}

.gauge_value {
    padding: 4px 4px;
    background-color: #3333FF;
    color: #FFFFFF;
    font-size: 16px;
}

.gauge_txt {
    padding-top: 5px;
}

.gauge_desc {
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
    float: left;
}

.gauge_desc1 {
    font-size: 14px;
    margin: 2px 2px;
    font-weight: normal;
}

.gauge_img {
    float:left;margin-right: 20px;
}

.table_cruscotto_hr {
    border: 1px solid #C0C0C0;
    height: 10px;
}
/*****************/
.testoClienteCruscotto {
    font-size: medium;
}

.textBoxDatiImpianto {
    border-style: none;
    background-color: transparent;
}

.cella_cruscotto_impianto {
    background-color: #E6E6E6;
}

.cTableCruscottoImpianto {
    margin-left: -3px;
    width: 600px;
}

    .cTableCruscottoImpianto tr {
        height: 74px;
        vertical-align: middle;
    }

    .cTableCruscottoImpianto td {
        vertical-align: middle;
    }

.dateWrap {
    background-position: 0% 0%;
    height: 60px;
    width: 60px;
    background-image: url('../Images/righttabdefault.gif');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
}

.dateWrapTitolo {
    text-align: center;
    font-size: 10px;
    display: block;
    font-weight: bold;
    height: 23px;
    color: #FFFFFF;
    background-color: #3586bd;
}

.day {
    text-align: center;
    font-size: 18px;
    display: block;
}

.day-text {
    text-align: center;
    font-size: 9px;
    display: block;
}


.month-year {
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 9px;
    display: block;
    background-color: #3333FF;
}

.year {
    display: block;
    text-align: center;
    font-size: 10px;
    font-family: helvetica, arial, san-serif;
}

.navAlertZero {
    border: 1px solid #3a93d2;
    font: 70%/1.5 Verdena,Tahoma,sans-serif;
    color: #000000;
    background: #E5E5E5;
    width: 40px;
    height: 25px;
    margin-left: 7px;
    line-height: 26px;
    text-align: center;
    cursor: none;
    font-weight: bold;
}

ul#navAlertZero {
    border: 1px solid #3a93d2;
    font: 70%/1.5 Verdena,Tahoma,sans-serif;
    color: #000000;
    background: #E5E5E5;
    width: 40px;
    height: 25px;
    margin-left: 7px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}

    ul#navAlertZero, ul#navAlertZero li, ul#navAlertZero ul, ul#navAlertZero ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        ul#navAlertZero a {
            display: block;
            padding: 0 15px;
            text-decoration: none;
            color: #000000;
        }

        ul#navAlertZero li {
            float: left;
            position: relative;
        }

            ul#navAlertZero li li {
                float: none;
                line-height: 18px;
                width: 120px;
                display: block !important;
                display: inline;
            }

        ul#navAlertZero ul {
            position: absolute;
            top: 25px;
            left: -9999px;
            width: 12em;
            background: #fff;
            color: #000000;
        }

        ul#navAlertZero ul {
            padding: 7px 0;
            border: 1px solid #3a93d2;
            width: 120px;
        }

        ul#navAlertZero ul, ul#navAlertZero li li a {
            background-color: #FFF;
            color: #000000;
        }

        ul#navAlertZero li:hover, ul#navAlertZero a:hover {
            color: #000000;
        }

            ul#navAlertZero li:hover ul, ul#navAlertZero li.sfhover ul {
                left: -1px;
            }




ul#navAlert {
    /*border: 1px solid #3a93d2;*/
    font: 70%/1.5 Arial, Helvetica, sans-serif;
    color: #CC0000; /*background: #E5E5E5;*/
    width: 40px;
    height: 25px;
    margin-left: 7px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
}

    ul#navAlert, ul#navAlert li, ul#navAlert ul, ul#navAlert ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 14px;
        font-family: arial, verdana, sans-serif;
        float: right;
        height: 22px;
        font-weight: normal;
        top: -21px;
        left: 14px;
    }

        ul#navAlert a {
            display: block;
            padding: 0 15px;
            text-decoration: none;
            color: #FFFFFF;
            font-size: 14px;
        }

        ul#navAlert li {
            float: left;
            position: relative;
        }

            ul#navAlert li li {
                float: none;
                line-height: 18px;
                width: 120px;
                display: block !important;
                display: inline;
            }

        ul#navAlert ul {
            position: absolute;
            top: 35px;
            left: -9999px;
            width: 12em;
            background: #fff;
            color: #000000;
            font: 70%/1.5 Verdena,Tahoma,sans-serif;
        }

        ul#navAlert ul {
            padding: 7px 0;
            border: 1px solid #3a93d2;
            width: 120px;
            height: 40px;
            top: 40px;
            margin-left: 15px;
        }

        ul#navAlert ul {
            margin-top: -14px;
            margin-left: -5px;
        }

        ul#navAlert li li a {
            background-color: #FFF;
            color: #000000;
            margin-left: -14px;
            margin-top: 14px;
            width: 90px;
        }

        ul#navAlert li:hover, ul#navAlert a:hover {
            color: #FF0000;
        }

            ul#navAlert li:hover ul, ul#navAlert li.sfhover ul {
                left: -1px;
            }
/*****************/

.panelCruscotto {
    border: thin solid #999999;
    display: table;
    min-width: 1px;
    /* margin: 0 auto;*/
    text-align: center;
    width: 80%; /*98%;*/
    float: right;
}



.ddoverlap {
    /* border-bottom: 1px solid #bbb8a9;*/
    clear: left;
}

    .ddoverlap ul {
        padding: 0;
        margin: 0;
        font: bold 90% default;
        list-style-type: none;
        font-family: Arial;
    }

    .ddoverlap li {
    display: inline;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

        .ddoverlap li a {
    padding: 3px 7px;
    text-decoration: none;
    padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
    color: #FFFFFF;
    background-color: #b8aa95;
    position: relative;
    display: block;
    float: left; /*margin-left: -20px;*/ /*shift tabs 20px to the left so they overlap*/
    left: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

            .ddoverlap li a:visited {
    color: #FFFFFF;
}

            .ddoverlap li a:hover {
                text-decoration: none;
            }

        .ddoverlap li.selected a {
    /*selected tab style*/
    color: #FFFFFF;
    z-index: 100; /*higher z-index so selected tab is topmost*/
    top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
    background-color: #12385d;
    font-weight: 700;
}

            .ddoverlap li.selected a:hover {
                text-decoration: none;
            }

        .ddoverlap li.disabled a {
    /*selected tab style*/
    color: #CCCCCC;
    z-index: 100; /*higher z-index so selected tab is topmost*/
    top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
    background-color: #b8aa95;
    font-weight: normal;
}

            .ddoverlap li.disabled a:hover {
                text-decoration: none;
            }


.lnkRequisiti {
    text-decoration: none;
    color: #CCCCCC;
}

    .lnkRequisiti A {
        text-decoration: none;
        color: #CCCCCC;
    }

.width70 {
    width: 70px;
    margin-left: -35px;
}

.staticWidth70 {
    width: 70px;
}





.slider_rail {
    position: relative;
    height: 200px;
    width: 15px;
}

.slider_handle {
    position: absolute;
    height: 14px;
    width: 22px;
}


.slider_rail_cruscotto {
    /*position: relative;*/
    height: 20px;
    width: 300px;
    position: relative;
}

.slider_handle_cruscotto {
    /*position: absolute;*/
    height: 20px;
    width: 10px;
    position: relative;
}

.slider_text {
    border-style: none;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    width: 25px;
    margin-left: -7px;
}

.slider_text_potenza {
    border-style: none;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    width: 25px;
    margin-left: -7px;
}


    .slider_text_potenza:hover {
        border: 1px solid #FF9900;
    }

    .slider_text_potenza::selection {
        border: 1px solid #FF9900;
    }



.slider_text_cruscotto {
    border-style: none;
    background-color: transparent;
    font-size: 8px;
    text-align: center;
    width: 300px;
    height: 20px;
}

.slider_text_hidden {
    display: none;
}

.div_slider {
    float: left;
    width: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.div_slider_background {
    background: #fb9d23; /* Old browsers */
    background: -moz-linear-gradient(top, #0d42fe 0%, #8cafff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d42fe), color-stop(100%,#8cafff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0d42fe 0%,#8cafff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0d42fe 0%,#8cafff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0d42fe 0%,#8cafff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0d42fe 0%,#8cafff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d42fe', endColorstr='#8cafff',GradientType=0 ); /* IE6-9 */
    width: 23px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}

.div_slider_background_old {
    clear: left;
    background-color: #FF822F;
    width: 23px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}

.div_slider_cruscottoLampada_background {
    background-position: 20px 7px;
    float: left;
    width: 300px;
    height: 18px;
    margin-left: 5px; /*background-color: #99CCFF;*/
    background-image: url(../Images/riga_potenza.png);
    background-repeat: repeat-x;
    position: initial;
    z-index: -100;
}

/*Header*/

.ajax__tab_xp  {
    text-align: left;
    
}



.ajax__tab_xp .ajax__tab_tab {
}

.MyTabStyle .ajax__tab_header {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer a {
    
    color: #FFFFFF;
    margin-right: 3px;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner a {
    border-color: #666;
    color: #FFFFFF;
    padding: 3px 10px 2px 0px;
    background-color: #b8aa95;
    text-indent: 5px;
    font-weight: normal;
}
    .MyTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer a {
    border-style: none;
    background-color: #12385d;
    color: #FFFFFF;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
   
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer {
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner {
   
}
.MyTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #b8aa95;
    border-top-color: #ffffff;
    color: #FFFFFF;
}

/*
.MY_ajax__tab_xp .ajax__tab_header { 
    font-family:verdana,tahoma,helvetica; 
    font-size:32px; 
    background: 
        url() 
        repeat-x 
        bottom; 
} 
.MY_ajax__tab_xp .ajax__tab_outer { 
    padding-right:4px; 
    background: 
        url() 
        no-repeat 
        right; 
    height:21px; 
} 
.MY_ajax__tab_xp .ajax__tab_inner { 
    padding-left:3px; 
    background: 
        url() 
        no-repeat; 
} 
.MY_ajax__tab_xp .ajax__tab_tab { 
    height:13px; 
    padding:4px; 
    margin:0; 
    background: 
        url() 
        repeat-x; 
} 
.MY_ajax__tab_xp .ajax__tab_hover .ajax__tab_outer { 
    background: 
        url() 
        no-repeat 
        right; 
} 
.MY_ajax__tab_xp .ajax__tab_hover .ajax__tab_inner { 
    background: 
        url() 
        no-repeat; 
} 
.MY_ajax__tab_xp .ajax__tab_hover .ajax__tab_tab { 
    background: 
        url() 
        repeat-x; 
} 
.MY_ajax__tab_xp .ajax__tab_active .ajax__tab_outer { 
    background: 
        url() 
        no-repeat 
        right; 
} 
.MY_ajax__tab_xp .ajax__tab_active .ajax__tab_inner { 
    background: 
        url() 
        no-repeat; 
} 
.MY_ajax__tab_xp .ajax__tab_active .ajax__tab_tab { 
    background: 
        url() 
        repeat-x; 
} 
    */

/*
.MY_ajax__tab_xp .ajax__tab_body { 
    font-family:verdana,tahoma,helvetica; 
    font-size:10pt; 
    border:1px solid #999999; 
    border-top:0; 
    padding:8px; 
    background-color:#ffffff; 
}*/


.MessaggioScenari {
    font-size: 14px;
    color: #000080;
}



.labelListaImpiantoLogico, labelListaImpiantoLogico A, labelListaImpiantoLogico A:hover, labelListaImpiantoLogico A:link {
    font-size: 18px;
    text-decoration: none;
}

.myButton {
    border: thin solid #28394e;
    background-color: #28394e;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    text-indent: 10px;
    cursor: pointer;
    height: 25px;
    padding-right: 5px;
    text-decoration: none;
    vertical-align: middle;
}


.myButtonAlert {
    border: thin solid #28394e;
    background-color: #CC3300;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    text-indent: 10px;
    cursor: pointer;
    height: 25px;
    padding-right: 5px;
    text-decoration: none;
    vertical-align: middle;
}

/*.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

    .myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color: #bc3315;
    color: #FFFFFF;
}

    .myButton:active {
    position: relative;
    top: 1px;
    color: #FFFFFF;
}

    .myButton:visited {
    color: #FFFFFF;
}

    */

.punch {
    background: #4162a8;
    border-top: 1px solid #38538c;
    border-right: 1px solid #1f2d4d;
    border-bottom: 1px solid #151e33;
    border-left: 1px solid #1f2d4d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    color: #fff;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px 0 12px 0;
    text-align: center;
    text-shadow: 0px -1px 1px #1e2d4d;
    width: 200px;
    -webkit-background-clip: padding-box;
    cursor: pointer;
}

punch:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    cursor: pointer;
}

punch:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 8px;
}


.punch1 {
    background: #4162a8;
    border-top: 1px solid #38538c;
    border-right: 1px solid #1f2d4d;
    border-bottom: 1px solid #151e33;
    border-left: 1px solid #1f2d4d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    color: #fff;
    font: bold 10px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px 0 7px 0;
    text-align: center;
    text-shadow: 0px -1px 1px #1e2d4d;
    width: 90px;
    -webkit-background-clip: padding-box;
    cursor: pointer;
}

punch1:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    cursor: pointer;
}

punch1:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 8px;
}


.cNumeroImpiantiAllarme {
    background-color: #FFFF00;
    position: relative;
    width: 100px;
    height: 20px;
    font-size: 8px;
    font-weight: bold;
    /*z-index: -2000;*/
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.divNotificaAllarmi {
    background-image: url('../Images/allarme_off.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    color: white;
    margin-right: 5px;
    font-family: arial, verdana, sans-serif;
}


    .divNotificaAllarmi sup, divNotificaAllarmi a, divNotificaAllarmi a:hover, divNotificaAllarmi a:visited, divNotificaAllarmi a:link {
        /* vertical-align: super;*/
        font-size: 14px;
        position: relative;
        top: -2px;
        left: 0px;
        font-family: arial, verdana, sans-serif;
        float: right;
        height: 22px;
        font-weight: normal;
    }


.divNotificaAttivi {
    background-image: url('../Images/attivi_25_25.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    float: left;
    font-family: arial, verdana, sans-serif;
    margin-right: 5px;
}


    .divNotificaAttivi sup {
        /* vertical-align: super;*/
        font-size: 14px;
        position: relative;
        top: -2px;
        left: -3px;
        font-family: arial, verdana, sans-serif;
        float: right;
        height: 22px;
        font-weight: normal;
    }


.divNotificaTotaleImpianti {
    background-image: url('../Images/impianti_totali.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-left: 15px;
    margin-right: 5px;
    font-family: arial, verdana, sans-serif;
}


    .divNotificaTotaleImpianti sup {
        /*vertical-align: super;*/
        font-size: 14px;
        position: relative;
        top: -2px;
        left: 2px;
        font-family: arial, verdana, sans-serif;
        float: right;
        height: 22px;
        font-weight: normal;
    }


.accordionHeader {
    background-color: #CC3300;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}


.accordionHeaderSelected {
    background-color: #CC3300;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.ctabGiornoSettimana {
    background-color: red;
}


.div_cruscotto_Lampada {
    background-position: 240px;
    clear: both;
    padding-top: 3px;
    background-image: url('../Images/linea_cruscotto_vert.png');
    background-repeat: no-repeat;
    margin-left: 17px;
}

.riquadroCruscottoLampada {
    background-image: url('../Images/linea_cruscotto.png');
    font-size: 6px;
    height: 3px;
    background-repeat: no-repeat;
    margin-left: 0px;
    clear:left;
}

.riquadroCruscottoLampadaVerticale {
    font-size: 6px;
    width: 3px;
    background-repeat: no-repeat;
    margin-left: 0px;
    float: left;
    border-right-style: solid;
}
.cPotenzaCruscottoLampada {
    width: 100px;
    float: left;
    font-size: 16px;
}

    .cPotenzaCruscottoLampada input {
        border-style: none;
        font-size: 16px;
        background-color: transparent;
        color: #000000;
        width: 28px;
        position: absolute;
        float: left;
        text-align: right;
        margin-top: -1px;
    }


.cPotenzaCruscottoLampadaPerc {
    border-style: none;
    font-size: 16px;
    background-color: transparent;
    color: #000000;
    width: 20px;
    float: left;
}


.cPotenzaCruscottoLampadaDisplayNo {
    display: none;
}


.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.MessagePopup {
    min-width: 400px;
    min-height: 150px;
    background: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
}

.PopUpUpate {
    background-color: #FFFFCC;
    border-style: solid;
    border-width: 1px;
    height: 130px;
    margin-top: 30px;
}




.shiftcontainer {
    position: relative;
    left: 5px; /*Number should match -left shadow depth below*/
    top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
    width: 250px; /* container width*/
    background-color: #d1cfd0;
}

    .shadowcontainer .innerdiv {
        /* Add container height here if desired */
        background-color: white;
        border: 1px solid gray;
        padding: 6px;
        position: relative;
        left: -5px; /*shadow depth*/
        top: -5px;
    }

.cLampadaReadOnlyTitolo {
    position: relative;
    top: 11px;
    left: 5px;
    background-color: #EBEBEB;
    font-size: 12px;
    height: 15px;
    z-index: 400;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}


.cListaImpiantiLogistica {
    background-image: url('../Images/btnImpiantoIndustrialeViewLogica_off.png');
    background-repeat: no-repeat;
    width: 295px;
    height: 237px;
    text-align: center;
}


.punchListaImpiantiStato {
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
    color: #12385c;
    position: relative;
    top: 90px;
    text-align: left;
    text-indent: 20px;
}


.punchListaPlanimetrieIndustriali {
    background-image: url('../Images/btnImpiantoIndustrialeViewLogica_off.png');
    background-repeat: no-repeat;
    width: 376px;
    text-align: left;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #12385c;
    text-indent: 15px;
}


.punchListaImpiantiIndustriali {
    background-image: url('../Images/btnImpiantoIndustrialeViewLogica_off.png');
    background-repeat: no-repeat;
    width: 376px;
    height: 102px;
    text-align: left;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #12385c;
    text-indent: 15px;
}

    .punchListaImpiantiIndustriali:hover {
        background-image: url('../Images/btnImpiantoIndustrialeViewLogica_off.png');
        background-repeat: no-repeat;
        width: 376px;
        height: 102px;
        text-align: left;
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .punchListaImpiantiIndustriali:active {
        background-image: url('../Images/btnImpiantoIndustrialeViewLogica_off.png');
        background-repeat: no-repeat;
        width: 376px;
        height: 102px;
        text-align: left;
        border: none;
        background-color: transparent;
    }

.cimgLinkCruscotto {
   background-image: url('../Images/img_cruscotto.png');
    background-repeat: no-repeat;
    background-position: 3px;
    background-position: 0px;
     width: 30px;
    height: 16px;
}
.cimgLinkCruscotto:hover {
        background-image: url('../Images/img_cruscotto_sel.png');
    background-repeat: no-repeat;
          background-position: 3px;
    background-position: 0px;
     width: 30px;
    height: 16px;
}
.cimgLinkCruscotto:active {
        background-image: url('../Images/img_cruscotto_sel.png');
    background-repeat: no-repeat;
          background-position: 3px;
    background-position: 0px;
     width: 30px;
    height: 16px;
}


.pulsante_update_testata {
   background-image: url('../Images/update_potenza.png');
   background-repeat: no-repeat;
   
     width: 25px;
    height: 25px;
}
.pulsante_update_testata:hover {
        background-image: url('../Images/update_potenza_sel.png');
    background-repeat: no-repeat;

     width: 25px;
    height: 25px;
}
.pulsante_update_testata:active {
        background-image: url('../Images/update_potenza_sel.png');
    background-repeat: no-repeat;
    
     width: 25px;
    height: 25px;
}

.pulsante_refresh_VarLamp {
   background-image: url('../Images/RefreshVarLamp.png');
   background-repeat: no-repeat;
   
    width: 60px;
    height: 32px;
}
.pulsante_refresh_VarLamp:hover {
        background-image: url('../Images/RefreshVarLamp_sel.png');
    background-repeat: no-repeat;

     width: 46px;
    height: 32px;
}
.pulsante_refresh_VarLamp:active {
        background-image: url('../Images/RefreshVarLamp_sel.png');
    background-repeat: no-repeat;
    
     width: 32px;
    height: 25px;
}

.pulsante_refresh_VarLamp_off {
   background-image: url('../Images/RefreshVarLamp_off.png');
   background-repeat: no-repeat;
   
    width: 60px;
    height: 32px;
}
.pulsante_refresh_VarLamp_off:hover {
        background-image: url('../Images/RefreshVarLamp_off_sel.png');
    background-repeat: no-repeat;

     width: 46px;
    height: 32px;
}
.pulsante_refresh_VarLamp_off:active {
        background-image: url('../Images/RefreshVarLamp_off_sel.png');
    background-repeat: no-repeat;
    
     width: 32px;
    height: 25px;
}

.secondiTimerRefresh {
    color: #12385d;
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;
    border: none;
}



.punchListaImpiantiStradali {
    background-image: url('../Images/btnImpiantoStradaleViewLogica_off.png');
    background-repeat: no-repeat;
    width: 102px;
    height: 237px;
    text-align: left;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #12385c;
    text-indent: 15px;
}

    .punchListaImpiantiStradali:hover {
        background-image: url('../Images/btnImpiantoStradaleViewLogica_on.png');
        background-repeat: no-repeat;
        width: 376px;
        height: 102px;
        text-align: left;
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .punchListaImpiantiStradali:active {
        background-image: url('../Images/btnImpiantoStradaleViewLogica_on.png');
        background-repeat: no-repeat;
        width: 376px;
        height: 102px;
        text-align: left;
        border: none;
        background-color: transparent;
    }



.punchListaReport {
    background-image: url('../Images/btnReport_off.png');
    background-repeat: no-repeat;
    width: 295px;
    height: 237px;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #000080;
}

    .punchListaReport:hover {
        background-image: url('../Images/btnReport_on.png');
        background-repeat: no-repeat;
        width: 295px;
        height: 237px;
        text-align: center;
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .punchListaReport:active {
        background-image: url('../Images/btnReport_on.png');
        background-repeat: no-repeat;
        width: 295px;
        height: 237px;
        text-align: center;
        border: none;
        background-color: transparent;
    }

#MenuPopUpScenari {
    position: Absolute;
    visibility: Hidden;
    background: #E0E0E0;
    padding: 3px 3px 3px 3px;
    width: 150px;
    border: Solid 1px #AAAAAA;
    font-size: 10px;
}

a.MenuPopUpScenari {
    display: Block;
    position: Relative;
    background: #E0E0E0;
    color: #000000;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
    border: Solid 1px #E0E0E0;
}

    a.MenuPopUpScenari:hover {
        display: Block;
        position: Relative;
        background: #336699;
        color: #FFFFFF;
        text-decoration: None;
        padding: 3px 3px 3px 3px;
        border: Solid 1px #000000;
    }

.tableSimulatoreRisparmio {
}

.tableSimulatoreRisparmio_th {
    font-size: 16px;
    width: 90px;
    text-align: center;
}

.tableSimulatoreRisparmio_td {
    font-size: 12px;
    color: #CC3300;
    text-align: right;
    font-weight: normal;
}

.clblIntestazioneSimulatoreRisparmio {
    font-size: 14px;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #E9E9E9;
    color: #CC3300;
}


.cbtnCalendar {
}

.cReport {
    text-align: center;
    margin: auto;
}

    .cReport ParamsGrid {
        /* make background owly pink! */
        background-color: pink;
        border: 1px solid maroon;
        width: 400px;
    }

.cReportParamsGrid MenuBarBkGnd {
    /* make background owly pink! */
    background-color: pink;
    border: 1px solid maroon;
    width: 400px;
}

.cReportParamsGrid ParametersFrame {
    /* make background owly pink! */
    background-color: pink;
    border: 1px solid maroon;
    width: 400px;
}

.cReportParamsGrid ParamLabelCell {
    /*

	widen labels for parameters

	and change font colour

	*/
    padding: 5px;
    padding-right: 0px;
    color: maroon;
    width: 20px;
}

#ReportViewer1_ctl04 {
}

#ReportViewer1_ctl04_ctl00 {
}

#ReportViewer1_fixedTable {
}

    #ReportViewer1_fixedTable tr {
    }

    #ReportViewer1_fixedTable td {
    }

#ParameterTable_ReportViewer1_ctl04 {
}

    #ParameterTable_ReportViewer1_ctl04 tr {
    }

    #ParameterTable_ReportViewer1_ctl04 td {
    }

#ParametersGridReportViewer1_ctl04 {
}

#ParametersRowReportViewer1 td {
}



#ParametersGridReportViewer1_ctl04 label {
}




#areaReport img {
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #808080;
    cursor: pointer;
    margin: 20px 20px 10px 20px;
}

    #areaReport img:hover {
        box-shadow: 5px 5px 5px red;
    }

    #areaReport img:active {
        box-shadow: 2px 2px 5px red;
    }

    #areaReport img.attivo {
        box-shadow: 5px 5px 5px DeepSkyBlue;
    }

#areaReport div {
    display: inline-block;
    width: 119px;
    font-weight: bold;
    font-size: 12px;
}

.areaReport_imgSelected {
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #808080;
    cursor: pointer;
    margin: 20px 20px 10px 20px;
}

.cNomeReport {
    font-size: 18px;
    font-weight: bolder;
}


.cdivIntestazioneCruscottiImpiantoHub {
    /*background-position: top;
   background-image: url(../Images/sfondo_tabella_cruscotti.png);
    background-repeat: no-repeat;*/
    width: 570px;
    margin-left: -5px;
    margin-top: -6px;
    height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
}

.cdivIntestazioneCruscottiImpiantoHub hr {
}

.cdivIntestazioneCruscottiImpiantoHubRiga1 {
    height: 50%;
    margin-top: 5px;
}

.cdivIntestazioneCruscottiImpiantoHubRiga2 {
    height: 50%;
    margin-top: -1px;
    font-style: oblique;
     font-size: 10px;
}

.cCruscottiTestoValori {
    font-size: 16px;
    text-align: center;
}

.cCruscottiTestoValoriPotenze {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.cdivCruscottoValori {
    text-align: right;
    width: 130px;
    float: left;
}

.cdivCruscottoValoriDX {
    text-align: right;
    width: 100px;
    float: left;
}

.cdivCruscottoUM {
    text-align: left;
    width: 33px;
    float: left;
    margin-top: 4px;
    margin-left: 3px;
}

.cCruscottoLampadaValori {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.testataTagging {
    font-size: 16px;
    color: #12385d;
}

.testataTagging a, testataTagging a::selection, testataTagging a:hover, testataTagging a:link  {
    font-size: 16px;
    color: #12385d;
}
.testataTagging select {
    font-size: 16px;
    color: #12385d;
}




/*PANNELLO*/

        /* ==================== BAR GRAPH  ==================== */
/* ------ container ------ */
div.css_bar_graph
	{
	width: 490px;
	height: 220px;
	padding: 40px 20px 10px 70px;
	/* --- font --- */
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	position: relative; 
	margin-left: auto;
	margin-right: auto;	
	/* --- css3 --- */
	}
	
/* ------ hyperlinks ------ */
div.css_bar_graph a
	{
	color: #444444;
	text-decoration: none;
	}
	
/* ------ lists ------ */
div.css_bar_graph ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
div.css_bar_graph li
	{
	margin: 0px;
	padding: 0px;
	}

/* ==================== Y-AXIS LABELS ==================== */
/* ------ base ------ */
div.css_bar_graph ul.y_axis
	{
	width: 50px;
	position: absolute;
	top: 40px;
	left: 10px;
	text-align: right;
	}
	
/* ------ labels ------ */
div.css_bar_graph ul.y_axis li
	{
	width: 100%;
	height: 49px;	/* 50px including border */
	float: left;
	color: #888888;
    text-align: left;
	/* --- alignment correction --- */
	border-top: 1px solid transparent;
	position: relative;
	top: -13px;	/* value = font height */
	}	
	
/* ==================== X-AXIS LABELS  ==================== */
/* ------ base ------ */
div.css_bar_graph ul.x_axis
	{
	width: 200px;
	height: 50px;
	  font-size: 12px;
   bottom: 0px;
	left: 90px;
	text-align: center;
	}
	
/* ------ labels ------ */
div.css_bar_graph ul.x_axis li
	{
	display: inline;
	width: 90px;
	float: left;
	}
	
/* ==================== GRAPH LABEL  ==================== */
/* ------ base ------ */
div.css_bar_graph div.label
	{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 20px;
	text-align: center;
	}
	
div.css_bar_graph div.label span
	{
	font-weight: bold;
	}
	
/* ==================== GRAPH  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph
	{
	width: 100%;
	height: 100%;
	float: left;
	}
	
/* ------ grid ------ */
div.css_bar_graph div.graph ul.grid
	{
	width: 100%;
	}

/* ------ IE grid ------ */
div.css_bar_graph div.graph li
	{
	width: 100%;
	height: 22px;	/* 50px including border */
	float: left;
	border-top: 1px solid #e5e5e5;
	}	
	
/* ------ other browsers grid ------ */
div.css_bar_graph div.graph li:nth-child(odd)
	{
	width: 100%;
	height: 20px;	/* 50px including border */
	float: left;
	border-top: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	}
	
div.css_bar_graph div.graph li:nth-child(even)
	{
	width: 100%;
	height: 20px;	/* 50px including border */
	float: left;
	border-top: 1px solid #e5e5e5;
	}
	
/* ------ bottom grid element ------ */
div.css_bar_graph div.graph li.bottom
	{
	border-top: 1px solid #d5d5d5;
	background-color: #eeeeee;
	height: 19px;

	}
	
/* ==================== BARS COMMON  ==================== */
/* ------ common styles ------ */
div.css_bar_graph div.graph li.bar
	{
	width: 150px;
	float: left;
	position: absolute;
	bottom: 70px;
	text-align: center;
	/* --- css3 --- */
	/* --- transitions --- */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ bar top circle ------ */
div.css_bar_graph div.graph li.bar div.top
	{
	width: 100%;
	height: 20px;
	margin-top: -10px;
	/* --- css3 --- */
	-moz-border-radius: 50px/20px;
	-webkit-border-radius: 50px 20px;
	border-radius: 50px/20px;
	/* --- transitions --- */
   
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ bar bottom circle ------ */
div.css_bar_graph div.graph li.bar div.bottom
	{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	/* --- css3 --- */
	-moz-border-radius: 50px/20px;
	-webkit-border-radius: 50px 20px;
	border-radius: 50px/20px;
   
	/* --- transitions --- */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}

/* ------ bar top label ------ */
div.css_bar_graph div.graph li.bar span
	{
	position: relative;
	top: -50px;
	padding: 3px 5px 3px 5px;
	z-index: 100;
	
    font-size: 12px;
    color: #12385d; /* font-family: Verdana, Arial; */ /* personalizzazione LightCare */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-align: left;
   /* background-color: #eeeeee;
	border: 1px solid #bebebe;
	


    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
    background-image: linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ebebeb'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ebebeb'); 
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb); 
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);  
	background: -o-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #f1f1f1), color-stop(1, #ebebeb)); 
	
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);*/
	/* --- transitions --- */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ bars positions ------ */
div.css_bar_graph div.graph li.nr_1
	{
	left: 110px;
	}
	
div.css_bar_graph div.graph li.nr_2
	{
	left: 300px;
	}
	
div.css_bar_graph div.graph li.nr_3
	{
	left: 290px;
	}
	
div.css_bar_graph div.graph li.nr_4
	{
	left: 380px;
	}
	
div.css_bar_graph div.graph li.nr_5
	{
	left: 470px;
	}
	
div.css_bar_graph div.graph li.nr_6
	{
	left: 560px;
	}
	
div.css_bar_graph div.graph li.nr_7
	{
	left: 650px;
	}
	
div.css_bar_graph div.graph li.nr_8
	{
	left: 740px;
	}

/* ==================== BLUE BAR  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph li.blue
	{
	background: #208faf;	/* --- IE --- */
	background: rgba(32,143,175,0.8);
	}

/* ------ top ------ */
div.css_bar_graph div.graph li.blue div.top
	{
	background: #72b8cc;
	}
	
/* ------ bottom ------ */
div.css_bar_graph div.graph li.blue div.bottom
	{
	background: #208faf;
	}
	
/* ==================== GREEN BAR  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph li.green
	{
	background: #608d00;	/* --- IE --- */
	background: rgba(48,220,20,0.8);
	}

/* ------ top ------ */
div.css_bar_graph div.graph li.green div.top {
    background: #66FF33;
}
	
/* ------ bottom ------ */
div.css_bar_graph div.graph li.green div.bottom {
    background: #009933;
}
	
/* ==================== ORANGE BAR  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph li.orange
	{
	background: #ff9000;	/* --- IE --- */
	background: rgba(255,144,0,0.8);
	}

/* ------ top ------ */
div.css_bar_graph div.graph li.orange div.top
	{
	background: #ffc24c;
	}
	
/* ------ bottom ------ */
div.css_bar_graph div.graph li.orange div.bottom
	{
	background: #ff9000;
	}
	
/* ==================== PURPLE BAR  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph li.purple
	{
	background: #7d47ba;	/* --- IE --- */
	background: rgba(125,71,186,0.8);
	}

/* ------ top ------ */
div.css_bar_graph div.graph li.purple div.top
	{
	background: #b592dd;
	}
	
/* ------ bottom ------ */
div.css_bar_graph div.graph li.purple div.bottom
	{
	background: #7d47ba;
	}
	
/* ==================== RED BAR  ==================== */
/* ------ base ------ */
div.css_bar_graph div.graph li.red
	{
	background: #d23648;	/* --- IE --- */
	background: rgba(255,40,30,0.8);
	}

/* ------ top ------ */
div.css_bar_graph div.graph li.red div.top {
    background: #FF6666;
}
	
/* ------ bottom ------ */
div.css_bar_graph div.graph li.red div.bottom
	{
	background: #d23648;
	}
	
/* ==================== HOVERS  ==================== */
div.css_bar_graph div.graph li.blue:hover
	{
	cursor: pointer;
	background: #208faf;
	}
	
div.css_bar_graph div.graph li.green:hover
	{
	cursor: pointer;
	background: #608d00;
	}
	
div.css_bar_graph div.graph li.orange:hover
	{
	cursor: pointer;
	background: #ff9000;
	}
	
div.css_bar_graph div.graph li.purple:hover
	{
	cursor: pointer;
	background: #7d47ba;
	}
	
div.css_bar_graph div.graph li.red:hover
	{
	cursor: pointer;
	background: #d23648;
	}
	
div.css_bar_graph div.graph li.bar:hover span
	{
	cursor: pointer;
	top: -60px;
	padding: 10px;
	margin: 0px;
	}
/*FINE PANNELLO*/


.TestoLoginTop  {
    color: white;
    font-size: 12px;
    font-weight: 900;

}


#LampadeGrid {
    width: 50%;
    text-align: left;
}

.divPlanimetria1 {
    border: 1px solid #000080;
    padding: 20px 20px 20px 20px;
}

.cListaPanimetrie_NomePlanimetria {
    font-size: 14px;
    font-weight: bold;
}

.cListaPanimetrie_DettagliPlanimetria {
}

.helpText {
    font-size: 20px;
    text-align: justify;
}