﻿/* Controllo News */

/* Riquadro principale */
.NewsBox
{
    margin-top: 15px;
    width: 528px;
    padding: 1px;
    border: #A60000 1px solid;
    background: #ffffff;
}

/* Titolo */
.NewsBoxTitolo
{
    background: url('Images/IntestazioneNews.jpg') repeat-x;
    height: 18px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

/* Box Interno */
.NewsBoxContenuto
{
    width: 518px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.NewsData
{
    font-size: 11px;
    color: #666666;
}
/* Tabella */
table.NewsTable
{
    width: 518px;
}

/* Immagine */
td.NewsImmagine
{
    width: 80px;
    vertical-align: top;
    padding: 0 0 20px 0;
}

/* Contenuto */
td.NewsContenuto
{
    vertical-align: text-top;
    padding: 0 0 10px 0;
}

td.NewsContenuto a
{
    text-decoration: none;
    color: #A60000;
}

/* Titolo con Link */
a.NewsLinkTitolo
{
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

a.NewsLinkTitolo:link, a.NewsLinkTitolo:visited, a.NewsLinkTitolo:active
{
    color: #A60000;
}

a.NewsLinkTitolo:hover
{
    color: #000000;
}

/* Paragrafo */
p.NewsTesto
{
    font-family: Arial;
    font-size: 12px;
    color: #001735;
    text-align: justify;
}

/* Pager */
.NewsPager
{
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.NewsPager a
{
    text-decoration: none;
}

.NewsPager input
{
    vertical-align: middle;
}

/* Footer */
.NewsFooter
{
    margin-top: 2px;
    background: #A60000;
    width: 532px;
    height: 10px;
}


/* Nessun articolo */
.NoNews
{
    margin: 10px 0 10px 0;
    text-align: center;
}

