/*
	DIOS Reporting Component stylesheet
	This file is included conditionally by the
	prnHeader() function in the dios class
*/

/**
 * Report styles
 */

#domain-frame {
	margin-top: 25px;
	background-color: #ffffff;
	width: 98%;
	height: 500px;
	color: #000000;
}

a.progress:link, a.progress:visited {
	text-decoration: none !important;
	background-color: transparent !important;
	border-style: none !important;
}

a.progress:hover, a.progress:active {
	text-decoration: underline !important;
	background-color: transparent !important;
	border-style: none !important;
}

.dtg-sig-ach {
	overflow: auto;
	width: 100%;
}

.report-approved {
	/*border: 1px solid #f44e4e;*/
	background-color: #f5b7b7;
}

.report-rejected {
	/*border: 1px solid #ff7e00;*/
	background-color: #ffb400;
}

.report-submitted {
	/*border: 1px solid #006699;*/
	background-color: #b7d9f5;
}

.report-current, .report-archived {
	/*border: 1px solid #2b9900;*/
	background-color: #BBF5B7;
}

.textbox {
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

.textbox-result-table {
	width: 100%;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

.textarea-result-table {
	width: 100%;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

.textbox-wide {
	width: 98%;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

/**
 * Unchanged since 6 month version
 */
.warning {
	color: red;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: .5em;
	font-weight: bold;
}

.indicator12monthonly {
	border: 2px solid #77EB6F;
	padding: 5px;
	background-color: #FFA500;
}

/**********************************************************/

table.acgppi {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.acgppi td, table.acgppi th {
	border: 1px solid #000000;
	padding: 3px;
}

table.acgppi th {
	background-color: #eeeeee;
}

.result-table-overflow {
	/* try to fix overflow at low res */
	overflow: auto;
	width: 98%; /* need actual width here for the scroll to work (inherit not good) */
	/*font-size: .8em;*/
}

/* RPHS indicator 1 - dialogue styles */
#addServiceRPHS, #editServiceRPHS, #addProviderRPHS, #editProviderRPHS, #addLocationRPHS, #editLocationRPHS { display: none; text-align: left; }

table.indicator_service_header, table.indicator_service_body, table.sub_indicator_service_body {
	width: 100%;
	overflow-x: scroll;
	/*font-size: .8em;*/
}
table.indicator_service_body { margin-bottom: .5em; }
.td-border { border: 1px solid #000000; }
td.rphs-service { padding: .5em; font-weight: bold; font-size: 1em; }
td.rphs-provider, td.rphs-provider-sub { padding: .5em; }
td.rphs-location-sub, td.rphs-individual-sub, td.rphs-group-sub { padding: .5em; }
td.rphs-edit, td.rphs-edit-sub { border-style: none; }

/*.indicator_service_header td {
	background-color: #dddddd;
}*/

/* Result Tables with Baseline table */

table.ind-result th.textarea { text-align: left; }

/* can do it this way but but dreamweaver doesnt like this way of doing it
where the 2 classes are referred to
table.ind-result.baseline {
	background-color:pink;
}
*/

/* instead we first do the common formatting */

table.ind-result {
	border:1px solid black;
}

table.ind-result td {
	text-align:right; /* To match the input boxes (.textbox-result-table) */
}

table.ind-result caption {
	font-size:1.2em;
	font-weight:bold;
}

/* Now add individual formatting for baseline and currentreport tables */
table.baseline {
	background-color:#FFFBF0;
}

/*table.ind-result , table.ind-result th, table.ind-result td {
	border: 1px solid #000000;
	border-collapse: collapse;
}*/

table.ind-result th {
	background-color: transparent !important;
	/*background-color: grey;*/
	text-align: center;
}

/*table.ind-result .shadedcell {
	background-color:grey
}*/

table.currentreport {
	background-color:#FDFFF0;
}

.context-view-text {
	border: 1px solid #000000;
	margin: 5px;
	width: 98%;
}

.timestamps {
	background-color: #eeeeee;
	border: 1px solid #666666;
	padding: .5em !important;
	margin: 0;
	margin-bottom: .5em;
	font-size: .8em;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

/**
 * Main definitions
 */

.qcodo-message {
	border: 1px solid #6666ff;
	color: #6666ff;
	padding: .8em;
	text-align: center;
	background-color: #ffefef;
}

#loading-image { /* message that displays while an AJAX request is loading */
	display: none;
	position: absolute;
	height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	/*top: 48%;*/
	top: 110px;
	left: 40%;
	border-width: 2px;
	/*background-color: #ffc73c;*/
	/*background-color: #efd38e;*/
	/*background-color: #fab73d;*/
	padding: 2%;
	margin: 1em;
}

#loading-image img {
	border-style: none;
	vertical-align: middle;
}

#report-loading-image { /* message that displays while an AJAX request is loading */
	display: none;
	padding-top: 1em;
	/*position: absolute;
	top: 48%;
	left: 48%;
	border: 1px solid #000000;
	/ *background-color: #ffc73c;* /
	/ *background-color: #efd38e;* /
	background-color: #fab73d;
	padding: 2%;
	margin: 1em;*/
}

#report-loading-image img {
	/*border-style: none;
	vertical-align: middle;*/
}

#report-loading-image-aasc { /* message that displays while an AJAX request is loading */
	display: none;
	padding-top: 1em;
	position: absolute;
	top: 48%;
	left: 48%;
	border: 1px solid #000000;
	/*background-color: #ffc73c;*/
	/*background-color: #efd38e;*/
	background-color: #fab73d;
	padding: 2%;
	margin: 1em;
}

#report-loading-image-aasc img {
	/*border-style: none;
	vertical-align: middle;*/
}

h4.msgExceptionReporting {
	margin: 0;
	padding: 3px;
	/*background-color: #ffffcc;*/
	background-color: #ffffcc;
	/*border: 3px solid #fff192;*/
	border: 3px solid #fff192;
}

.report-banner {
	float: right;
	padding: 0;
	padding-top: .3em;
	padding-bottom: .3em;
	/*background-color: #fff192;*/
	background-color: red;
	/*border: 1px dashed #ffc83c;*/
	border: 1px solid #eec5c5;
	width: 70%;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: .8em;
	color: #ffffff;
}

.reportIconLargeText {
	/* display: none; /* hide initially  - handled in javascript */
}

.report-icon-container {
	position: relative;
	padding: 5px;
	background-color: #dddddd;
	/*border: 1px solid #666666;*/
	width: 90%;
	cursor: pointer;
}

.report-render-container {
	margin: 0;
	margin-bottom: 1em;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	position: relative;
	padding: 5px;
	background-color: #dddddd;
	/*border: 1px solid #666666;*/
	width: 90%;
}

.report-icon-content {
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 0;
	min-height: 82px; /* for ie7, firefox, etc. - height of report image - was 144px for large report image */
}

.report-icon-rightbox {
	display: table;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.report-render-img-archived, .report-render-img-current, .report-render-img-submitted, .report-render-img-rejected, .report-render-img-approved,
.report-img-archived, .report-img-current, .report-img-submitted, .report-img-rejected, .report-img-approved {
	float: left;
	display: table;
	position: relative;
	background-image: url(/dios/images/report_bg_small.gif);
	background-position: left center;
	/*background-position-x: left;
	background-position-y: center;*/
	background-repeat: no-repeat;
	font-size: .8em;
	width: 130px;
	height: 72px; /* height of report image */
	margin: 0;
	padding-left: 7px;
	padding-top: 10px;
}

/* for the Report::Render() function */
.report-render-img-archived, .report-render-img-current, .report-render-img-submitted, .report-render-img-rejected, .report-render-img-approved {
	background-image: url(/dios/images/report_bg.gif);
	height: 144px; /* height of report image */
}

.report-icon-cnr1, .report-icon-cnr2, .report-icon-cnr3, .report-icon-cnr4 {
	position: absolute;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.report-icon-cnr1 {
	background-image: url(/dios/images/report_icon_cnr1.gif);
	left: 0px;
	top: 0px;
}

.report-icon-cnr2 {
	background-image: url(/dios/images/report_icon_cnr2.gif);
	right: 0px;
	top: 0px;
}

.report-icon-cnr3 {
	background-image: url(/dios/images/report_icon_cnr3.gif);
	left: 0px;
	bottom: 0px;
}

.report-icon-cnr4 {
	background-image: url(/dios/images/report_icon_cnr4.gif);
	right: 0px;
	bottom: 0px;
}

.report-icon-divider {
	position: relative;
	clear: both;
}

.report-img-approved h3, .report-render-img-approved h3 {
	width: 100px;
	background-color: #f5b7b7;
	border: 1px solid #f44e4e;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

.report-img-rejected h3, .report-render-img-rejected h3 {
	width: 100px;
	background-color: #ffb400;
	border: 1px solid #ff7e00;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

.report-img-submitted h3, .report-render-img-submitted h3 {
	width: 100px;
	background-color: #b7d9f5;
	border: 1px solid #006699;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

.report-img-current h3, .report-img-archived h3,
.report-render-img-current h3, .report-render-img-archived h3 {
	width: 100px;
	background-color: #BBF5B7;
	border: 1px solid #2b9900;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

/* for Report::Render() method */
.report-render-img-approved h3, .report-render-img-rejected h3,
.report-render-img-submitted h3, .report-render-img-current h3 {
	margin-left: 7px;
}

.report-details-collapsed, .report-details-collapsed-footer,
.report-options-collapsed, .report-options-collapsed-footer { /* container for the report details/options when displayed in 'collapsed view' */
	border: 1px solid #666666;
	background-color: #ffffff;
	/*font-size: .8em; - disabled for themes */
	margin-bottom: 5px;
	width: 100%;
}

.report-details-collapsed p, .report-details-collapsed-footer p,
.report-options-collapsed p, .report-options-collapsed-footer p { /* container for the report details/options when displayed in 'collapsed view' */
	/*font-size: .8em; - disabled for themes */
}

.report-details-collapsed-tr, .report-options-collapsed-tr { /* heading for the report details/options when displayed in 'collapsed view' */
	color: #ffffff;
	border: 1px solid #666666;
	background-color: #666666;
	text-align: center;
	font-size: .8em;
}

.report-details-collapsed-tr p, .report-options-collapsed-tr p { /* heading for the report details/options when displayed in 'collapsed view' */
	font-size: .9em;
}

/* report sticky alert */
#sticky_report-alert {
	position: absolute;
	right: 0;
	top: 62px;
	width: 300px;
	padding: .3em;
	text-align: center;
	border-width: 5px;
}

#report {
	width: 70%; /* this is the width of the content on the right/hand side of screen. #menu in plan_menu.css accounts for the rest of screen width */
	margin-left: 1%;
	float: right;

	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1em;
}

#report-frame {
	width: 70%; /* this is the width of the content on the right/hand side of screen. #menu in plan_menu.css accounts for the rest of screen width */
	float: right;

	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1em;

	overflow-x: auto;
}

/**
 * View page menu
 */

#viewPageInstruction { /* this it the title next to the drop-down box which will appear in the heading when viewing an entire report in the display component */
	display: none;
}

#viewPage { /* to hide background of #viewPageInstruction */
	background-color: transparent !important;
	border-style: none !important;
}

/**
 * Select year menu
 */

#selectYearInstruction { /* this it the title next to the drop-down box */
	display: none;
}

#selectYear { /* to hide background of #selectYearInstruction */
	background-color: transparent !important;
	border-style: none !important;
}

span.error {
	margin-left: 15px;
	font: .8em 'Verdana', 'Arial', 'Helvetica';
	color: #600;
}

.ind-activities-approaches-heading {
	font-weight: bold;
	padding-top: .5em;
	padding-left: .5em;
}

.ind-activities-approaches-body {
	padding-top: .5em;
	padding-left: .5em;
}

.ind-reportfile-heading {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

.ind-reportfile-body {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

.ind-result-heading {
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

.ind-result-body {
	padding-top: .5em;
	padding-left: .5em;
}

.download-financial-plan {
	padding-top: .5em;
}

.subtitle {
	margin-top: 50px;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.validation-error {
	color: #990000;
}

.result-instructions {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}

.result-table-validation-fatal-header {
	border: 1px solid #666666;
	background-color: #ffdcdc;
	padding: .5em;
	margin-bottom: 0px;
}

.result-table-validation-fatal-body {
	border: 1px solid #666666;
	background-color: #fff5f5;
	padding: .5em;
	margin-top: 0px;
}

.result-table-validation-warning-header {
	border: 1px solid #666666;
	background-color: #ffc75c;
	padding: .5em;
	margin-bottom: 0px;
}

.result-table-validation-warning-body {
	border: 1px solid #666666;
	background-color: #f7dda7;
	padding: .5em;
	margin-top: 0px;
}

/* message that displays while an AJAX request is loading for Result Table Aggregates */
#report-loading-image-restabagg {
	display: none;
	padding-top: 1em;
	position: absolute;
	top: 48%;
	left: 48%;
	border: 1px solid #000000;
	/*background-color: #ffc73c;*/
	/*background-color: #efd38e;*/
	background-color: #fab73d;
	padding: 2%;
	margin: 1em;
}

h3.bar, div h3.bar {
	background-color: #eeeeee;
	font-size: 1em;
}

/* Focus Area and Successess and Challenges pages */
.warning {
	color: red;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: .5em;
	font-weight: bold;
}

.focusArea12MonthOnly {
	/*border: 2px solid #77EB6F;*/
	border: 2px solid black;
	padding: 5px;
	background-color: #FFA500;
}

.focusAreaRPHSOnly {
	border: 2px solid #ffcece;
	padding: 5px;

	background-color: #ffebeb;
}

