ul.legend {
	background-color: #FCFCFC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

ul.legend li {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	clear: left;
}

ul.legend li input {
	margin: 2px 4px;
}

ul.legend li ul {
	margin: 0px 0px 2px 12px;
	clear: left;
}

table.legend {
	padding: 0px;
	margin: 0px;
}

table.legend td {
	padding: 0px;
	margin: 0px;
}

.unstableValue {
	background-color: #CCCCCC !important;
}

tr.saved { background-color: #ccffcc; }

tr.inactive { background-color: #cccccc; }

.component_data_json {
	display: none;
}

.overcoming_tolerance {
	background: orange !important;
	color: black !important;
}

.overcoming_threshold {
	background: red !important;
	color: white !important;
}

/*
.filter {
	padding: 2px 4px;
}

.filter :hover {
	background: #DDDDDD;
}
*/
.vInfo {
	display: none
}

.info {
	/* background: #9FDB5F; */
	/* border: 2px solid #DDBBDD; */
	cursor: pointer;
	/*cursor: move;*/
	display: block;
	font-size: 11px;
	position: relative;
	width: 400px;
}

.reportDataTable {
	background: white;
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
}

.reportDataTable thead th {
    background-color: #6EAC2C;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
    text-align: center;
    vertical-align: top;
}

.reportDataTable tbody td {
    /* background-color: #FFFFFF; */
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    /* color: #000000; */
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    vertical-align: middle;
}

.valueInfo {
	display: none;
}

.valueInfoTable {
	border-collapse: collapse;
	width: 450px;
}

.valueInfoTable td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.valueInfoTable th {
	background-color: #9FDB5F;
	border: 1px solid #000000;
	color: #000000;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
	width: auto;
}

/*
.valueInfo span {
	cursor: pointer;
}

.valueInfo span:hover {
	background: yellow;
	margin: 0.2em;
}
*/

.valueInfo .valueStatusFlag {
	cursor: help;
}

.valueInfo .valueInfoThresholds div {
	margin: 0.2em 2em 0.2em 1em;
	padding: 0.2em;
}

.statusInfo {
	max-width: 240px;
}

.statusInfo ul {
	list-style: disc;
	margin: 0.2em;
}

.vValue {
	cursor: help;
}

.valueStatusFlag {
	cursor: help;
}

.qaqcTableLegend {
	width: auto;
}

.qaqcTableCellHeaderHorizontal {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid navy;
	/* border-right: 1px solid navy; */
}

.qaqcTableCellHeaderVertical {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid navy;
	/* border-bottom: 1px solid navy; */
}

.qaqcTableCellIcon {
	min-width: 60px;
	text-align: center;
	border-left: 1px solid navy;
	border-top: 1px solid navy;
}
