﻿html, body, #MainForm
{
    height:100%;
    width: 100%;
    padding:0;
    margin:0; 
    border:0; 
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif;
    color: Gray;
    overflow: hidden;
    background: White;
}

a:focus
{
    border: none;
    outline: none;
}

.divFull 
{
    width: 100%;
    height: 100%;
}

.linguaDiv
{
    position: absolute;
    top: 20px;
    left: 40%;
}

.mainMenuDiv 
{
    position: absolute;
    top: 60px;
    right: 10px;
}

a.email1Label:hover
{
    color: Gray;
}

a.email1Label:visited
{
    color: Gray;    
}

a.email1Label:focus
{
    border: none;
    outline: none;
}

.etichetteVerdi
{
    color:#C0FF33;
    font-size:12px;
    font-family:Arial;
}

.etichetteGrigie
{
    color:Gray;
    font-size:12px;
    font-family:Arial;
}
