/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
.TB1 table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #434447;/*6C6D6F;*/
	background: #fff;
}
.TB1 caption {
	padding: 0 0.6em 0.8em;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #434447;/*6C6D6F;*/
	background: transparent;
}
.TB1 td, .TB1 th {
	border: 1px solid #e0e0e0;
	padding: 3px;
	font-size: 9pt;
	color: #434447;/*6C6D6F;*/
}
.TB2 td, .TB2 th {
	border: 1px solid #e0e0e0;
	padding: 3px;
	font-size: 9pt;
}
.TB1 thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	background: #c6d7cf;color:#000;
	color: #6C6D6F;
}
.TB2 thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	background: #DFF898;color:#000;
}
.TB1 tfoot th, .TB1 tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 9pt;
	background: #e8e8cf;
}
.TB1 tfoot th {
	font-weight: bold;
}
.TB1 tbody td a {
	background: transparent;
	/*color: #00c;*/
	text-decoration: underline;
}
.TB1 tbody td a:hover {
	background: transparent;
	/*color: #00c;*/
	text-decoration: underline;
}
.TB2 tbody td a:hover {
	background: transparent;
	/*color: #00c;*/
	text-decoration: underline;
}
.TB1 tbody th a {
	background: transparent;
	/*color: #3f7c5f;*/
	text-decoration: underline;
	font-weight: bold;
}
.TB1 tbody th a:visited {
	/*color: #b98b00;*/
}
.TB1 tbody th, .TB1 tbody td {
	vertical-align: top;
	text-align: left;
}
.TB1 tfoot td {
	border: 1px solid #996;
}
.TB1 tbody tr:hover {
	background: #ffffd9;
}
.TB2 tbody tr:hover {
	background: #ffffd9;
}

