﻿/* Controllo Notiziari */

/* Riquadro principale */
.NotiziariBox
{
    margin-top: 15px;
    width: 528px;
    padding: 1px;
    border: #A60000 1px solid;
    background: #ffffff;
}

/* Titolo */
.NotiziariBoxTitolo
{
    background: url('Images/IntestazioneNews.jpg') repeat-x;
    height: 18px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

/* Box Interno */
.NotiziariBoxContenuto
{
    width: 528px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

/* Tabella */
table.NotiziariTable
{
    width: 528px;
}

/* Immagine */
td.NotiziariImmagine
{
    width: 80px;
    vertical-align: top;
}

/* Contenuto */
td.NotiziariContenuto
{
    background-color:#FFFFFF;
    border-bottom:dotted 1px #CCCCCC;
}

td.NotiziariContenuto a
{
    text-decoration: none;
    color: #A60000;
}

/* Titolo con Link */
a.NotiziariLink
{
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

a.NotiziariLink:link, a.NotiziariLink:visited, a.NotiziariLink:active
{
    color: #000000;
}

a.NotiziariLink:hover
{
    color: #A60000;
}

/* Paragrafo */
p.NotiziariTesto
{
    font-family: Arial;
    font-size: 12px;
    color: #001735;
    text-align: justify;
}

/* Pager */
.NotiziariPager
{
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.NotiziariPager a
{
    text-decoration: none;
}

.NotiziariPager input
{
    vertical-align: middle;
}

/* Footer */
.NotiziariFooter
{
    margin-top: 2px;
    background: #A60000;
    width: 532px;
    height: 10px;
}


/* Nessun articolo */
.NoNotiziari
{
    margin: 10px 0 10px 0;
    text-align: center;
}

/* Riga di raggruppamento */

.NotiziariGroupHeader
{
    height:24px;
    font-size:16px;
    font-weight:bold;
    color:#A60000;
    border-bottom:dotted 1px #A60000;
}
