/* template for html report output from 'Probe For Windows'
	make a copy of this file and customise for your web site
	prwin.css will be overwritten when an upgrade is installed

*/
body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #f5f5f5; /* very light grey */
	color:#000; /* black */
}

h1,h2,h3,h4,h5 {
	font-family: arial,sans-serif;
/* font-weight: bold; */
	background-color: #e6e6fa;  /* grey background */
	color: #006eaa; /* #369; what colour is this ? */
	background-color: RGB(0,128,192); /* farm green */
	color: white; /* white */
	border-color: #808080; /* dark gray */
	border: 1px none #808080;
	border-top: 1px none #808080;
}

h1 { /*
	font-size: 18pt;
	font-weight: bold;
	*/
}

h2 {
/*
	font-size: 14pt;
	font-weight: bold; */
}

h3 {
/*
	font-size: 12pt;
	 font-weight: bold; */
}

h4 {
	/* font-size: 10pt; */
}

h5 {
	/* font-size: 10pt; */
}

/* use at top of each page */
.pageheader { 
	font-family: arial,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	background-color: #e6e6fa;   /* grey background */
}

/* footer at bottom of page */
.footer {
	background-color:#e6e6fa;
	background-color: RGB(0,128,192);
	color: white; /* white */
	margin: 0px;
	padding: 5px;
	border-style: none;
	border-top: 2px solid #808080;
}

p {
	/* use defaults */
}

hr {
	/* use defaults */
}

.right {
	float: right;
}

.left {
	float: left;
}

.indent {
	text-indent: -2em;
	margin-left: 4em;
}


.arial {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.arial16 {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 16pt;
}

.arial16right {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 16pt;
	float: right;
}

.arial14 {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.arial12 {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.arial8 {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* negative numbers and dates */
span.negative {
	color: RGB(255, 64, 64); /* negative numbers  - same as low water*/
}

td.negative {
	background-color: RGB(255, 64, 64) !important; /* negative numbers  - same as low water*/
	color: black !important;
}

/* farm/ranch/grower - could be p, td or span */
.grower {
	background-color: RGB(0, 128, 128); /* same green as prwin software */
	color: white;
	font-family: arial, sans-serif;
	font-size: 14pt;
}

/* table in google maps kml with details of site
'column titles' in column1, values in column2
 */

.mappopup table {
	border: 1px solid red;
}
.mappopup table th {
	vertical-align: top;
	text-align: right;
	padding: 1px;
}
.mappopup table td {
	vertical-align: top;
	text-align: left;
	padding: 1px;
}

/* size of map in 'schedule_map.htm' */
.map {
	height: 800px;
	width: 800px;
}

/* size of map in 'schedule_map.htm' if 'handheld' is ON  */
.mapmobile {
	height: 300px;
	width: 300px;
}

/* main table for report output with column for each item */
table {
	border: 1px solid black;
	border-collapse: collapse;
}

th {
	/* <THEAD> is IE only ! */
	border:1px solid #808080;
	font-family: verdana,arial,Helvetica, sans-serif;
/*	font-size: 10pt;
	font-weight: bold; */
	text-align: center;
	background-color: #006eaa; /* blue background */
	color: white;
}

td {
	border:1px solid #808080;
}

/* odd numbered tr in table */
.oddrow { 
	background-color: #e6e6fa;   /* grey background */
}

/* even numbered tr in table */
.evenrow { 
	background-color: #ffffff;   /* white */
}

.prwin {  /*references to programme name */
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	color: #006eaa; /* #369; what colour is this ? */
}

.red {
	color:#ff0000;
}

.blue {
	color:#0000ff;
}
.green {
	color:#008000;
}

/* report header section  */
.reportheader {
	font-family: arial,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	background-color: #e6e6fa;   /* grey */

	text-align: center;
	color:  #006eaa; /* #369; what colour is this ? */
}

.groupheader2 {  /*used for group break 2  headings in th */
	font-family: Arial;
	background-color: transparent;
	font-size: 8pt;
	font-weight: bold;
	color:  #006eaa; /* #369; what colour is this ? */
	margin-top: 6px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-style: solid;
	border-width: 0px; 
	border-color: #e6e6fa;
}

