/* 
	Generic Styling, for Desktops/Laptops 
	*/
		.budgetitle { 
background-color:#E14343;
		color:#fff; 
		font-weight: bold; 
	}
			.budgetitle a { 
background-color:#E14343;
		color:#fff; 
		font-weight: bold; 
	}
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: rgba(255, 255, 255, 1.0);
		color: #666666;
	}
	tr:nth-of-type(even) { 
		background:#f6f6f6;
		color: #666666;
	}
	th { 
background-color:#046681;
		color: white; 
		font-weight: bold; 
		
	}
	.budgetaction { 
background-color:#E14343;
		color: white; 
		font-weight: bold; 
		
	}
	td, th { 
		padding: 10px; 
		border: 0px solid #ccc; 
		text-align: left; 
	}