/* 
Cusco Sky table styles
written by Braulio Soncco http://www.buayacorp.com
*/
#table {
margin-left: 50px;
}

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

#table caption {
color: #f00; background: #fff;
font-size: 120%; 
font-family: arial, sans-serif;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
}

#table td, #table th {
padding: 4px 0 4px 10px;
}

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

#table tbody th {
font-weight: bold;
}

#table tbody tr { background: #FCFDFE; }

#table tbody tr.odd { background: #F7F9FC; }

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

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

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


