@media all {

	/* 
	* we are in 2007 and IE7 is always a dinosaur : 
	* the 0 spacing is not understood without collapse... 
	*/
	
	table.ls {
		width:100%;
		border-left:1px solid lightgray;
		border-right:1px solid  lightgray;
		border-spacing:0;
		color:white;
	}
	
	table.ls thead th, table.ls tfoot th {
		background: rgb(130,30,80) url('../img/andreas04/contentbg.png');
		padding:2px;
		color:white;
	}

	table.ls tbody td {
		border-top:1px solid lightgray;
		border-bottom:1px solid lightgray;
		padding:3px;
		color:black;
	}

	table.ls tbody.nohover tr:hover td {
		background:transparent;
	}
	
	table.ls tbody tr:hover td {
		background:rgb(213, 213, 224);
	}
	
}
