﻿/* Articolo */

a{text-decoration:none;}

.TitoloArgomento
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #333333;
}
.DatiTitoloEventoOraLuogo
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
}

/* Approfondimento */

.TitoloAgenda
{
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    color: #e2001a;
}
.SeparatoreVerticaleArgomento
{
    height: 660px;
    width: 1px;
    margin-left: 7px;
    margin-top: 7px;
}

.TabellaAgenda
{
    border: 1px solid #CCCCCC;
    width: 200px;
}

.CalendarioAgenda
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    width: 160px;
}

.CalendarioAgendaToday
{
    border: 2px solid #FF0000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.TornaIndietro
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #006699;
}
.DatiContenutoEventoLink
{
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
    width: 275px;
    font-weight: bold;
}
.DatiContenuto
{
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}

