﻿.thresholds
{
	width: 100%;
	font-size: 90%;
	border: solid 1px #000000;
	border-collapse: collapse;
}
.thresholds tr td
{
	padding: 5px;
	font-size: 105%;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #c0c0c0;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.thresholds tr th
{
	padding: 5px;
    padding-right: 20px;
	font-size: 105%;
	font-weight: bold;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #c0c0c0;
	vertical-align: middle;
	text-align: right;
    white-space: nowrap;
}
.thresholds .redStatus, .thresholds .amberStatus, .thresholds .greenStatus,.thresholds .goldStatus, .thresholds .incomplete, .thresholds .noStatus
{
	border-bottom: solid 1px #000000;
}
.incomplete
{
    color: #ff0000;
    background: #eeeeee;
}
.incomplete a
{
    color: #ff0000;
}
