/****************************
 * NQPS Elements that are common to both the plan and report
 ****************************/

/**
 * CONTEXT
 */
.nav.context {
	float: right;
}

/**
 * RESULT TABLES
 */
table.ind-result {
	background-color: #dddddd;
	padding-top:10px;
	padding-bottom:20px;
}

.ind-result th {
	background-color: #eeeeee;
	border: 1px solid black;
	text-align: left;
	margin: 0;
	padding: 0px;
	empty-cells: show;
	vertical-align: top;
	font-size: 0.7em;
}

.ind-result td {
	background-color: #eeeeee;
	border: 1px solid #999999;
	text-align:left;
	margin: 0;
	padding: 0;
	empty-cells: show;
	vertical-align: top;
	font-size: 0.8em;
}

/* Usualy a row that spans the entire table */
.ind-result th.fieldgroup {
	background: #dddddd;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* A variation on the heading */
.ind-result th.headingcenter {
	text-align: center;
}

/* Warning of invalid data in a Result Table */
table.ind-result span.warning {
	font-size: 11px !important;
	padding: 2px;
}

/* References under the table in a Div of its own */
.ind-result-references {
	font-size:0.8em;
}

/* display the status of current local indicators*/
.local-status {
	padding: 3px;
	border: solid 1px black;
}

/* display instructions for download template (local indicator)*/
.download-template-instruction {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 20px;
	padding: 3px;
	background-color: #FFEBEB;
	border: solid 1px #FFCECE;
}
