﻿.UdienzeVideoSito table {
    border-collapse: collapse;
    width: 100%;
    text-align:left;
}

    .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;
}