/*
Tema: Blue - Minimalist design in blue
Author: Newton de Góes Horta
Site: http://www.nghorta.com
Country Origin: Brazil
*/

#table_intro p
{
text-align:center;
}

#filetable table {
 font-size: 100%;
 /*font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;*/
 background-color:#7aa7ff;
 border-collapse: collapse;
 width: 800px;
 margin: auto;
 border-right: 2px solid #ffffff;
}
#filetable caption {
 font-size: 1.2em;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
#filetable th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #3b56a3;
}
#filetable tfoot {
 color:#002084;
 padding:2px;
 text-transform:lowercase;
 font-size:1.2em; 
 font-weight: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
#filetable tr {
 background-color:#ffffff;
 border-bottom: 2px solid #c0c0c0;
 text-align:center;
}
#filetable tr.odd {
 background-color:#000;
 border-bottom: 2px solid #c0c0c0;
 text-align:center;
}
#filetable td {
 color:#002084;
 padding:5px;
 text-align:left;
 border-bottom: 2px solid #c0c0c0;
 text-align:center;
}

#filetable td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
#filetable td a:hover, tbody th a:hover {
 text-decoration:none;
}
