@charset "utf-8";
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/* ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* establish print font, size and colour */
body {
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif; */
	 font-family: Tahoma, Geneva, sans-serif; 
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 10pt;
	color: black;
	background-color: white;
}
#wrapper {
	width: 100%;
	}
/* remove blocks that we don't need to print */
#branding { display: none;}
#nav { 	display: none;	}
#search {	display: none;	}
#listcolumns {	display: none;	}
#mainright {	display: none;	}
#mainfooter {	display: none;	}



/* remove links and their colours */
a {
	text-decoration: none;
	color: black;
}
#brandingprint {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.brandingprintcompany {
	font-weight: bold;
	font-size: 120%;
}
.brandingprintaddress {
	font-size: 110%;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size : 130%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}
h2 {
	font-size : 110%;
	font-weight: bold;
	padding-top: 10px;

}
.boxheader {
	font-size : 110%;
	font-weight: bold;
	color: #000000;
}
#newplants {	display: none;}
#contentside {	display: none; }
#contentside2 {	display: none;}
.fillerpic {	display: none;}
#siteinfo {	display: none;}

#siteinfoprint {
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	width: 100%;
	margin-top: 20px;

	border-top-width: 1px;
	border-top-style: solid;
}
.text_byline {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}
#recordsetpaging {
	display: none;
}
#recordsetsearch {
	display: none;
}
#recordsetselection {
	padding-top: 0px;
	padding-bottom: 5px;
}

.recordsetimageleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.recordsetnoimageleft {
display: none;}
.text_moredetails {display: none;}

.imagemain {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 00px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imageleft {
	float: left;
	margin: 2px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	clear: left;
}

.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 00px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imagesymbol {
	float: right;
	margin: 2px;
}


#plantheader  {
	font-size: 100%;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
#plantnarrative  {
	font-size: 85%;
} 
.plantblock {
	width: 45%;
	vertical-align: bottom;
}







