/*
Tema: Blue - Minimalist design in blue
Author: Newton de Góes Horta
Site: http://www.nghorta.com
Country Origin: Brazil
*/

.csstable table {
 font-size: 95%;
 font-family:'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.2em;
 word-break:break-all;
}
.csstable caption {
 font-size: 15px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
 text-align: center;
 font-size: 95%;
}
.csstable thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #004080;
}
.csstable tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
.csstable tbody tr {
 background-color:#fff;
 border-bottom: 2px solid #c0c0c0;
}
.csstable tbody td {
 background-color:aliceblue;
 color:#002084;
 font-family:Times New Roman;
 font-size: ;
 padding:5px;
 text-align:center;
 word-break:break-all;
}
.csstable tbody th {
 background-color:#BBE0FF;	
 color:black;
 text-align:center;
 padding: 2px;
 word-break:break-all;
}
.csstable tbody td a, tbody th a {
 color:maroon;
 text-decoration:underline;
 font-weight:normal; 
}
.csstable tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}
