﻿table.TbSchedaDocumento
{
    background: #EDEDED url('Images/Backgrounds/bgRicercaDocumento.png') top left repeat-x;
    border-left: solid 1px #949494;
    border-right: solid 1px #949494;
    border-top: solid 1px #949494;
    width: 670px;
    margin-left:5px;
    padding:10px;
    margin-top:20px;
}

td.SchedaDocumentoTitolo
{
    padding: 0 10px 0 10px;
}

td.SchedaDocumentoTitolo, td.SchedaDocumentoTitolo a
{
    height: 24px;
    background-color: #034F90;
    vertical-align: middle;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

td.SchedaDocumentoAreaTematica
{
    color: #034F90;
    font-weight: bold;
    padding: 10px;
}

td.SchedaDocumentoAreaTematica ul
{
    color: #034F90;
    font-weight: normal;
    padding:0 0 0 30px;
}

td.SchedaDocumentoAbstract, td.SchedaDocumentoAbstract a
{
    color: #034F90;
    background-color:#cccccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

td.SchedaDocumentoAbstract
{
    padding: 10px;
}

td.SchedaDocumentoAnnoParte
{
    padding: 0 10px 0 10px;
}

td.SchedaDocumentoTesto
{
    padding: 10px;
}

td.SchedaDocumentoTesto p
{
    padding: 0;
}

td.SchedaDocumentoAllegato
{
    padding:0 0 10px 10px;
    border-bottom: dotted 1px #034F90;
}

td.SchedaDocumentoAllegato a
{
    color: #034F90;
    text-decoration: none;
    font-weight: bold;
}

td.SchedaDocumentiCorrelati
{
    padding:0 0 10px 10px;
    border-top: dotted 1px #034F90;
}

td.SchedaDocumentiCorrelati a
{
    color: #034F90;
    text-decoration: none;
    font-weight: bold;
}

a.LinkModulo{
text-decoration:none;
}

a.LinkModulo:link, a.LinkModulo:visited {
color: #034F90
}

a.LinkModulo:hover{
color:#333333;
}


