/* Name:    guide-page.css
   Purpose: to be used with web pages that provide supporting information
            to "Guide to Solving Garden Problems" pages
   Date:    December 2004 - wfd - initial coding based on support-page.css
			*/
@import url(/styles/headstables.css);

.otherlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.925em;
	font-weight: bold;
}
.otherlink2r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.925em;
	font-weight: bold;
	text-align: right;
}
.infonote {
	font-weight: normal;
	font-size: 0.7em;
}
table.padlonglist tr {
    margin-bottom: 0.5em;
}
p.hanginglist br {
	text-indent: -1em;
}
p.hang {
	text-indent: -1em;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: none;
	margin-left: 1em;
}
p.block {
	margin-left: 3em;
}
img.leftjust {
	float: left;
	border-width: 1px;
	border-style: solid;
}
img.leftjust2 {
	margin: 0px;
	margin-right: 5px;
}
img.rightjust {
	float: right;
	border-width: 1px;
	border-style: solid;
}
img.rightjust2 {
	margin: 0px;
	margin-left: 5px;
}
dt {
	margin-top: 0.75em;
}
hr.thin {
	margin-top: -0.25em;
	margin-bottom: -0.25em;
}
hr.thinner {
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}
