/* Cascading Style Sheet (CSS) bildastablecss.css for bildaspub.com */
/* This is the work of Fat Paw Design, Hubertus, WI copyright 2005 - 2008 */
/* Current as of 2008/07/11 */

table	{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px auto;
	text-align: center;
	color: black;
	background-color: white;
}

td	{
	padding: 2px;
}

td.tal	{
	padding-left: 5px;
	text-align: left;
}

th	{
	padding: 2px;
	border: solid 1px black;
}

tr	{
	vertical-align: top;
}

tr.headerrow	{
	font-weight: bold;
	color: white;
	background-color: #4a6db8;
}

.tablefood tr.altcolor	{
	background-color: #dfe8f7;
}

.tablefood em	{
	font-size: 0.85em;
}

td.thirty	{
	width: 30%
}

td.twentyfive	{
	width: 25%;
}

td.twenty	{
	width: 20%
}

td.fifteen	{
	width: 15%;
}

td.twelve	{
	width: 12%;
}

td.ten	{
	width: 10%
}

td.five	{
	width: 5%;
}

td.tal	{
	text-align: left;
}

td.tac	{
	text-align: center;
}

td.tar	{
	text-align: right;
}
