﻿.no_data_returned {
	color: gray;
}

.lbl_NotSupplied {
	color: gray;
}

.edit_background {
	background-color: lightyellow;
}

.edit_minifield_width {
	width: 50px;
}

.edit_mediumfield_width {
	width: 80px;
}

.txt_edit_full_width, input[type="text"].txt_edit_full_width {
	width: 100%;
	max-width: unset;
}

.txt_align_left {
	text-align: left;
}

.txt_align_center {
	text-align: center;
}

.txt_align_right {
	text-align: right;
}
