﻿.smaller table td
{
	font-size: 11px;
}

table.list
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
	background-color: #DBE5EF;
}

table.list td
{
	padding: 3px 6px;
	vertical-align: top;
}

table.list .odd { background-color: #C9D8E7; }
table.list .even { background-color: #DBE5EF; }

/* table.list .thead td { zborder-bottom: 1px double black; } */
table.list .thead, table.list thead { font-weight: bold; }

/* table.list .tfoot td { zborder-top: 1px solid black; } */
table.list .tfoot, table.list tfoot { font-weight: bold; font-size: 11px; }

table.list .right { text-align: right; }
table.list .center { text-align: center; }
