.resultTableG table { border-collapse: collapse; text-align: left; width: 100%; } 
.resultTableG {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #36752D; }
.resultTableG table td, .resultTableG table th { padding: 3px 10px; }
.resultTableG table thead th {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0F993D), color-stop(1, #275420) );
background:-moz-linear-gradient( center top, #0F993D 5%, #275420 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F993D', endColorstr='#275420');
background-color:#0F993D; color:#FFFFFF; font-size: 12px; font-weight: bold; border-left: 0px solid #36752D; 
} 
.resultTableG table thead th:first-child { border: none; }
.resultTableG table tbody td { color: #275420; border-left: 1px solid #C6FFC2;font-size: 12px;font-weight: normal; }
.resultTableG table tbody tr:nth-child(even) { background: #DFFFDE; color: #275420; }
.resultTableG table tbody .alt td { background: #DFFFDE; color: #275420; }
.resultTableG table tbody td:first-child { border-left: none; }
.resultTableG table tbody tr:last-child td { border-bottom: none; }
.resultTableG table tfoot td div { border-top: 1px solid #36752D;background: #DFFFDE;} 
.resultTableG table tfoot td { padding: 0; font-size: 12px } 
.resultTableG table tfoot td div{ padding: 2px; }
.resultTableG table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.resultTableG table tfoot  li { display: inline; }
.resultTableG table tfoot li a {
text-decoration: none; 
display: inline-block;  
padding: 2px 8px; 
margin: 1px;
color: #FFFFFF;
border: 1px solid #36752D;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );
background:-moz-linear-gradient( center top, #36752D 5%, #275420 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');
background-color:#36752D; 
}
.resultTableG table tfoot ul.active, .resultTableG table tfoot ul a:hover {
 text-decoration: none;border-color: #275420; color: #FFFFFF; background: none; background-color:#36752D;}