﻿/* Controllo Eventi */


/* Riquadro principale */
.EventiBox
{
    margin-top: 15px;
    width: 476px;
    padding: 1px;
    border: #DEA303 1px solid;
    background: #ffffff;
}

/* Titolo */
.EventiBoxContenuto, table.EventiTable
{
    width: 466px;
}

.EventiBoxTitolo
{
    background: url('Images/IntestazioneEventi.png') repeat-x;
    height: 18px;
    padding: 5px;
    color: #8C6701;
    font-size: 14px;
    font-weight: bold;
}

/* Box Interno */
.EventiBoxContenuto
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.EventiData
{
    font-size: 11px;
    color: #666666;
}

/* Immagine */
td.EventiImmagine
{
    width: 80px;
    vertical-align: top;
    padding: 0 0 20px 0;
}

/* Contenuto */
td.EventiContenuto
{
    vertical-align: text-top;
}

td.EventiContenuto a
{
    text-decoration: none;
    color: #DEA303;
}

/* Titolo con Link */
a.EventiLinkTitolo
{
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

a.EventiLinkTitolo:link, a.EventiLinkTitolo:visited, a.EventiLinkTitolo:active
{
    color: #DEA303;
}

a.EventiLinkTitolo:hover
{
    color: #000000;
}

/* Paragrafo */
p.EventiTesto
{
    font-family: Arial;
    font-size: 12px;
    color: #001735;
    text-align: justify;
}

/* Pager */
.EventiPager
{
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.EventiPager a
{
    text-decoration: none;
}

.EventiPager input
{
    vertical-align: middle;
}

/* Footer */
.EventiFooter
{
    margin-top: 2px;
    background: #DEA303;
    width: 480px;
    height: 10px;
}


/* Nessun articolo */
.NoEventi
{
    margin: 10px 0 10px 0;
    text-align: center;
}
