table.listTable_entries { 
		font-size:90%; margin:10px 0 6px 0; width: 100%; text-align: left;
		line-height:180%; 
	}
table.listTable_entries thead tr th {
		font-weight:normal; line-height:41px; height:41px; 
		padding: 0 6px 0 6px; color:#333333; 
		background: url('./listTableHeadBg_entries.gif') 0 0 repeat-x; 
	}
table.listTable_entries thead tr th.first { padding-left:16px; background:url('./listTableHeadFirstBg_entries.gif') top left no-repeat !important; }
table.listTable_entries thead tr th.last { padding-right:12px; background:url('./listTableHeadLastBg_entries.gif') top right no-repeat !important; }

table.listTable_entries tbody td {
		color: #3D3D3D; padding: 8px 6px 10px 6px; background-color: #FFFFFF; border-bottom:1px #E1E1E1 solid; 
	}
table.listTable_entries tbody td.first { padding-left:16px; }
table.listTable_entries tbody td.last { padding-right:12px; }
table.listTable_entries tbody tr.odd td { background-color:#F5F5F5; border-bottom:1px #E1E1E1 solid; }
table.listTable_entries tbody tr.over td {
		background-color:#FFFFEB;
	}

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