table.datasheet {
	width:90%;
	background: #CCCCCC;
	font-size: 10px;
}

.datasheet th {
	padding:2px;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	background: #CCCCFF;
}
.datasheet thead tr th{
	padding:2px;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
	background: #CCCCFF;
}
.datasheet tbody th {
	text-align:right;
	padding:1px 3px 1px 1px;
	color:#222;
	background: #FFFFCC;
}

.datasheet tr {
	vertical-align:top;
	background-color: #FEF9F5;
}
.datasheet td {
	padding:0px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:1.1em;
}

.datasheet td input {
	border:0px none;
	width:100%;
	height:100%;

	//width:90%;
	//height:90%;
	background: #FFFFFF;
}
.datasheet td input:focus {
	background: #FFFFCC;

}
.form_groove_outer {
	padding:0px;
	margin:0px;
	border-top:1px solid #669;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.form_groove_inner {
	padding:0px;
	margin:0px;
	border-left:1px solid #669;
}
.datasheet a {
	text-decoration: underline;
	color: #00C;
}
