/* TABLE VALUES */

/*table {
	border-bottom:1px solid #C6D3D7;
}*/



th {
	border: 0 !important;
	border-top:1px solid #C6D3D7 !important;
	padding-top:3px !important;
	padding-bottom:2px !important;
}

td {
	border: 0 !important;
	border-top:1px solid #C6D3D7 !important;
	padding-top:3px !important;
	padding-bottom:2px !important;
}

#wiringmatters td{
	border: none;
}

td.myiet, td.myiet table tr td {border-width: 0px 0px 0px 0px;
}

/* Fixing problems introduced by the new tables style sheet not being tested before release */

form#iet table tr td, div#iet table tr td {
	padding: 3px 0 3px 0;
	vertical-align:middle;
	border-top: 0px solid red !important;
	border-bottom: 0px solid red !important;
}

form#iet table tr th, div#iet table tr th {
	text-align:right;
	padding-right: 10px;
	vertical-align:middle;
	border-top: 0px solid red !important;
	border-bottom: 0px solid red !important;
}



