/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
   modified: 2006-01-23 by ray
 ****************************** */
table {
	border-collapse: collapse;
	font: normal 100%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
    background-image: url(kuvat/oikea_tausta.gif);
    background-repeat: repeat-y;
}

td {
	
	padding: 8px;
}
thead th {
	
	text-align: left;
	font-size: 1em;
	font-weight: bold;
    padding-left: 8px;
	}

tfoot th, tfoot td {
	
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: none;
}

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
