﻿

#sito
{
    text-align:left ;
}
#TabResults
{
    font-size: 10pt;
    color: black;
    font-family: Verdana;
    font-variant: small-caps;
    text-decoration: none;
}

/* GRID VIEW */
.Riga-GridView
{
    font-size: x-small;
    color: black;
    background-color: #eeeeee;
    font-family: Verdana;
}
.RigaAlternata-GridView
{
    font-size: x-small;
    color: black;
    background-color: #dadada ;
    font-family: Verdana;
}

/* CONTROLLI DI INPUT */
input
{
    font-size: x-small;
    color: black;
    font-family: Verdana;
}
.DropDown
{
    font-size: x-small;
    color: black;
    font-family: Verdana;
}
.Label
{
    font-size: x-small;
    color: black;
    font-family: Verdana;
}
.Bottone
{
    background-color: Silver;
    font-family: Verdana;
    font-size: x-small;
}

/* TESTI */
.Messaggio
{
    font-size: small ;
    color: Red ;
    font-family: Verdana ;
}

.Informazione
{
    font-size: x-small;
    color: blue;
    font-family: Verdana;
}

.Titolo-Pagina
{
    font-size: 15px ;
    color: Darkblue ;
    font-family: Verdana ;
    font-weight: bold;
}

.Titolo-Pannello
{
    font-size: 12px;
    color: Darkblue;
    font-family: Verdana;
    font-weight: bold;
}

.Testo-Pannello
{
    font-size: 9px;
    color: Darkblue;
    font-family: Verdana;
}

.Pannello-Nuovo
{
    color: Darkblue;
    font-family: Verdana;
    background-color: #def2dd;
    border-right: Darkblue 1px solid;
    border-top: Darkblue 1px solid;
    border-left: Darkblue 1px solid;
    border-bottom: Darkblue 1px solid;
}

.Pannello-Modifica
{
    color: Darkblue;
    font-family: Verdana;
    background-color: #f2e8e3;
    border-right: Darkblue 1px solid;
    border-top: Darkblue 1px solid;
    border-left: Darkblue 1px solid;
    border-bottom: Darkblue 1px solid;
}


