/*-----------------------------------*/
/* Sito Web: www.landloverslucca.com */
/* Foglio di stile per la stampante  */
/*-----------------------------------*/

body {
        margin: 2cm;
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        text-align:left;
}

/* Formattazione dell'Header */
/*---------------------------*/
#header h1{
        font-size: 300%;
}

/* Logo per palmare da non visualizzare con css screen */
#header img{display: none;}

/* Formattazione tabella appuntamenti */
#entry table, td{
        font-size: 90%;
        border-style: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
}

#entry tr.thead{
        font-size:140%;
        font-weight: bold;
}

#entry div.centra{display: none;}

/* Formattazione della Barra di Navigazione */
/*------------------------------------------*/
#navbar{display: none;}

/* Barra di navigazione alta per palmare da non visualizzare con css screen */
#navbar_palmare{display: none;}

/* Gestione pulsante ToTop da non visualizzare con css screen */
#totop{display: none;}

/* Formattazione del Footer*/
/*-------------------------*/
#footer{
        font-size: 70%;
        text-align: center;
}

#footer a:active, #footer a:link, #footer a:visited{
        color: #000;
}
/* Formattazione elementi grafici validazioni W3C */
/*------------------------------------------------*/
#validazioni{display: none;}
