﻿body
{
    background-color: #fffacd;
}


.TitoloForum
{
    font-weight: bold;
    font-size: 0.8em;
    font-family: Verdana, Arial;
}


.SfondoCommentoForum
{
    background-color: #f5f5f5;
}

.SfondoBianco
{
    background-color: #ffffff;
}


.CommentoForum
{
    font-size: 0.6em;
    font-family: Verdana, Arial;
    height: 25px;
    background-color: #f5f5f5;
}


.AlternateMessaggio
{
    font-size: 0.6em;
    font-family: Verdana, Arial;
    height: 25px;
    background-color: #d3d3d3;
}


.IntestazioneForum
{
    font-size: 0.8em;
    font-family: Verdana, Arial;
    font-weight: bold;
    background-color: #009933;
    height: 30px;
    color: #ffffff;
}


.NomeForum
{
    font-size: 0.7em;
    font-family: Verdana, Arial;
    font-weight: bold;
    background-color: #99ff66;
    height: 25px;
}


.DatiForum
{
    font-family: Verdana, Arial;
    background-color: #f0f8ff;
    height: 40px;
}



A
{
    color: black;
    text-decoration : none
}

A:hover 
{
    text-decoration : underline
}



.cursore
{
    cursor: hand;
}



input
{
    border-bottom: #99FF99 1px ridge;
    border-left: #99FF99 1px ridge;
    border-right: #99FF99 1px ridge;
    border-top: #99FF99 1px ridge;
    background-color: #FFFFFF;
    color: #006600;
    font-family: Verdana;
    font-size: 10px;
}




.bottoneLink
{
    border-bottom: #99FF99 1px ridge;
    border-left: #99FF99 1px ridge;
    border-right: #99FF99 1px ridge;
    border-top: #99FF99 1px ridge;
    background-color: #FFFFFF;
    color: #006600;
    font-family: Verdana;
    font-size: 10px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 1.5px;
    padding-top: 2px;
}


TEXTAREA
{
    BORDER-BOTTOM: #99FF99 1px ridge; 
    BORDER-LEFT: #99FF99 1px ridge; 
    BORDER-RIGHT: #99FF99 1px ridge; 
    BORDER-TOP: #99FF99 1px ridge; 
    background-color:#FFFFFF; 
    COLOR: #006600; 
    FONT-FAMILY: Verdana; 
    font-size: 10px;
}


.errore
{
    font-family: Verdana, Arial;
    color: #ff0000;
}
