body {
	font-family: Arial, Helvetica, sans-serif;
}
.FNDrop {
	position: absolute;
	visibility: hidden;
	width: 92%;
	left: 8%;
	background-image: url(imgs/50pc.gif);
	z-index: 190;
}
.FNHot {
	cursor: help;
}
.FNHelp {
	position: relative;
	top: -8px;
	left: 8px;
	padding: 0.4em;
	color: #000000;
	line-height: 120%;
	border-style: solid;
	border-color: #007700;
	border-width: 1px 1px 1px 3px;
	background-color: #FFFFDF;
	cursor: help;
/*/*//*/	layer-background-color: #FFFFDF;/* */
}
.FNHelpTitle {
	font-weight: bold;
}
.FNPin {
	 position: absolute;
	 top: 2px;
	 right: 12px;
	 visibility: hidden;
}
.FNPrinterIcon {
	float: right;
	margin: 0;
	padding: .2em .5em 0 0;
}
.FNTutHead {
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
	padding: .8em 0 .1em .4em;
}
.FNScreenTitle {				/* Small box at top right of screenshots */
	position: absolute;
	left: 320px;
	top: -30px;
	width: 175px;
/*/*/margin: .2em 0 1.5em .4em; /**/
	padding: .25em;
	color: #003300;
	border: 1px solid #007700;
	background-color: #FFFFDF;
/*/*//*/	layer-background-color: #FFFFDF;/* */
}
.FNTutProc {
/*/*/ margin: .5em .5em 0 .5em; /**/
	background-color: #F0F0F0;
	border: 1px solid #AAAAAA;
	color: #000000;
	padding: .5em;
	font-size: .9em;
	line-height: 1.3em;
}
.FNTutComment {
	width: 25%;
	float: right;
	display: block;
	margin: .0 0 1em .6em;
	padding: .25em;
	color: #003300;
	font-size: .9em;
	border-style: solid;
	border-color: #007700;
	border-width: 1px 1px 1px 4px;
	background-color: #FFFFDF;
}
.FNTutAlert {
	width: 25%;
	float: right;
	display: block;
/*/*/margin: .3em 0 0 .4em; /**/
	padding: .25em;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	border-style: solid;
	border-color: #FF6600;
	border-width: 1px 1px 1px 4px;
	background-color: #FFB790;
}
.FNEm {
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: .4em;
	display: block;
}
.FNTutNote {
	display: block;
/*/*/	margin: .33em 0 .5em 0;/**/
	padding: .2em 0 .5em 0;
	font-style: italic;
	font-size: .9em;
}
.FNTutWarn {
	font-variant: small-caps;
	font-weight: 700;
}
ol.FNTutSteps {
	padding-left: 2.2em;
	padding-right: 0;
	margin-left: 0;
}
ol.FNTutSteps li {
	clear: right;
	padding-right: .5em;
	padding-bottom: 1em;
}	
.FNTut {
	line-height: 110%;
}
.FNTutCodeblock {
	clear: right;
	position: relative;
	font-size: .9em;
	font-family: "Courier New", Courier, monospace;
	line-height: 115%;
	padding-left: 4px;
	padding-right: .2em;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 1%;
	background: #EEEEEE;
	color: #000000;
	border: 1px solid silver;
}
.FNTutPaleQuote {
	background: #EEEEEE;
	color: #AAAAAA;
}
.FNLegend {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.FNnowrap {
	white-space: nowrap;
}
.FNuline {
	text-decoration: underline;
}
.printOnly {
	display: none;
}
