table.auto {
	width:600px;
	margin:10px;
	border-spacing:0px;
	border-collapse:collapse;
	background:#ffffff;
	border:3px solid #000000;
	font:12px Arial, Helvetica, sans-serif;
}

table.auto th {
	text-align:center;
	font-weight:normal;
	padding:5px 10px;
	border:0px;
	border-bottom:1px solid #fdab7e;
}

table.auto td {
	text-align:center;
	border: 0px;
	border-bottom: 1px solid #fdab7e;
	padding:4px;
}

table.auto thead th {
	text-align: center;
	font-weight: bold;
	background-color: #663399;
	color: #ffffff;
}

table.auto th.Corner {
	text-align: center;
}

table.auto td.Odd {
	background: #fff3d1;
}

table.auto tr.Odd {
	background: #fff3d1;
}

table.auto th.colOrg {
	background: #ffdb77;
	font-weight:bold;
}

table.auto td.Odd {
	background: #fff3d1;
}

table.auto input.textField {
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #fdab7e;
	padding:3px;
	width:360px;
	height:25px;
}