﻿/* Articolo */

a{text-decoration:none;}
.TitoloArgomento
{
    position: relative;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    color: #e2001a;
}
.AreaNotizie
    {
    width: 100%;
    vertical-align : top;
    padding-left: 10px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #E6E6E6;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E6E6E6;
    padding-right: 10px;
    /*background-image: url('/CospesItalia/LAY008/Immagini/sfondoArg.jpg');*/
    background-image: url('/LAY008/Immagini/sfondoArg.jpg');
    
    background-repeat: no-repeat;
}

/* Approfondimento */

.DatIndiceMiniatura
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.DatiIndice
{
    width: 100%;
}
.DatiIndiceSunto
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    text-align: left;
}
.DatiIndiceTitoloLink
{
    font-family: Verdana;
    font-size: 11px;
    color: #336699;
    font-weight: bold;
}
.DatiIndiceItem
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    text-align: justify;
}
.DatiIndiceSeparatore
{
    padding: 0px;
    margin: 0px;
    line-height: 10px;
    vertical-align: middle;
}
.bordoItem
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}
