/*
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:0.7em verdana, Arial, Helvetica, sans-serif;
 background-color:#fff;
}
caption {
 background: transparent url(titulo.gif) no-repeat left bottom;
 height:30px;
 text-indent:-99999px;
}
thead th {
 border-bottom: 3px double #c2ac95;
 border-top: 3px double #c2ac95;
 color:#222;
 text-align:center;
 font-weight:bold;
 padding:2px;
 text-transform:uppercase;
 height:25px;
}
tfoot th {
 color:#630;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 border-bottom:7px solid #C77474; 
}
tfoot td {
 color:#630;
 font-weight:bold;
 text-transform:uppercase;
 font-size:1.2em;
 padding:0px 5px; 
 border-bottom:7px solid #C77474; 
}
tbody tr {
 background-color:#FAC7BB;
}
.odd {
 background-color:#fff;
}
tbody td {
 color:#333;
 padding:5px;
 text-align:left;
 border-color: #fff #c5c5c5 #c5c5c5 #fff;
 border-style:solid;
 border-width: 2px;
}
tbody th {
 text-align:left;
 padding:5px;
 border-color: #fff #c5c5c5 #c5c5c5 #fff;
 border-style:solid;
 border-width: 2px;
}
tbody td a { 
 color:#666;
 text-decoration:none;
 font-weight:bold;
 display:block; 
 background: transparent url(bullet1.gif) no-repeat 0% 50%;
 padding-left:17px;
}
tbody td a:hover {
 background-color:#fff;
 color:#630;
 background: transparent url(bullet.gif) no-repeat 0% 50%;
}
tbody th a {
 color:#333;
 text-decoration:none;
 font-weight:bold; 
 display:block;
 background: transparent url(bullet2.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody th a:hover {
 color:#630;
 text-decoration:none;
 background-color:#fff; 
 background: transparent url(bullet.gif) no-repeat 0% 50%;
}
