﻿.tableView {	
	display: table;
	width: 100%;
}
.tableRow {
	display: table-row; 
	white-space: nowrap;
	margin: 0;
    padding-left: 5px;
    padding-bottom: 5px;
	width: 100%;
	float: left;
}
.tableCell {
	display: table-cell;
	padding: 3px 0;
	width: 230px;
	min-width: 230px;
}
.sz-sml {
	width: 180px;
	min-width: 180px;
}
.sz-med {
	width: 230px;
	min-width: 230px;
}
.sz-lrg {
	width: 280px;
	min-width: 280px;
}
.tableLabel {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-left: 5px;
	padding-right: 5px;
	width: 170px;
	min-width: 170px;
}
hr {
	background-color: #666666;
	border: none;
	height: 1px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.sectionHeading {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #2E9E48;
	line-height: 25px;
}
.subHeading {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #2E9E48;
	line-height: 25px;
}
.form-inline .form-control {
	font-size: 12px;
	width: inherit;
    height: 26px;
    padding: 4px;
	overflow: hidden;
}
.tableCell input[type=submit], .tableCell input[type=button] {
	outline: 0;
	padding: 4px 10px;
	margin-right: 5px;
	font-size: 11px;
	height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F6F6F6;
}
.form-inline .form-control[disabled] {
	cursor: default;
}
.tableCell input[disabled="disabled"], .tableCell input.disabled {	
	opacity: 0.2;
}
.tableCell input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-left: 1px;
	margin-bottom: 4px;
}
.updateError {
	color: red;
	font-weight: bold;
}