
/* table1 */

table.table1 {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0px;
}

table.table1 th {
	background: url(i/gray-grad.png);
	color: #333333;
	padding: 5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;	
	border-left: 1px solid #e4e19d;
}
table.table1 th:first-child { border-width: 0px; }
table.table1 td {
	padding: 5px;
	border-left: 1px solid #e4e19d;
}
table.table1 td:first-child { border-width: 0px; }
table.table1 tbody tr { border-top: 1px solid #e4e19d; }
table.table1 tbody tr:first-child { border-top-width: 0px; }
table.table1 tfoot td {
	background: url(i/gray-grad.png);
	color: #333333;
	padding: 5px;
	text-align: right;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;	
	border-left: 1px solid #e4e19d;
}


