﻿
body {
    font-family: Verdana, Arial, sans-serif;
}

#header {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #036;
}

.logo,
.logo a {
    float: left;
    border: none;
}

.giustizia {
    float: right;
    border: none;
}

.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    border-top: 2px solid #036;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    color: #525252;
    font-weight: normal;
}

    #footer p {
        padding: 10px;
        margin: 0;
    }

    #footer a:link, #footer a:visited {
        color: #036;
        text-decoration: none;
        font-weight: bold;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer .realizzato_da {
        border-bottom: solid 1px #cecece;
    }

.logo-aste {
    margin-top: 10px;
    margin-bottom: 5px;
    border: none;
}

.div_info {
    width: 99%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #525252;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

    .div_info a {
        color: white;
        text-decoration: underline;
    }

        .div_info a:visited,
        .div_info a:hover {
            color: white;
            text-decoration: none;
        }


/* Inizio Stili del Ticker */
div.TickerTrib th {
    padding: 5px 0px 5px 5px;
    background-color: #036;
    text-align: left;
    color: white;
    text-transform: uppercase !important;
    font-size: 20px;
    /*white-space: pre-line;*/
}

div.TickerTrib td {
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
    background-color: white !important;
    border-bottom: solid 1px #EAEAEA;
    text-transform: uppercase !important;
    /*white-space: pre-line;*/
}

div.TickerTrib tr:nth-child(2n+1) > td {
    background-color: #EAEAEA !important;
}

div.TickerTrib th.u_cella_ora,
div.TickerTrib td.u_cella_ora {
    width: 80px;
}

div.TickerTrib th.u_cella_materia,
div.TickerTrib td.u_cella_materia {
    width: 240px;
}

div.TickerTrib th.u_cella_giudice,
div.TickerTrib td.u_cella_giudice {
    width: 320px;
}

div.TickerTrib th.u_cella_aula,
div.TickerTrib td.u_cella_aula {
    width: 200px;
}

div.TickerTrib th.u_cella_piano,
div.TickerTrib td.u_cella_piano {
    width: 420px;
}

div.TickerTrib th.u_cella_torre,
div.TickerTrib td.u_cella_torre {
    width: 150px;
}

div.TickerTrib th.u_cella_note,
div.TickerTrib td.u_cella_note {
    width: 150px;
}



div.TickerTrib td.nessuna_udienza {
    width: 150px;
}

div.TickerTrib table {
    border: none;
    background-color: white;
    width: 1260px;
    font-size: 18px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    margin-top: 20px;
    text-transform: uppercase !important;
}

    div.TickerTrib table caption {
        border: none;
        border-bottom: none;
        background: #CCC;
        color: #333;
        font-weight: bold;
        font-size: 1.0em;
        padding: 5px;
        margin: 0 auto;
    }

        div.TickerTrib table caption span.left {
            float: left;
            font-weight: bold;
            font-size: 26px;
        }

        div.TickerTrib table caption span.right {
            float: right;
            font-weight: bold;
            font-size: 26px;
        }

table.tabella_sito {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.telex {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.telex-inner {
    line-height: 30px;
    padding: 5px;
    width: 1000px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.telex-msg {
    display: inline-block;
    height: 100%;
}

.telex {
    background-color: #036;
    color: white;
}

.telex-msg {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.rslides img {
    height: 660px !important;
    margin-top: 40px !important;
}



.UdienzeVideoSito table {
    border-collapse: collapse;
    width: 100%;
}

    .UdienzeVideoSito table caption {
        background-color: #CCC;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
        padding: 5px;
    }

    .UdienzeVideoSito table th {
        background-color: #036;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        padding: 5px 0px 5px 5px;
        border: none;
        text-align: left;
    }

    .UdienzeVideoSito table td {
        padding: 5px 0px 5px 5px;
        vertical-align: middle;
        border-bottom: 1px solid #EAEAEA;
    }

    .UdienzeVideoSito table tr {
        background: #FFF;
    }

        .UdienzeVideoSito table tr.alternata {
            background: #EAEAEA;
        }

        /* Udienze in HP */
#tabs_udienze table {
    font-size: 0.9em;
}

#tabs_udienze a {
    text-decoration: none;
    color: white;
}

#tabs_udienze div.bottone_ud_hp {
    border: 1px solid black;
    border-bottom: none;
    background-color: #036;
    width: 35%;
    padding: 2px;
    font-weight: bold;
}

#tabs_udienze .float-left {
    float: left;
}

#tabs_udienze .float-right {
    float: right;
    text-align: right;
}

#tabs_udienze div.div_sotto_ud_hp {
    border: solid 1px black;
    border-top: 1px dotted black;
    padding: 2px;
}

#tabs_udienze div.bottone_ud_hp:hover {
    background-color: black;
}

#tx .cls-pari, .cls-dispari{font-size:10px !important;}
#tx .cls-pari {background-color: #057bf2; height:90px; margin-top:-10px; border: 1px dotted white;}
#tx .cls-dispari {background-color:#1173d5; height:90px; margin-top:-10px; border: 1px dotted white;}