/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
table {
	float:left;
	margin-left:45px;
	border-collapse: collapse;
	border: 2px solid #7c5b47;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin-bottom:20px;
}
caption {
	font-size:140%;
	text-align:left;
	padding:15px;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
	text-align:center;
}
.even {
	background-color: #F4F4F4;
}

tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: White;
}
tfoot th {
	font-weight: bold;
}
#content .zodiactable {
	width:500px;
	margin-left:120px;
}
#content .stellariumtable {
	width:500px;
	margin-left:120px;
}