/* ********************************
   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 #705969;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #d5d5d5;
	margin-left: 40pt; margin-right: 40pt;
	horizontal-align: center;
	width: 90%;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
thead th {
	border: 1px solid #a7969f;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #96858f;
}
tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #c6b5bf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #705969;
	text-decoration: underline;
	font-weight: bold;
}
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;
}
.popup
{
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none
}

BODY {background: #6d7993; color: #000000}

#container {
	margin: 15px auto;
	text-align: left;
	background-color: #9099a2;
	border: 2px solid #000000;
	padding: 0px;
	float: center;
	width: 850px;
}

#starring {
	margin: 15px auto;
	text-align: center;
	background-color: #d5d5d5;
	border: 2px solid #000000;
	padding: 10px;
	width: 550px;
}

#rightfloat {
	float: right;
}

#leftfloat {
	float: left;
}