

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: rgba(255, 255, 255, 1.0);
		color: #51633c;
	}
	tr:nth-of-type(even) { 
		background: #f1ecea;
		color: #51633c;
	}
	th { 
		background: #d29a23; 
		background-image: url(../images/bg_actionlist.png);
		color: white; 
		font-weight: bold; 
		
	}
	td, th { 
		padding: 10px; 
		border: 0px solid #ccc; 
		text-align: left; 
	}