﻿body 
{
    background-color: #007bc1;
    margin: 0px;
}

IMG 
{
    border: 0;
}

#container 
{
    width: 670px;
    height: 450px;
    /* background-color: #003b82; */
    margin-left: auto;
    margin-right: auto;
}

#container div
{
    text-align: center;
}

#header 
{
    background-image: url('images/img_up.jpg');
    background-repeat: no-repeat;
    width: 670px;
    height: 135px;
    position: relative;
}

#bandiere
{
    margin-left: 535px;
    margin-top: 90px;
    position: relative;
}

#content 
{
    width: 670px;
    background-color: #bee4f7;
    overflow: visible;
}

#content div
{
    text-align: left;
}

#content_sottomenu 
{
    float: left;
    background-color: #bee4f7;
    overflow: visible;
    width: 100%;
}

#menu 
{
    color: #cb071d;
    height: 30px;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
}

#menu A
{
    text-decoration: none;
    color: Black;
}

#menu A:hover
{
    color: #cb071d;
}

#box_sx 
{
    float: left;
    width: 170px;
}

#box_centro 
{
    float: left;
    width: 330px;
    background-color: #e0f2fb; /*White*/
}

#menu2
{
    font-family: Arial;
    font-size: 10pt;
    color: #cb071d;
}

#menu2 A
{
    text-decoration: none;
    color: Black;
    font: 9pt Arial;
}

#menu2 A:hover
{
    color: #cb071d;
}

#box_dx
{
    float: left;
    width: 170px;
}

#titolo 
{
    border-bottom-color: #013b84;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #013b84;
    font-family: Times New Roman;
    font-size: 13pt;
    font-weight: bold;
}

#testo 
{
    margin-top: 10px;
    min-height: 300px;
    font-family: Verdana;
    font-size: 9pt;
}

#footer 
{
    background-color: #013b84;
    height: 20px;
    color: White;
    float: left;
    width: 100%;
    font-family: Arial;
    font-size: 8pt;
}

#footer A
{
    color: White;
    text-decoration: none;
}

#footer A:hover
{
    text-decoration: underline;
}

.box_foto 
{
    width: 140px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 20px;
}

.box_foto IMG
{
    width: 140px;
    height: 110px;
}

.box_gallery
{
    width: 140px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 20px;
}

.box_gallery IMG
{
    width: 65px;
    height: 50px;
}

.selected 
{
    color: #cb071d;
}

/* AREA DI GESTIONE */
#box_comandi
{
    width: 150px; 
    margin-left: auto; 
    margin-right: auto; 
}

#box_comandi a, #box_gestione A
{
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #013b84;
}

#box_comandi a:hover
{
    text-decoration: underline;
}

#box_gestione
{
    width: 490px;
    background-color: White;
    float: left;
}

.riga_input
{
    margin-top: 4px;
}

TABLE
{
    font-size: 8pt;
    background-color: #013b84;
}

TD
{
    background-color: White;
}

TH
{
    color: White;
}