b.cust-editable-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 2px;
	vertical-align: top;
	cursor: pointer;
}

b.cust-editable-add {
	background: url("/core/images/icon.plus.png") no-repeat scroll center center transparent;
}

b.cust-editable-mod {
	background: url("/core/images/icon.pencil.png") no-repeat scroll center center transparent;
}
table.cust-editable tbody tr.open td b.cust-editable-mod {
	display: none;
}
table.cust-editable tbody tr.mod b.cust-editable-mod {
	background: url("/core/images/disk.png") no-repeat scroll center center transparent;
}


b.cust-editable-sav {
	background: url("/core/images/disk.png") no-repeat scroll center center transparent;
}

b.cust-editable-clr {
	background: url("/core/images/icon.clear.png") no-repeat scroll center center transparent;
}

b.cust-editable-toggle {
	background: url("/core/images/icon.cross.png") no-repeat scroll center center transparent;
}
table.cust-editable tbody tr.open td b.cust-editable-toggle {
	display: none;
}
table.cust-editable tbody tr.edit td b.cust-editable-toggle {
	display: none;
}
table.cust-editable tbody tr.delete td b.cust-editable-toggle {
	background: url("/core/images/icon.accept.png") no-repeat scroll center center transparent;
}

table.cust-editable {
	min-width: 80%;
	border: 3px double #000;
	border-radius: 6px;
	border-spacing: 0;
}
table.cust-editable thead tr.edit {
	display: none;
}
table.cust-editable tbody tr.edit {
	display: table-row;
}
table.cust-editable thead tr.blank {
	display: none;
}
table.cust-editable tbody tr.blank {
	display: table-row;
}
table.cust-editable tbody tr.edit td {
	background-color: #c6e7de;
}
table.cust-editable tbody tr.open td {
	background-color: #c6e7de;
}
table.cust-editable tbody tr.changed td {
	background-color: #ffff9c;
}
table.cust-editable tbody tr.saved td {
	background-color: #52b552;
}
table.cust-editable tbody tr.delete td {
	background-color: #a1a1a1;
}
table.cust-editable tbody tr.error td {
	background-color: #ff3118;
}
table.cust-editable tbody tr.edit td span.error{
	display: block;
}

table.cust-editable thead tr th:first-child {
	width: 65px;
}
table.cust-editable th {
	vertical-align: top;
	text-align: left;
	border: 1px solid #000;
	padding: 2px;
}
table.cust-editable th p {
	font-weight: normal;
}
table.cust-editable td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #000;
}
table.cust-editable tbody tr input,
table.cust-editable tbody tr select,
table.cust-editable tbody tr textarea {
	display: inline-block;
	font-family: Sans;
	font-size: 12px;
	line-height: 14px;
	margin-left: 1px;
	margin-top: 1px;
	padding: 0.2em;
}
table.cust-editable tbody tr.idle input,
table.cust-editable tbody tr.idle select,
table.cust-editable tbody tr.idle textarea,
table.cust-editable tbody tr.idle a.forms_tooltip,
table.cust-editable tbody tr.idle div.descr {
	display: none;
}
