﻿body 
{
    background-color:black;
}

/* STRUTTURA E  DIV 

    container
        - head
        - menu
        - body
            -- message
        - footer
*/

DIV#container
{
    position:absolute;
    height:600px;
    width:802px;
    left:18%;
    top:2%;
    background-color:;
    
}

DIV#head
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 106px;
    width: 802px;
    background-image: url(Grafica/immagineTesta_definitivo.jpg);
    
}

DIV#menu
{
    position: absolute;
    top: 106px;
    left: 0px;
    width: 122px;
    height: 460px;
    background-color: #fcd12d;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
    
}

DIV#body
{
    position:absolute;
    top:106px;
    left:122px;
    width:678px;
    height:460px;
    background-color:#fcd12d;
    overflow:auto;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #000000;
}

DIV#footer
{
    position:absolute;
    top:566px;
    left:0px;
    width:802px;
    height:34px;
    background-color:#fcd12d;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
}

DIV#message
{
    position: absolute;
    width: 660px;
    height: 65px;
}
/*Formattazioni legate alle Tabelle*/

table
{
    table-layout: auto;
}

/* Formattazioni estetiche e generali di posizionamento */

a:link, a:visited
{
    text-decoration: none;
}

img
{
    border:0px;
    margin:0px;
    padding:0px;
}

/* Formattazioni testuali */

.T_piccolo
{
    font-size: 8pt;
    color: #000000;
    font-family: Calibri;
    text-align: center;
}

p
{
    font-family: Calibri;
    font-size: 9pt;
    color: #000000;
}

b
{
    font-family: Calibri;
    font-size: 9pt;
    color: #000000;
}

.T_titolo
{
    font-family: Calibri;
    font-size: 18pt;
    font-weight: normal;
    text-align: center;
}

.T_errore
{
    font-family: Calibri;
    font-size: 9pt;
    color: Red;
    font-weight: bold;
    text-align: center;
}

.T_conferma
{
    font-family: Calibri;
    font-size: 9pt;
    color: Green;
    font-weight: bold;
    text-align: center;
}
.T_sottotitolo
{
    font-family: Calibri;
    font-size: 13pt;
    font-weight: normal;
    text-align: center;
    
}

.T_menu
{
    font-family: Calibri;
    font-size: 11pt;
    color: #000000;
    text-decoration: none;
}

/* Paragrafi e posizionamenti testo ed immagini */

.P_destra
{
    text-align: right;
    font-family: Calibri;
    font-size: 9pt;
    color: #000000;
}
.P_centro
{
    font-family: Calibri;
    font-size: 9pt;
    color: #000000;
    text-align: center;
}
/* Diversi elementi */

hr
{
    border-style: solid;
    border-width: 1px;
    color: #000000;
    width: 400px;
}

fieldset
{
    border: 1px solid #000000;
}

legend
{
    font-size: 8pt;
    color: #000000;
    font-family: Calibri;
    text-align: center;
}

.centrato
{
    text-align: center;
}
