html, body, form
{
    margin: 0px;
    padding: 0px;
    background: #000033 url(../images/sfondo.png) repeat-x;
    width: 100%;
    height: 100%;
}

a:visited,a:link,a:active{
    color:#dddddd;
}

.MainTable
{
    width: 1000px;
    height: 577px;
    position: absolute;
}

.MainTable .HeaderLeft
{
    width: 778px;
    height: 90px;
    color: #dddddd;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    background-color:#004065;
    padding-left:20px;
}

.MainTable .HeaderRight
{
    background: #004065 url(../images/logo.png) no-repeat center center;
    width: 222px;
    height: 90px;
}

.MainTable .ContentLeft
{
    width: 778px;
    height: 487px;
    background: #cccccc;
    
}

.MainTable .ContentRight
{
    width: 222px;
    height: 487px;
    background: #006699;
    vertical-align: top;
}

.StileTitolo
{
    color: #003366;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}

.StileTesto
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
}

.StileTitoloMisura
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
}

.StileSelect
{
    color: #000000;
    font-family: Tahoma;
    font-size: 10px;
}

.StileTextbox
{
    color: #666666;
    font-family: Tahoma;
    font-size: 12px;
    border: 2px solid #666666;
}

.StilePulsanti
{
    color: #003366;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: none;
}

.StilePulsanti_HOVER
{
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}

.StileTitoloSezione
{
    color: #ffffff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}

.StileTestoSezione
{
    color: #cccccc;
    font-family: Tahoma;
    font-size: 12px;
}

.SezioneSelezionata
{
    background: #003366;
    padding: 5px 10px 5px 20px;
}

.Sezione
{
    padding: 5px 10px 5px 20px;
}

.Pagina
{
    width: 778px;
    height: 487px;
    overflow: auto;
    display: none;
}

.PaginaSelezionata
{
    width: 778px;
    height: 487px;
    overflow: auto;
    display: block;
}

.Pagina .Struttura, .PaginaSelezionata .Struttura
{
    margin: auto;
    width: 738px;
    height: 480px;
}

.Pagina .PaginaHeader, .PaginaSelezionata .PaginaHeader
{
    height: 10%;
}

.Pagina .PaginaContent, .PaginaSelezionata .PaginaContent
{
    height: 80%;
}

.Pagina .PaginaFooter, .PaginaSelezionata .PaginaFooter
{
    height: 10%;
    text-align: right;
}

