/************************************************
    Cusco Sky table styles
    written by Braulio Soncco http://www.buayacorp.com
************************************************/
table {
    width: 100%;
}

table,th,td {
    border: 1px solid #D4E0EE;
    border-collapse: collapse;
    color: #555;
}

caption {
    font-size: 150%;
    font-weight: bold;
    margin: 5px;
}

td,th {
    padding: 4px;
}

thead th {
    text-align: center;
    background: #ecf0fc;
    color: #4F76A3;
    font-size: 100% !important;
}

tbody th {
    font-weight: bold;
}

tbody tr {
    background: #FCFDFE;
    vertical-align: top;
}

tbody tr.odd {
    background: #F7F9FC;
}

table a:link {
    color: #718ABE;
    text-decoration: none;
}

table a:visited {
    color: #718ABE;
    text-decoration: none;
}

table a:hover {
    color: #718ABE;
    text-decoration: underline !important;
}

tfoot th,tfoot td {
    font-size: 85%;
}
