    A
        {
            color: #0085d3;
            text-decoration: none;
        }

    A:active
        {
            color: #0085d3;
            text-decoration: underline;
        }

    A:visited
        {
            color: #0085d3;
            text-decoration: none;
        }

    A:hover
        {
            color: #0085d3;
            text-decoration: underline;
        }

    #tabella-links-main
        {
            background-color: ;
        }

    #cella-links-main-attivo
        {
            background-color: #ffffff;
        }

    #cella-links-main-inattivo
        {
            background-color: #eeeeee;
        }

    #tabella-links-admin
        {
            background-color: #eeeeee;
        }

    #cella-links-admin-attivo
        {
            background-color: #ffffff;
        }

    #cella-links-admin-inattivo
        {
            background-color: #eeeeee;
        }

    #page-body
        {
            background-color: #f8e8b9;
        }

    #titolo
        {
            font-family: arial,verdana,sans-serif;
            font-size: 24px;
            color: #000000;
        }

    #titoletti
        {
            font-family: arial,verdana,sans-serif;
            font-size: 16px;
            color: #000000;
        }

    #testo
        {
            font-family: arial,verdana,sans-serif;
            font-size: 12px;
            color: #000000;
        }

    #testo-intestazione-form
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
        }

    #testo-label-form
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
        }

    #testo-campo-form
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
        }

    #testo-tabella-login-standard
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
        }

    #testo-allarme-form
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #ff0000;
        }

    #testo-bianco
        {
            color: #ffffff;
        }

    #testo-rosso
        {
            color: #ff0000;
        }

    #testo-verde
        {
            color: #4d9e58;
        }

    #testo-blu
        {
            color: #0000af;
        }

    #testo-lilla
        {
            color: #CC66FF;
        }

    #testo-bordeaux
        {
            color: #BB0000;
        }

    #testo-riempimento
        {
            font-size: 4px;
        }

    #cella-intestazione-form
        {
            background-color: #bbbbbb;
        }

    #cella-label-form
        {
            background-color: #dddddd;
        }

    #cella-campo-form
        {
            background-color: #eeeeee;
        }

    #cella-allarme-form
        {
            background-color: #ffc1c1;
            border-color: #ff0000;
            border-style: solid;
            border-width: 1px;
        }

    #cella-allarme-senza-bordo-form
        {
            background-color: #ffc1c1;
        }

    #cella-warning-form
        {
            background-color: #fff8d2;
            border-color: #e1ab3b;
            border-style: solid;
            border-width: 1px;
        }

    .input_text
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 1px;
            padding-left: 5px;
        }

    .select
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 1px;
        }

    .textarea
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 1px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .checkbox
        {
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 1px;
        }

    .submit_button
        {
            font-family: arial,verdana,sans-serif;
            font-size: 10px;
            color: #000000;
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 2px;
            background-color: #eeeeee;
            cursor: pointer;
        }

    .cms_iframe
        {
            border-color: #bbbbbb;
            border-style: solid;
            border-width: 1px;
        }

    .hidden_box
        {
            display: none;
        }


