

/* IMPORTANT!:Specify both the shadow & table width as em's as it prevents scaling problems. */	
		.table-shadow {
			line-height:1.5em;
			background-color:#fff;
			width:400px;}

body.salary-matrix table {
			position:relative;
			width:400px;
			top:-2px;
			left:-2px;
			background-color:#fff}
	
	

	table td {
		margin:0;
		padding:7px 19px;
		text-align:center;}

	

	

	table tr {
		background-color:#fff}

	table tr.alt {
		background-color:#fefefe}

	table tr.ind {
		background-color:#eff3d8;
		color:#336;
		font-size:80%}

	table td a {
		display:block;
		font-weight:bold}

