﻿body
{
    font-family: Tahoma;
    font-size: 14px;
}
legend
{
    font-weight: bold;
    text-transform: uppercase;
}
legend.Richiedi
{
    font-size: 16px;
    padding:5px;
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

fieldset
{
    padding:5px;
    }
.TITOLO
{
    font-family: Impact;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    word-spacing: 15px;
}
H1
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.Prodotto
{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    text-decoration:underline;
    text-transform: uppercase;
}
H2
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
H3
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.NuovaRichiesta
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.Intestazione
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.dropdown
{
    font-family: Tahoma;
    font-size: 14px;
    text-transform: capitalize;
}
INPUT
{
    font-family: Tahoma;
    font-size: 14px;
    text-transform: capitalize;
}
.Nascosto
{
    display: none;
}
A.Navigazione
{
    color: yellow;
}
A.NavigazioneAdmin
{
    color: blue;
}
A.menu
{
    font-size: 11px;
    color: #ffff00;
    font-family: Arial;
    text-decoration: none;
}
A.menu:link
{
    font-size: 11px;
    color: #ffff00;
    font-family: Arial;
    text-decoration: none;
}
A.menu:visited
{
    font-size: 11px;
    color: #ffff00;
    font-family: Arial;
    text-decoration: none;
}
A.menu:hover
{
    font-size: 11px;
    color: #ffff00;
    font-family: Arial;
    text-decoration: underline;
}
.giallo
{
    color: #ffff00;
}
.benvenuto
{
    color: #ffff00;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.errore
{
    font-family: Tahoma;
    font-size: 12px;
    color:Red;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.7;
}
.modalBorder
{
    filter:alpha(opacity=50);
}
.modalContent
{
    filter:alpha(opacity=100);
}
.modalPopup {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}