﻿body
{
    background-color: #FFFFFF;
}

#container
{

    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

/* FATTO */
.sfondo1
{ 
    background-color: #2D4488;
 }


.sfondo2
{
    background-color: #FF9900;
}

/* FATTO */
.sfondo3
{
	background-color: #2D4488;
}

.modalPanel
{
    opacity: 50%;    
}

.testo1
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
}

.testo1Great
{
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #2D4488;
}

.testo1Great2
{
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #FFA546;
    font-style: italic;
}

.testo2
{
    font-family: verdana;
    font-size: x-small;
}

.testo3
{
    font-family: verdana;
    font-size: xx-small;
    color: #A61C03;
}

/* FATTO */
.testo4
{
    font-family: verdana;
    font-size: xx-small;
    color: #FFFFFF;
}

.testo5
{
    font-family: verdana;
    font-size: small;
    color: #FFFFFF;
}

.Campi_Valore
{
    font-family: verdana;
    font-size: small;
    
}
.Campi_Descrizione
{
    font-family: verdana;
    font-size: small;
    font-weight: bolder;
    vertical-align: top;
    color: #2d4488;
}

/* FATTO */
.titolo1
{
    font-family: verdana;
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}
.titolo2
{
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    background-color: #A61C03;
    color: #FFFFFF;
}

/* FATTO */
.titolo3
{
    font-family: 'Brush Script MT';
    font-size: xx-large;
    font-style: italic;
    color: #FFFFFF;
}

/* Controlli ASP.NET */

.linkButton1
{
    font-family: verdana;
    font-size: small;
    color: #FFFFFF;
    text-decoration: none;
}

.linkButton1:hover
{
    font-family: verdana;
    font-size: small;
    color: #FFFFFF;
    text-decoration: underline;
}

.linkButton1:selected
{
    font-family: verdana;
    font-size: small;
    color: #FFFFFF;
}

.containerLinkButton2
{
    background-color: #FF9900;
    width: 85px;
    text-align: center;
}

.linkButton2
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
    text-decoration: none;
}

.linkButton2:hover
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
    text-decoration: none;
    font-weight: bold;
}

.linkButton2:selected
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
    text-decoration: none;
}

.linkButton3
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
    text-decoration: none;
}

.linkButton3:hover
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
    font-weight: bold;
    text-decoration: underline;
}

.linkButton3:selected
{
    font-family: verdana;
    font-size: small;
    color: #2D4488;
}

.menu
{
    font-family: verdana;
    font-size: small;
    color: #000000;
    background-color: #FF8708;
    border: 1px solid #000000;
}

.inputTB1
{
    font-family: verdana;
    font-size: x-small;
    color: #000000;
}

.button1
{
    font-family: verdana;
    font-size: small;
    color: #000000;
    background-color: #CCCCCC;
    border: 1px solid #000000;
}

