table.standard {
	width: 100%;
}

	table.standard thead {
		font-size: 80%;
		color: #666;
		text-align: left;
		border-bottom: 1px solid #eee;
		white-space: nowrap;
	}
	
	table.standard thead th {
		text-align: left;
		font-weight: normal;
	}
	
	table.standard tfoot {
		color: #333;
		padding: 1em;
		border-top: 1px solid #eee;
	}

	table.standard th.decimal, table.standard td.decimal {
		text-align: right;
	}
	
/*	table.standard th.headerSortDown {
		border-bottom: 1px solid #999;
	}

	table.standard th.headerSortUp {
		border-top: 1px solid #999;
	}

	table.standard thead tr .headerSortUp {
		background-image: url(/images/sort-up.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	table.standard thead tr .headerSortDown {
		background-image: url(/images/sort-down.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
*/