﻿
#cph_centrale_table1 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 6px;
    padding: 6px;
    width: 100%;
}

.bordered {
    width: 762px;
    border: solid #000000 1px;
    border-spacing: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background: transparent !important; /* For IE*/
}

    .bordered tr {
        height: 35px;
        background: #0033cc;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .Avatar2 {
        background-size: 100% 100%;
        background-color: #0033CC;
        height: 262px;
        width: 254px;
    }

    .bordered td, .bordered th {
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        padding: 10px;
        vertical-align: middle;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .bordered td {
        background-color: #00CC99;
        text-align: left;
        vertical-align: middle;
        color: White;
        width: 33%;
    }

    .bordered th {
        background-color: #0033CC;
        text-align: center;
        color: White;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        behavior: url(border-radius.htc);
        /* Sezione per lo sfondo sfumato, commentata
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0033CC), to(#dce9f9));
        background-image: -webkit-linear-gradient(top, #0033CC, #dce9f9);
        background-image: -moz-linear-gradient(top, #0033CC, #dce9f9);
        background-image: -ms-linear-gradient(top, #0033CC, #dce9f9);
        background-image: -o-linear-gradient(top, #0033CC, #dce9f9);
        background-image: linear-gradient(top, #0033CC, #dce9f9);
        fine commento*/
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }
