
table.datasheet {
	width:100%;
}


.datasheet th {
	padding:2px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	font-family:tahoma,arial,verdana,helvetica;
	font-size: 11px;
	font-weight: normal;
}

.datasheet tr {
	vertical-align:middle;
}

.datasheet td {
	vertical-align: middle;
	padding:2px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	background-color:#fff;
	font-family:tahoma,arial,verdana,helvetica;
	font-size: 11px;
	font-weight: normal;
}

.datasheet td input {
	padding-right:1px;
	text-align:right;
	font-family:tahoma,arial,verdana,helvetica;
	border:0px none;
	width:100%;
	height:100%;
	//width:90%;
	//height:90%;
	font-size: 11px;
	font-weight: normal;
}

#inputleft {
  	padding-left:2px;
	text-align:left;
	padding-right:0px;
}

#readonlycell {
	background-color: Whitesmoke;
}

#readonlycellcenter {
	background-color: Whitesmoke;
	text-align:center;
}

#readonlycellred {
	background-color: Whitesmoke;
	color: red;
}

#readonlycellright {
	text-align:right;
	background-color: Whitesmoke;
}

#readonlycellleft {
	text-align:left;
	background-color: Whitesmoke;
}

#inputleftreadonly {
	text-align:left;
	background-color: Whitesmoke;
  	padding-left:2px;
	text-align:left;
	padding-right:0px;
}

.form_groove_outer {
	padding:0px;
	margin:0px;
	border-top:1px solid #99bbe8;
	border-bottom:1px solid #fff;
}

.form_groove_inner {
	padding:0px;
	margin:0px;
	border-left:1px solid #99bbe8;
}

.form_border {
	border:1px solid #333;
}

.changed {
	background-color: InactiveCaptionText;
	text-align:right;
}

.changed_alert {
	color: red;
	text-align:right;
}


