/*** 
Data1, dashed light grey lines between rows, light grey header (thead), can use divider on td cells for vertical walls
***/
table.data1{
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-collapse:collapse;
}
.data1 thead{
	line-height:17px;
	padding: 1 8 3 4;
}
.data1 th{
	font-size:12px;
	font-weight:400;
	color:#FFFFFF;
}
.data1 tr{ }
.data1 td{
	padding: 3 8 1 4;
	border-bottom:1px dashed #AAAAAA;
}

//this section needs to be developed if desired for the specific form elements in table class 'data1'
input.data1x { /* invisible */
	border:0px;
	width:100%;
	padding: 0 4;
}
textarea.data1x { /* invisible */
	border:0px;
	padding: 0 4;
}

/*** this is legacy; needs to be usurped to data1, data4 needs to die ***/
table.data4{ }
.data4 th{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#FFFFFF;
	padding:0 5 5 8;
}
.divider{
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
}

