﻿
/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size:medium;
        padding: 8px;
		
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        /*border-bottom: solid 2px #aaa;*/
        border: 0px;
        background-color: #507CD1;
        color: white;
      /*  border-right: solid 1px #d9d9d9;*/
    }

        table.tableDefault th:first-child {
            /*font-weight: bold;
            text-align: left;
            /*border-bottom: solid 2px #aaa;
            border: 0px;
            background-color: #507CD1;
            color: white;*/
            border-top: 0px;
            border-bottom: solid 0px #d9d9d9;
            border-left: 0px;
            border-right: 0px;/*solid 1px #d9d9d9;*/
            -webkit-border-radius: 5px 0px 0px;
        }
        table.tableDefault th:last-child {
            /*font-weight: bold;
            text-align: left;
            /*border-bottom: solid 2px #aaa;
            border: 0px;
            background-color: #507CD1;
            color: white;*/
            border-top: 0px;
            border-bottom: solid 0px #d9d9d9;
            border-left: 0px;
            border-right: 0px;
            -webkit-border-radius: 0px 5px 0px 0px;
        }

    table.tableDefault td {
        border-top: solid 0px #d9d9d9;
        border-bottom: solid 0px #d9d9d9;
        border-left: solid 0px #d9d9d9;
        border-right: solid 0px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #EFF3FB;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

.tableDefault a {
     color: #1E5799 !important;/*1E5799 
}


 .intestazione {
        font-weight: bold;
        text-align: center;       
        background-color: #00987A;
		color:white;
    }
