/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
table.data {
	border-collapse: collapse;
	border: 2px solid #e2e8f6;
	font: normal 80%/140%;
	color: #000;
	background: #fff;
}
table.data caption {
	padding: 0 0.6em 0.8em 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
table.data td, table.data th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
table.data thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #e2e8f6;
}
table.data tfoot th, table.data tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
table.data tfoot th {
	font-weight: bold;
}
table.data tbody td a {
	background: transparent;
}
table.data tbody td a:hover {
	background: transparent;
}
table.data tbody th a {
	background: transparent;
	font-weight: bold;
}
table.data tbody th a:visited {
}
table.data tbody th, table.data tbody td {
	vertical-align: top;
	text-align: left;
}
table.data tfoot td {
	border: 1px solid #996;
}
table.data tbody tr:hover {
	background: #ffffd9;
}

