﻿/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
table {
	border-collapse: collapse;
	border: 2px solid #2982B6;
	font: normal 80%/150% verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
caption {
	padding: 0 0 .6em .8em;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #000;
	background: transparent;
}
.time {
	padding-left: 80px;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
tr.odd
{
	background-color: #F7F7F7;
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #E7F1F8;
}
tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #2982B6;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #EB8518;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	color: #2982B6;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #996;
}
tbody tr:hover {
	background: #E7F1F8;
}
legend {
	font:bold 1.1em/1.5 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
	color:#3A4F3B;
}