table.listTable_entries { 
		background-color: #DEDACE; margin:10px 0 15px; width: 100%; text-align: left;
		border-top:1px #D3D5C0 solid; 
		border-bottom:1px #D3D5C0 solid; 
		border-right:1px #D3D5C0 solid; 
		line-height:180%; 
	}
table.listTable_entries thead tr th, table.listTable_entries tfoot tr th {
		font-weight:normal; line-height:31px; height:31px; 
		border-left:1px #D3D5C0 solid; 
		border-bottom: 1px solid #AAA48A; padding: 0 6px 0 6px; color:#333333; 
		background:#000000 url('./listTableHeadBg.gif') 0 0 repeat-x; cursor: pointer;
	}
table.listTable_entries thead tr th.first, 
table.listTable_entries tfoot tr th.first { border-left:0px; }
table.listTable_entries tbody td {
		color: #3D3D3D; padding: 6px 6px 8px 6px; background-color: #FFFFFF; border-bottom:1px #E1E1E1 solid; 
		border-left:1px #D3D5C0 solid; 
	}
table.listTable_entries tbody td.first { border-left:0px; }
table.listTable_entries tbody tr.odd td { background-color:#F5F5F5; }
table.listTable_entries tbody tr.over td {
		background-color:#FFFFEB;
	}

table.listTable_entries a { text-decoration:underline; }
table.listTable_entries a:hover { }