/* -------------------------------------------------------
Author: Vitaly Friedman
Theme: Green Life - A Fresh, Warm and Readable Table
URL: http://www.alvit.de/vf
-------------------------------------------------------
*/

.tablas {
font: 11px verdana,verdana, arial;
margin: 0;
padding: 0;
border-collapse: collapse;
text-align: left;
color: #333;
line-height: 10px;
width:100%;
}

.tablas caption {
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
text-align: left;
}

.tablas td {
margin: 0;
padding: 5px 8px;

}

.tablas th {
font-weight: normal;
}

.tablas thead tr th  {
background-color: #bdb793;
padding:  5px 10px;
color: #fff;
font-weight: bold;
text-align:center;
}
.titulo{
 color: #bc2828;
 text-align:center;
 background-color:#bdb793;
 font-size:110%;  
}

.tablas tfoot tr th, tfoot tr td {
background-color: transparent;
padding:  20px 10px;
color: #ccc;

}

.tablas tbody tr th {
padding: 20px 10px;
border-bottom: 1px dotted #fafafa;

}

.tablas tr { 
background-color: #e2e3c2;
text-align:center;
}

.tablas tr.odd {
background-color: #f7f8e2;
}

.tablas tr:hover {
}

.tablas tr:hover td, tr:hover td a, tr:hover th a {
color: #bc2828;
}

.tablas td:hover {
}

.tablas tr:hover th a:hover {
background-color: #F7FBEF;
border-bottom: 2px solid #86C200;
}

.tablas table a {
color: #608117;
background-image: none;
text-decoration: none;
border-bottom: 1px dotted #8A8F95;
padding: 2px;
padding-right: 12px; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}

.tablas table a:hover {
color: #BBC4CD;
background-image: none;
text-decoration: none;
border-bottom: 3px solid #333;
padding: 2px;
padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}

.tablas table a:visited {
text-decoration: none;
border-bottom: 1px dotted #333;
text-decoration: none;
padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}

.tablas table a:visited:hover {
background-image: none;
text-decoration: none;
border-bottom: 3px solid #333;
padding: 2px;
padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}
