/*
Tema: Soft Table - A Simple table style with the use of the soft brown color
Author: Newton de Góes Horta
Site: --
Country Origin: Brazil
*/

table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #a3c159;
 font-weight: normal;
 
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
tbody tr {
 background-color:#fff;
 border-bottom: 1px dotted #ccc;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 text-decoration:none;
 font-weight:normal; 
 display:block;
}
tbody td a:hover, tbody th a:hover {
 text-decoration:underline;
}

th {
background-image:url(img/worms.gif);
background-repeat:no-repeat;
background-position:left bottom;
color: #0033CC;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-variant:small-caps;
margin-left:8px;
margin-right:10px;
border-bottom:1px dotted  #669999;
padding-left:35px;
padding-top:15px;
margin-top:5px;
font-weight:bold;
}
