table.list {
	border: 1px lightsteelblue solid;
	background-color: #E0E0FF;
}
table.list thead tr th, 
table.list thead tr td  {
	background-color: #E9F0F6;
	background-image: url(tableheader.jpg);		
	color: black;
}
table.list tbody tr th, 
table.list tbody tr td {
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #ECEDF3;
}
table.list tbody tr.alternate th, 
table.list tbody tr.alternate td {	
	background: white;
}
table.list tfoot tr th,
table.list tfoot tr td {
	background: lightsteelblue;
}
