/*
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:left;
}

#filetable table {
 font-size: 100%;
 /*font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;*/
 background-color:#7aa7ff;
 border-collapse: collapse;
 width: 900px;
 margin: auto;
 border-right: 2px solid #ffffff;
 text-align:left;
}
#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 {
 background-color:#ffffff;
 text-decoration:none;
 color:#000000;
}

/* Table CSS for News Items
*/
#news_table table {
 font-size: 100%;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#7aa7ff;
 border-collapse: collapse;
 width: 550px;
 margin: auto;
 float:left;
 border-right: 2px solid #ffffff;
 text-align:left;
}
}
#news_table th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #3b56a3;
}
#news_table 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;
}
#news_table tr {
 background-color:#ffffff;
 border-bottom: 2px solid #c0c0c0;
 text-align:left;
}
#news_table tr.odd {
 background-color:#000;
 border-bottom: 2px solid #c0c0c0;
 text-align:left;
}
#news_table td {
 background-color: #ffffff;
 color:#3b56a3;
 padding:5px;
 text-align:left;
 border-bottom: 2px solid #c0c0c0;
 text-align:left;
}

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

.test {
background-color:#ff0000;
color:#FF0000
}
