* {
	--help-header-text-color: var(--top-bar-text-color);
	--help-header-background-color: var(--top-bar-background-color);
	--help-header-vertical-padding: 10px;
	--help-header-horizontal-padding: 20px;
	--help-header-icon-size: 36px;
	--help-title-font-size: 1.4rem;
	--help-title-font-weight: bold;
	--help-title-link-font-size: 0.9rem;
	--help-copyright-background-color: #DDDDDD;
	--help-copyright-padding: 5px;
	--help-copyright-font-size: 0.9rem;

	--help-heading3-font-size: var(--font-size);
	--help-heading3-font-weight: bold;
	--help-heading3-font-style: italic;
	--help-heading3-margin: 10px 0;
}

li,
li li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.standAloneHelpPage h2:first-child,
div.standAloneHelpPage h3:first-child
{
 	font-size: var(--heading1-font-size);
 	font-weight: var(--heading1-font-weight);
 	color: #086acc;
	margin: 0;
}

h3 {
	font-size: var(--help-heading3-font-size);
	font-style: var(--help-heading3-font-style);
	font-weight: var(--help-heading3-font-weight);
    margin: var(--help-heading3-margin);
}

#topTable {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#topTable img {
	width: var(--help-header-icon-size);
	height: var(--help-header-icon-size);
	display: block;
}

#topTable td {
	padding: 0;
	white-space: nowrap;
}

#topTable td,
#topTable a {
	color: var(--help-header-text-color);
	background-color: var(--help-header-background-color);
}

#topTable td:first-child {
	padding: var(--help-header-vertical-padding) var(--help-header-horizontal-padding);
	width: var(--help-header-icon-size);
}

#topTable td:not(:first-child) {
	font-size: var(--help-title-font-size);
	font-weight: var(--help-title-font-weight);
	vertical-align: middle;
}

#topTable td:last-child {
	padding-right: var(--help-header-horizontal-padding);
	font-size: var(--help-title-link-font-size);
	font-weight: normal;
	text-align: right;
}

#topTable button {
	padding-left: 1em;
	padding-right: 1em;
}

.helpTitle {
	font-size: var(--help-title-font-size);
	font-weight: var(--help-title-font-weight);
	margin: 0;
}

.helpTitleElemSeparator {
	padding-right: 15px;
	margin-right: 15px;
    border-right: 1px solid #fff;
}

.helpCopyrightLine {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
    text-align: right;
	font-size: var(--help-copyright-font-size);
    padding: var(--help-copyright-padding);
	background: var(--help-copyright-background-color);
}

.accessDirections {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 8px;
	background-color: #ffebc3;
}

div.accessDirections ul {
	padding-left:1.5em;
	margin:0;
}

.toc {
	list-style: none;
	font-size: 1rem;
	font-weight: normal;
}

.inlineIcon {
	display:inline-block;
	position:relative;
	padding:0;
	vertical-align: text-bottom;
}

body>div>ul.toc {
	padding:0;
}
body>div>div>div>ul.toc>li {
	font-size: 1.2rem;
	font-weight: bold;
}

a:target {
	padding-top: 65px;
	margin-top: -65px;
	display:block;
}

.keywordHighlight {
	font-weight: bold;
	background-color: #eee;
	padding-left: 5px;
	padding-right: 5px;
}

pre.codeSample {
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	padding-bottom: 20px;
}
