/* CSS for general menus, headings etc. on YBN website */

font.mainheading {
	font-size: 21pt;
	font-weight: 500;
}
font.subheading {
	font-size: 16pt;
	font-weight: 500;
}
font.subsubheading {
	font-size: 12pt;
	font-weight: 500;
}
font.submenu {
	font-family: "Times";
	font-size: 12pt;
	font-weight: 500;
}
font.tableheading {
	font-size: 18pt;
}
.maintext {
	font-family: serif;
	font-size: 12pt;
/*	line-height: 16pt;
*/
	padding-left: 18px;
	padding-right: 18px;
}

.mainbody {
	float: right;
	width: 90%; 
	padding-top: 10;
	padding-right: 40;
}

.specialfeature {
	vertical-align: top;
	/*text-align: justify;
	*/
	/*background-color: #AED588;*/
}

.specialfeaturepic {
	float: right;
	padding-left: 30;
	padding-right: 0;
	padding-bottom: 40;
	vertical-align: top;
}
.specialfeaturepicleft {
	float: left;
	padding-left: 0;
	padding-right: 30;
	padding-bottom: 30;
	vertical-align: top;
}



/* special section formatting */

/* right menu */
font.rightmenuheading {
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
}
table.rightmenuheading {
	border: 1;
	/*background-color: transparent;
	*/
	padding-left: 10;
	margin-left: 0;
	margin-right: 0;
	width: 160;
}
td.rightmenuheadingcell {
	background-color: #A8B4E4;
	background-color: transparent; 
	vertical-align: top;
	padding-left: 5;
}

font.rightmenu {
	font-size: 8pt;
	font-weight: normal;
	font-family: arial, sans-serif;
}
table.rightmenu {
	border-left: thin;
	border-left-style: dashed;
	border-left-color: grey;
	/*background-color: transparent;
	*/
	/*background-color: #D2D7FF;
	background-color: #ADBAE7;
	background-color: #C9D1FF;
	background-color: #AED588;
	background-color: transparent;
	background-position: top left;
	*/
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10;
	padding-right: 0;
	/*border-collapse: separate;
	border-spacing: 5;
	*/
}

td.rightmenucell {
	/*background-color: #AED588;
	*/
	vertical-align: top;
	padding-bottom: 15;
}
td.rightmenubullet {
	vertical-align: top;
}


/* poems page */
.poemmaintext {
	font-family: papyrus, serif;
}
font.poemtitle {
	font-size: 16pt;
	page-break-before: always;
}


/* Deer Page -- styles generated by MS Word */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
@page Section1
	{size:8.5in 11.0in;
	margin:.75in 1.25in .75in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
@page Section2
	{size:8.5in 11.0in;
	margin:.5in .75in .5in .75in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-columns:2 even .3in;
	mso-paper-source:0;}
div.Section2
	{page:Section2;}
@page Section3
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section3
	{page:Section3;}

/* Deer page still, new section */

table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}

/* Table formatting for all of the new Plant List tables */
/* Begin every table with <TABLE DIR=LTR class="plantList" cellspacing="0"> */

table.plantList
{font-weight: normal;
color: #000000;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.plantList td.header
{ border-bottom: 2px solid #000000;
text-align: center;
font-weight: bold;
color: #000000;}

table.plantList td
{ border-bottom: 1px dotted #000000;
border-left: 1px dotted #000000;
font-weight: normal;
color: #000000;
text-align: left;
padding-left: 3px;}

table.plantList td.invis
{ border-bottom: 0px;
text-align: center;
font-weight: bold;
color: #000000;}


/*Button code*/
.buttonSubmit, .buttonSubmit:hover {
	width:88px;
	height:33px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(./images/search_buttons.gif) no-repeat left top;
	/*cursor:pointer;*/
	border:none;
}
.buttonSubmit:hover {
	background-position:left bottom;
}
/* End Button code*/

/* Code for JQuery slideshow*/
.pics {  padding:0; margin:0; overflow: hidden; align:center}
.pics img { padding: 5px; /*border: 1px solid #ccc; background-color: #eee; */top:0; left:0 }
#output { text-align: left; font-weight:bold; text-align: center;}
/*End Jquery Slideshow code*/


/*Container Gardening Layout*/
font.containerTitle {
	font-size: 16pt;
	font-weight: 500;
	font-family: arial, sans-serif;
}

table.container {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	width:80%;
	padding:10px;
	margin: 10px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
table.containerWithPhotos {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	width:97%;
	padding:10px;
	margin: 10px 10px 10px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}

table.containerHeading {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	width:100%;
	padding:10px;
	margin: 10px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}

font.containerTextHeading {
	font-size: 20pt;
	font-weight: 500;
}

font.containerPlant {
	font-size: 13pt;
	font-family: arial, sans-serif;
}

#containerList { border: 1px solid black;}

#containerList div.selected .title { 
	color: black;
	background-color: #66FF66;
}
#containerList div div {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#containerList div.title {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: black;
	background-color: #00CC66;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
#containerList div.selected {
	border-bottom: none;
}

#containerList a:link {
	line-height: 1.5;
	cursor:pointer;
	text-decoration: none;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: black;
}
#containerList a:visited {
	line-height: 1.5;
	cursor:pointer;
	text-decoration: none;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: black;
}
#containerList a:hover {
	line-height: 1.5;
	cursor:pointer;
	text-decoration: underline;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: black;
}
#containerList a:active {
	line-height: 1.5;
	cursor:pointer;
	text-decoration: none;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: black;
}

#containerTop a:link {
	line-height: -1;
	cursor:pointer;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: black;
}
#containerTop a:visited {
	line-height: -1;
	cursor:pointer;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: black;
}
#containerTop a:hover {
	line-height: -1;
	cursor:pointer;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: black;
}
#containerTop a:active {
	line-height: -1;
	cursor:pointer;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: black;
}
