/*-----------------  tables --------------------*/
td.core #content table#puppetz
{
	width: auto;
	padding: 6px;
	background-color: transparent;
}

table#puppetz th, table#puppetz td
{
	border: 1px solid silver;
}

table#puppetz  th
{
	font-weight: bold;
	text-align: left;
	border-width: 0 0 1px 0;
}

table#puppetz  th.first
{
	border-right: 1px solid silver;
	text-align: right;
}

table#puppetz  td
{
	border-width: 0 0 1px 0;
}

table#puppetz  td.rate
{
	text-align: right;
	border-right: 1px solid silver;
}

table#puppetz  td.right
{
	border-width: 0 1px 0 0;
}

table#puppetz  td.last
{
	border-width: 0;
}

