﻿
/* BOTTONI */
.BOTTONI_GENERALI               {background-color: #FF7D01; color: white; width: 100px; height: 30px; border: 3px solid #595959;}
.BOTTONI_GENERALI_GRANDI        {background-color: #FF7D01; color: white; width: 200px; height: 30px; border: 3px solid #595959;}
.BOTTONI_GENERALI_LARSEN        {background-color: #730400; color: white; width: 100px; height: 30px; border: 3px solid #595959;}

/**********************************************************************************************************************************************************************************************/

/* IMMAGINI */
.IMMAGINI_LOGO                          {width:95%; max-height:95px;}
.IMMAGINI_BOTTONI                       {width:50px;}
.IMMAGINI_BOTTONI_PICCOLI               {width:32px;}
.IMMAGINE_FOTOTESSERA_DIPENDENTE        {max-height:250px;}
/**********************************************************************************************************************************************************************************************/

/* TESTI */
.TESTO_MESSAGGIO_TEXBOX         {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 98%; height: 25px;}
.TESTO_MESSAGGIO_MULTILINE      {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 98%; height: 300px;}
.STILE_CONTROLLI_DROPDOWN       {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 98%; height: 25px;}
/**********************************************************************************************************************************************************************************************/

/* COLLEGAMENTI */
.COLLEGAMENTO_HREF              {background-color: white; color: black}
.COLLEGAMENTO_HREF:hover        {background-color: black; color: white}
/**********************************************************************************************************************************************************************************************/

/*TABELLE*/
.MINIMO_TABELLE_GESTIONE {
    width: 95%;
    min-height: 500px;
}

.TITOLI_COLONNE_TABELLE {
    background: url('../Images/Sfondi/opaco_larsen.png');
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    color: white;
    padding: 3px;
    border: 1px solid black;
}
.TITOLI_COLONNE_TABELLE_ALTRO {
    background-color: #2D6187;
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    color: white;
    padding: 3px;
    border: 1px solid black;
}

.COLORE_RIGA_TABELLE {background-color: white; height:30px; border: 1px solid black;}
.COLORE_RIGA_TABELLE_ALTERNATO {background-color: #DDDDDD; height:30px; border: 1px solid black;}
.ALTEZZA_RIGA_TABELLE {height:40px;}

/**********************************************************************************************************************************************************************************************/
