﻿table.list
{
	font-size: 12px;
	border-collapse: collapse;
	margin: 10px;
	zwhite-space: nowrap;
}

table.list td
{
	padding: 3px 6px;
	border: solid #CCCCCC 1px;
}

table.list.small
{
	font-size: 10px;
}

table.list.small td
{
	padding: 2px 4px;
}

table.list a
{
	color: #0000FF;
	text-decoration: none;
}

table.list a:hover
{
	text-decoration: underline;
}

table.list .thead td { border-bottom: 3px double black; } 
table.list .thead { font-weight: bold; }

/* table.list .tfoot td { zborder-top: 1px solid black; } */
table.list .tfoot td { border-style: none; font-size: 11px; font-family: Verdana; }

table.list .right { text-align: right; }
table.list .center { text-align: center; }