
div#inlhelp {
	font-size: 16px;
	line-height: 20px;
	font-style: normal !important;
	display: none;
	/* flex-grow: 1; */
	position: fixed;
	top: 40px;
	bottom: 40px;
	right: 10px;
	width: 800px;
	max-width: 100%;
	/* min-height: 400px; */
	/* max-height: 80%; */
	color: black;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 3px 3px #666;
	overflow-Y: auto;
	z-index: 990;
}

/* div#inlhelp .fs1 { */
	/* font-size: 16px; */
	/* line-height: 20px; */
	/* font-style: normal !important; */
/* } */

/* div#inlhelp .fs2 { */
	/* font-size:28px !important; */
	/* line-height: 32px !important; */
	/* font-style: normal !important; */
/* } */

div#inlhelp div#head {
	position: sticky;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 34px;
	/* background-color: #88f; */
	background-color: #a4b3ea
}

div#inlhelp div#head img#back {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

div#inlhelp div#head img#full {
	position: absolute;
	cursor: pointer;
	top: 1px;
	right: 41px;
	width: 32px;
	height: 32px;
}

div#inlhelp div#head img#quit {
	position: absolute;
	cursor: pointer;
	top: 1px;
	right: 1px;
	width: 32px;
	height: 32px;
}

div#inlhelp div#head img#full:hover,
div#inlhelp div#head img#back:hover,
div#inlhelp div#head img#quit:hover {
	background-color: white;
}

div#inlhelp div#head div#headline {
	position: absolute;
	top: 1px;
	left: 40px;
	right: 80px;
	height: 32px;
	font-size: 20px;
	line-height: 30px;
}

div#inlhelp div#headspc {
	height: 40px;
}

div#inlhelp div#bodycont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

div#inlhelp div#body {
	/* position: relative; */
	/* max-height: 400px; */
	/* overflow-Y: auto; */
	bottom: 10px;
	overflow-Y: auto;
}

div#inlhelp div#body ul {
	list-style-type:none;
	margin: 0;
	border: 0;
	padding: 0;
}

div#inlhelp div#body ul li {
	list-style-type:none;
	font-size: 18px;
	line-height: 26px;
	font-style: inherit;
	cursor: pointer;
	background-color: #eee;
	padding: 2px 0;
	margin: 0;
	border: 0;
	background-color: #f0f1ff;
	/* border-bottom: 1px solid black; */
}

div#inlhelp div#body ul li:nth-child(odd) {
	/* background-color: #ddd; */
	background-color: #e0e1ef;
}

div#inlhelp div#body ul li:hover {
	background-color: #aaf;
	/* color: #eee; */
}

div#inlhelp div#body p {
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
}

div#inlhelp div#body a, div#inlhelp div#body a.see {
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

div#inlhelp table					{ margin-left: 10px !important; border-spacing: 0;
														box-sizeing: border-box;
														border: 1px solid black;
														border-collapse:collapse; }
div#inlhelp table tr th,
div#inlhelp table tr td					{ vertical-align: top; padding:4px 8px;
																	border: 1px solid black;
																	font-weight:normal; text-align: left; }
div#inlhelp table tr th					{ background-color:#a8a8bf; }
div#inlhelp table tr td					{ background-color:#f0f1ff; }
div#inlhelp table tr th.b,
div#inlhelp table tr td.b				{ font-weight:bold; }
div#inlhelp table tr th.c,
div#inlhelp table tr td.c				{ text-align: center; }
div#inlhelp table tr th.r,
div#inlhelp table tr td.r				{ text-align: right; }
div#inlhelp table tr td.bgr			{ background-color: #d13333; }
div#inlhelp table tr td.bgg			{ background-color: #1bd93f; }
div#inlhelp table tr td.bgy			{ background-color: #f5f52a; }
div#inlhelp table tr td.bglb		{ background-color: #c3d5ec; }

#help h1, #help h1.std, #help h1.mod {
	padding-top: 28px;
	padding-bottom: 18px;
	font-size:28px !important;
	line-height: 32px !important;
	font-style: nor	mal !important;
}

#help p, #help li {
	/* padding: 0px 10px 2px; */
}

#help li {
	/* margin-left: 30px; */
}

#help h2, #help h2.std, #help h2.mod {
	padding-top: 24px;
	padding-bottom: 14px;
	font-size:24px !important;
	line-height: 28px !important;
	font-style: normal !important;
}

#help h3, #help h3.std, #help h3.mod {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
}
