/* ********************************
   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: 1px solid;
	/* border-color: #3f7c5f; */
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	background: #fff;
}

caption {
	padding: 0 0.6em 0.8em;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
td, th {
	border: 1px solid;
	border-color: #e0e0e0;
	font-size: 70%;
	padding: 0.5em;
	font-weight: normal
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background: #436bad;
}
tfoot th, tfoot td {
	border: 1px solid;
	border-color: #e8e8cf;
	font-size: 70%;	
	padding: 0.5em;
	text-align: left;
	background: #e8e8cf;
}

tfoot th {
	font-weight: bold;
}

tbody td th a {
	background: transparent;
	color: #FF5F00;
	text-decoration: underline;
}

tbody td th a:hover {
    background-color: #FF5F00;
    color: white;
	/*background: transparent;
	color: #00c; */
	text-decoration: underline;
}

/* 
tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: normal;
}

tbody th a:visited {
	color: #b98b00;
}
*/

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

tfoot td {
	border: 1px solid #996;
}

/* tbody tr:hover {
	background: #ffffd9; */
}

