body
{overflow-x:hidden;}

#notice{ display: none;}


#grafica
{
    background-color:#fff;
    padding: 0px;
    margin: 0px;
}

#selezione
{
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    /*min-height: 350px;*/
    /*height: 100%;*/
}

.clickable
{
    cursor: pointer;
}


.aziendaTable
{
    margin: 0px; padding: 0px;
}

.voceSelezionabile
{
    background-color: #FFF;
    cursor: pointer;

    width:	100%;
}


.voceSelezionabile .offertaSelected, .voceSelezionabile:hover
{
    cursor:             pointer;
    background-color:   #e7e7e7;
    /*
        background-image :      url("/img/Generic/bg_offerta_aziende.png");
        background-position:    right center;
        background-repeat:      no-repeat;
    */
    /*
	-webkit-border-left-top-radius: 20px;
    -moz-border-left-top-radius: 20px;
    border-left-top-radius: 20px;

    -webkit-border-left-bottom-radius: 20px;
    -moz-border-left-bottom-radius: 20px;
    border-left-bottom-radius: 20px;
	*/
}




.voceSelezionabile:hover .offertaBox, .offertaSelected .offertaBox
{
   /* background-color: #006699;*/
}

.voceSelezionabile:hover .offertaDescrizione, .offertaSelected .offertaDescrizione
{
    color: #003e75;
}


.voceSelezionabile:hover .offertaLaPunta, .offertaSelected .offertaLaPunta
{
    background-image :      url("/img/Generic/bg_offerta_aziende.png");
    background-position:    right center;
    background-repeat:      no-repeat;
}


.offertaRow:hover
{
    cursor: pointer;
    background-color: #e7e7e7;

    background-image : url("/img/Generic/bg_offerta_aziende.png");
    background-position: right center;
    background-repeat: no-repeat;

    -webkit-border-left-top-radius: 20px;
    -moz-border-left-top-radius: 20px;
    border-left-top-radius: 20px;

    -webkit-border-left-bottom-radius: 20px;
    -moz-border-left-bottom-radius: 20px;
    border-left-bottom-radius: 20px;
}


.offertaSelected
{
    cursor: pointer;
    background-color: #e7e7e7;

    /*
    background-image : url("/img/Generic/bg_offerta_aziende.png");
    background-position: right center;
    background-repeat: no-repeat;
*/
    -webkit-border-left-top-radius: 20px;
    -moz-border-left-top-radius: 20px;
    border-left-top-radius: 20px;

    -webkit-border-left-bottom-radius: 20px;
    -moz-border-left-bottom-radius: 20px;
    border-left-bottom-radius: 20px;
}

.offertaSelected .offertaLaPunta
{
    cursor: pointer;
    background-color: #e7e7e7;


    background-image : url("/img/Generic/bg_offerta_aziende.png");
    background-position: right center;
    background-repeat: no-repeat;

}



.separatoreOfferta
{
    height: 1px;
    color: #DDD;
    background-color: #DDD;
    /*margin: 3px;*/
    margin-top: 5px;
    margin-bottom: 5px;

    width:90%;
}

.separatore
{
    height: 1px;
    color: #000;
    background-color: #959595;
    /*margin: 3px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}



/*  colonna SX  */


.offertaRow
{
    cursor: pointer;
    background-color: #FFF;
}

.offertaBox
{
    font-family: 'Montserrat', sans-serif;
    padding: 30PX;
    text-align:center;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    color: #003e75;
 /*   background-color: #0095e0;*/
    max-width: 160px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.offertaPrezzo
{
    color: #003e75;
    font-size: 18px;
    line-height: 20px;
    text-align:right;
}


.offertaPeriodo
{
    color: #000;
    font-size: 18px;
}

.offertaDescrizione
{
    font-size: 14px;
    color: #666;
    min-height: 114px;

    padding: 0px;
    padding-left: 8px;
    padding-top: 10px;
}


/*  colonna DX  */

.titoloOfferta
{
    background-color: #DDD;
    color: #000;

    font-size:  25px;
    line-height:24px; ;

    padding: 5px;
    /*margin: 5px;*/
}


.testoTabella
{
    color: #006699;
    font-size: 14px;
}


.voceTabella
{
    color: #0095e0;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.voceSconto
{
    color: #000;
    font-size: 14px;
    line-height: 28px;
}

.contattaci
{
    color: #ed6e24;
    font-size: 20px;
    padding:2px;
}

select{
    width: 130px;

    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;

    background-color:#FFF;
    text-align: right;
    padding-right: 5px;

    font-size: 14px;
}

.azzurro
{
    color: #0095e0;
    padding:10px;
}