<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TITLEWISE STYLESHEET*/
/*Base Elements*/

BODY {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	margin: 1px;
}

p, li {
	font-size: .75em;
}

.text-lg {
	font-size: 1.2em;
}

p {
	margin: 0;
	padding: 0;
}

#contact_info p, .content p, .details p {
	margin-bottom: 5px;
}

.form p, table.inline_form p {
	margin: 0;
	padding: 0;
}

.specs p {
	margin-bottom: 5px;
}

.message p {
	padding-top: 5px;
}

p.list_details-off {
	padding: 1px 5px 3px 14px;
}

p.list_details-off-alt {
	padding: 1px 5px 3px 9px;
}

p.list_details-on {
	background-color: #E3E1D9;
	padding: 1px 5px 3px 14px;
}

p.list_details-on-alt {
	background-color: #e3e1d9;
	padding: 1px 5px 3px 9px;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2 {
	color: #48463e;
	font-size: 1em;
	margin: 0 0 1px;
}

h2 {
	font-style: italic;
}

h3 {
	color: #7a645e;
	font-size: .875em;
	margin: 0;
}

h3.detail-section {
	margin:10px 0 5px;
}

h4 {
	font-size: .875em;
	margin: 0;
}

h5 {
	font-size: .75em;
	margin: 0;
}

a:link, a:visited {
	color: #404a88;
}

a:hover {
	color: #8c92b8;
}

a:active {
	color: #101549;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

TR.header {
	font-weight: bold;
	text-align: center;
	font-size: smaller;
}

TR.data {
	font-size: smaller;
	text-align: left;
}


TR.shadedData {
	font-size: smaller;
	color: grey;
	text-align: left;
}

A:hover {
	color: red;
}

#footer {
	font-size: smaller;
}

.crumbs {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}

.reportSubHeader {
	font-size: smaller;
	font-weight: bold;
}

.aggreportSubHeader {
	font-size: smaller;
	font-weight: bold;
	color: rgb(0,102,153);
}

.breakHeader {
	font-weight: bold;
	color: rgb(0,102,153);
	text-align: left;
}

.footnote {
	font-size: smaller;
	font-style: italic;
}

img.button, input.button {
	margin-left: 3px;
}

table.with-st td {height: 18px;}

table.aggregate {
	padding: 0 10px 0 10px;
	width: 100%;
	border: none;
	background-color: white;
}

table.aggregate_data tr {
	font-size: .75em;
	white-space: nowrap;
}

table.aggregate_data tr.aggregate_header {
	font-weight: bold;
	vertical-align: bottom;
	font-size: .60em;
}

table.aggregate_data td {
	padding: 3px 10px 3px 3px;
	white-space: nowrap;
}

tr.aggregate_footer td {
	border-top: 1px solid rgb(195,226,208);
}

tr.aggregate_footer td.aggregate_footer-left-cell {
	border-left: none;
}

td.aggregate-data-cell-total {
	border-left: 1px solid rgb(195,226,208);
}


/*Images*/

img {
	vertical-align: middle;
	border: none;
}

.img_thumbnail {
	border: solid 1pt #ddddcc;
}

img.border {
	border: solid 1pt #dbdbc2;
}

img.block, input.block {
	vertical-align: baseline;
	display: block;
}

img.icon-lg {
	vertical-align: -3px;
	margin: 0 5px 0 -21px;
}

img.icon, span.icon {
	vertical-align: -2px;
	margin: 0 5px 0 -17px;
}

img.icon-pin {
	margin: 0 0 -5px -10px;
}

img.icon-pin-flag {
	vertical-align: -3px;
	margin: 0 0 -5px -10px;
}

/*Text Classes*/

.medium {
	color: #666;
}

.warning {
	color: #f00;
}

.alert, .note, .warning {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6875em;
	line-height: 1.33em;
}

.alert, .status {
	color: #633;
}

.body_text {
	font-size: .75em;
}

.align-vertical {
	vertical-align: middle;
}

.no_wrap {
	white-space: nowrap;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.totals {
	color: #633;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
}

.aggregate_totals {
	color: #633;
	font-weight: bold;
}

.highlight-red {
	color: red;
}

.label, .label-warning, .sublabel, .titlemap-goals {
	font-family: Helvetica, Arial, sans-serif;
}

.label {
	color: #48463e;
	font-weight: bold;
}

.label-warning {
	color: #f00;
	font-weight: bold;
}

.sublabel {
	color: #48463e;
}

/* TitleMAP */

.titlemap-goal-low,
.titlemap-goal-middle,
.titlemap-goal-high,
.titlemap-action-already-meets,
.titlemap-action-can-meet,
.titlemap-action-cannot-meet,
.titlemap-result-already-meets,
.titlemap-result-can-meet,
.titlemap-result-cannot-meet,
.titlemap-calc-arrow-feather {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	border-top: thin dotted;
	border-bottom: thin dotted;
}

.titlemap-goal-low,
.titlemap-goal-low-border {
	background-color: #bac7e9;
	border-color: #bfcae6;
}

.titlemap-goal-middle,
.titlemap-goal-middle-border {
	background-color: #8ea7e9;
	border-color: #bfcae6;
}

.titlemap-goal-high,
.titlemap-goal-high-border {
	background-color: #698ce5;
	border-color: #bfcae6;
}

.titlemap-action-already-meets,
.titlemap-action-can-meet {
	background-color: #fff6e7;
	border-color: #fac58f;
}

.titlemap-result-already-meets,
.titlemap-result-can-meet {
	background-color: #f2e2fd;
	border-color: #ccbdd2;
}

.titlemap-action-cannot-meet,
.titlemap-result-cannot-meet {
	background-color: #dddddd;
	border-color: #999999;
}

/* TitleMAP calculation */

.titlemap-calc {
	padding-top: 10px;
}

.titlemap-calc p {
	color: #48463E;
	padding-left: 8px;
	font-family: Helvetica,Arial,sans-serif;
	padding-bottom: 5px;
}

.titlemap-calc p.titlemap-goal-header {
	font-style: italic;
	color: #19306b;
	font-size: .90em;
	padding-left: 0;
	font-weight: bold;
}

.titlemap-calc p.titlemap-calc-limit {
	color: #663333;
}

.titlemap-calc-arrow,
.titlemap-calc-arrow-feather {
	padding: 0;
	vertical-align: middle;
}

.titlemap-calc .titlemap-goal-low,
.titlemap-calc .titlemap-goal-middle,
.titlemap-calc .titlemap-goal-high,
.titlemap-calc .titlemap-action-already-meets,
.titlemap-calc .titlemap-action-can-meet,
.titlemap-calc .titlemap-action-cannot-meet,
.titlemap-calc .titlemap-result-already-meets,
.titlemap-calc .titlemap-result-can-meet,
.titlemap-calc .titlemap-result-cannot-meet {
	width: 200px;

	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 29px;

	vertical-align: top;
}

.titlemap-calc .titlemap-goal-low,
.titlemap-calc .titlemap-goal-middle,
.titlemap-calc .titlemap-goal-high {
	padding-left: 10px;
}

.titlemap-calc-chart-container,
.titlemap-weed-chart-container {
	width: 100%;
	text-align: center;
}

.titlemap-you-are-here {
	width: 100%;
	text-align: center;
}

/* TitleMAP archive list */

.titlemap-goals {
	font-style: italic;
	background-color: white;
	color: #19306b;
	font-size: .90em;
	margin-left: -8px;
	font-weight: bold;
}

table.titlemap-brief {
	text-align: center;
	width: 100%;
}

.titlemap-brief tr td {
	text-align: left;
	vertical-align: top;
}

.titlemap-brief-headers td {
	background-color: white;
}

.titlemap-brief-subheaders td {
	background-color: #efefef;
}

/* TitleMAP Single Analysis View */

textarea.titlemap-note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.33em;
	background-color: #f1efe7;
	padding: 6px;
	width: 500px;
	height: 40px;
}

/*Specific Divs*/

.aggregate-overview {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.69em;
	line-height: 1.33em;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.options-top-titlewise-dark {
	background-image: url(/graphics/backgrounds/options-top-dark-green.gif);
	background-repeat: repeat-x;
	padding: 2px 5px;
}

.options-bottom-titlewise-dark {
	background-image: url(/graphics/backgrounds/options-bottom-dark-green.gif);
	background-repeat: repeat-x;
	padding: 0 5px 20px 5px;
}

.options-top-titlewise-light {
	background-image: url(/graphics/backgrounds/options-top-light-green.gif);
	background-repeat: repeat-x;
	margin-right: 5px;
}

.options-bottom-titlewise-light {
	background-image: url(/graphics/backgrounds/options-bottom-light-green.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 0 5px 20px 5px;
}

.options-top-titlewise {
	background-image: url(/graphics/backgrounds/options-top-green.gif);
	background-repeat: repeat-x;
	padding: 2px 5px;
}

.options-bottom-titlewise {
	background-image: url(/graphics/backgrounds/options-bottom-green.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 2px 5px;
}


/* extra specifiers to make it the last cascade */
.titlemap-brief tr td.titlemap-brief-spacer {
	background-color: white;
	padding: 0;
	width: 3px;
}


#cannot_rerun_notice {
	text-align: center;
	padding-top: .75em;
	padding-bottom: .75em;
}

#tabs-aggregate-large {
	background-image: url(/graphics/backgrounds/tabs-aggregate-large.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

#titlewise-error-container {
	border: 2px solid #83c09c;
	width: 100%;
	padding-top: 4em;
	padding-bottom: 4em;
}

#titlewise-error-text {
	text-align: center;
}

.tab-aggregate-large1, .tab-aggregate-large2, .tab-aggregate-large3, .tab-aggregate-large4, .tab-aggregate-large5 {
	position: relative;
}

.tab-aggregate-large1 {
	margin-left: 5px;
	z-index: 5;
}

.tab-aggregate-large2 {
	left: -15px;
	z-index: 4;
}

.tab-aggregate-large3 {
	left: -30px;
	z-index: 3;
}

.tab-aggregate-large4 {
	left: -45px;
	z-index: 2;
}

.tab-aggregate-large5 {
	left: -60px;
	z-index: 1;
}

.active_tab {
	z-index: 99;
}

#tabs-aggregate-small {
	background-image: url(/graphics/backgrounds/tabs-aggregate-small.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

.tab-aggregate-small1, .tab-aggregate-small2, .tab-aggregate-small3, .tab-aggregate-small4, .tab-aggregate-small5 {
	position: relative;
}

.tab-aggregate-small1 {
	margin-left: 5px;
	z-index: 5;
}

.tab-aggregate-small2 {
	left: -6px;
	z-index: 4;
}

.tab-aggregate-small3 {
	left: -12px;
	z-index: 3;
}

.tab-aggregate-small4 {
	left: -18px;
	z-index: 2;
}

.tab-aggregate-small5 {
	left: -24px;
	z-index: 1;
}

#tabs-individual-twise-large {
	background-image: url(/graphics/backgrounds/tabs-aggregate-large.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

.tab-individual-twise-large1, .tab-individual-twise-large2, .tab-individual-twise-large3, .tab-individual-twise-large4, .tab-individual-twise-large5, .tab-individual-twise-large6, .tab-individual-twise-large7, .tab-individual-twise-large8, .tab-individual-twise-large9, .tab-individual-twise-large10, .tab-individual-twise-large11 {
	position: relative;
}

.tab-individual-twise-large1 {
	margin-left: 5px;
	z-index: 11;
}

.tab-individual-twise-large2 {
	left: -15px;
	z-index: 10;
}

.tab-individual-twise-large3 {
	left: -30px;
	z-index: 9;
}

.tab-individual-twise-large4 {
	left: -45px;
	z-index: 8;
}

.tab-individual-twise-large5 {
	left: -60px;
	z-index: 7;
}

.tab-individual-twise-large6 {
	left: -75px;
	z-index: 6;
}

.tab-individual-twise-large7 {
	left: -90px;
	z-index: 5;
}

.tab-individual-twise-large8 {
	left: -105px;
	z-index: 4;
}

.tab-individual-twise-large9 {
	left: -120px;
	z-index: 3;
}

.tab-individual-twise-large10 {
	left: -135px;
	z-index: 2;
}

.tab-individual-twise-large11 {
	left: -150px;
	z-index: 1;
}

/*Dividers &amp; Spacers*/

div.divider-green {
	background-color:rgb(195,226,208);
	height: 1px;
}

div.divider {
	background-color: #cdcfc5;
	height: 1px;
}

div.subdivider {
	background-color: #e3e1d9;
	height: 1px;
}

div.dotted {
	background-image: url(/graphics/backgrounds/dotted.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 3px;
}

div.divider-dark {
	background-color: #97958d;
	height: 1px;
}

div.divider-light {
	background-color: #fff;
	height: 1px;
}

div.spacer1 {height: 1px;}
div.spacer3 {height: 3px;}
div.spacer5 {height: 5px;}
div.spacer10 {height: 10px;}
div.spacer15 {height: 15px;}
div.spacer20 {height: 20px;}
.spacer-top1 {padding-top: 1px;}
.spacer-top3 {padding-top: 3px;}
.spacer-top5 {padding-top: 5px;}
.spacer-top10 {padding-top: 10px;}
.spacer-top15 {padding-top: 15px;}
.spacer-top20 {padding-top: 20px;}
.spacer-right5 {padding-right: 5px;}
.spacer-right10 {padding-right: 10px;}
.spacer-right20 {padding-right: 20px;}
.spacer-bottom1 {padding-bottom: 1px;}
.spacer-bottom3 {padding-bottom: 3px;}
.spacer-bottom5 {padding-bottom: 5px;}
.spacer-bottom10 {padding-bottom: 10px;}
.spacer-bottom15 {padding-bottom: 15px;}
.spacer-bottom20 {padding-bottom: 20px;}
.spacer-left5 {padding-left: 5px;}
.spacer-left10 {padding-left: 10px;}
.spacer-left20 {padding-left: 20px;}
</pre></body></html>