/* -*- mode: CSS; coding: UTF-8; -*-
 * $Id: helman.css,v 1.51 2016/11/03 14:06:15 hendrik Exp $
 * Copyright (c) 2008 HELIOS Software GmbH, 30827 Garbsen, Germany
 */

body {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal;
	background-color: #ffffff;
	text-align: left;
	text-indent: 0;
	word-spacing: normal;
	letter-spacing: normal;
	margin-left: 40px;
	width: 600px;
	margin-top: 120px;
}

#HelHeader {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	padding: 10px 0px 10px 40px;
	background-color: #dddddd;
	border: 0;
	z-index: 100;
}

#HelTitle {
	width: 600px;
}

a.HelAnchor {
	position: relative;
	display: block;
	top: -120px;
}

a.HelInlineAnchor {
	position: relative;
	display: inline-block;
	top: -140px;
}

/* For print output: hide the navigation bar */
@media print {
	#HelHeader {
		display: none;
	}
	body {
		margin-top: 0px;
	}
}

p {
	text-align: justify;
}

h1 {
	font-size: 16pt;
	margin-bottom: 25pt;
}

h2 {
	font-size: 12pt;
	margin-top: 28pt;
	margin-bottom: 18pt;
}

h3 {
	font-size: 10pt;
}

.HelSubheading {
	font-weight: bold;
	font-size: 9pt;
	margin: 2ex 0px -1ex 0px;
}

a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0033;
	text-decoration: underline;
}

table.HelTableA, table.HelTableB {
	width: 100%;
	border-collapse: collapse;
	border-width: 1px 0px;
	border-color: black;
	border-style: solid;
}

table.HelTabbing {
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}

.HelTabbing td {
	vertical-align: top;
	padding: 0px 5px;
}

.HelTableA th {
	vertical-align: top;
	padding: 2px 5px;
	background-color: silver;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.HelTableA td {
	vertical-align: top;
	padding: 2px 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.HelTableB th {
	vertical-align: top;
	padding: 2px 5px;
	border-width: 1px 0px;
	border-color: black;
	border-style: solid;
}

.HelTableB td {
	vertical-align: top;
	padding: 2px 5px;
	border-width: 0px;
}

/* HelNote */
.HelNote {
        font-size: 90%;
        font-style: italic;
	background-color: #f3f3f3;
	border: 1px solid;
	padding: 0.5em 0.5em 0 0.5em;
}
.HelNote > dt {
	float: left;
	padding-right: 1em;
	width: auto;
}
.HelNote > dd {
	margin-left: 7em;
}
.HelNote > dd > p {
	margin-top: 0;
}

/* HelInstruction */
.HelInstruction dt {
	float: left;
	width: auto;
	margin-right: 10px;
}

/* HelOptions */
.HelOptions > dt {
	float: left;
	width: auto;
	margin-right: 1em;
	margin-bottom: 1ex;
	font-size: 9pt;
	font-weight: bold;
}
.HelOptions > dd > p {
	margin-top: 1ex;
}

/* HelNarrowOptions */
.HelNarrowOptions > dt {
	float: left;
	width: auto;
	margin-bottom: 1ex;
	font-size: 9pt;
	font-weight: bold;
}
.HelNarrowOptions > dd > p {
	margin-top: 1ex;
	margin-left: -1em;
}

/* HelExample */
.HelExample > dt {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	width: auto;
	float: left;
}

/* HelUsage */
.HelUsage > dt {
	font-size: 9pt;
	font-weight: bold;
	width: auto;
	float: left;
}

/* HelFuncdef */
.HelFuncdef > dt {
	font-size: 11pt;
	font-weight: bold;
	width: auto;
	float: left;
}

/* HelPrefs */
.HelPrefsKey {
	font-size: 9pt;
	font-weight: bold;
	width: 16em;
	float: left;
}

.HelPrefsType {
	width: 6em;
	float: left;
}

.HelPrefsDefault {
	float: left;
	width: auto;
}

.HelPrefs > dd > p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

/* HelFigure */
.HelFigure {
	margin: 1em 0;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #c0c0c0;
}
.HelFigure p {
	margin: 5px;
	font-size: 80%;
}

.HelSubheading + .HelFigureNoTitle {
	margin-top: 1em;
}

/* HelParImageLeft + HelParImageRight */
.HelParImageLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: auto;
}
.HelParImageRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	width: auto;
}
.HelImage {
	height: 12px;
}

/* HelItems */
.HelItems p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

/* HelCompactItems */
.HelCompactItems p {
	margin-top: 0ex;
	margin-bottom: 0ex;
}

/* HelTOC */
.HelTOC {
	list-style-type: none;
}

.HelTOC ul {
	list-style-type: none;
}

/* HelTOC */
.HelTOC li {
	margin-bottom: 3ex;
}

.HelTOC li li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.HelTOC li li li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

/* HelNavbar */
.HelNavbar {
	margin: 10px 0 25px 0;
	width: 600px;
	padding: 0;
}

/*
 * We need a "float" here (to display the submenu, which is part of
 * the list item of the "Page TOC" button) so that positioning
 * works like intended for the "ul.HelPageTOC" element.
 */
.HelNavbar > li {
	float: left; /* without width allowed for CSS 2.1 */
	list-style: none;
}

/* 
 * HelNavbar submenu format, not displayed by default
 * reset padding, margin (important to get the submenus displayed correctly)
 * and list-style-type
 */
.HelNavbar ul {
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* HelNavbar submenus displayed on list item hover */
.HelNavbar li:hover > ul {
	display: block;
	white-space: nowrap;
}

/*
 * HelNavbar first level menu position
 * Use margin or padding of estimated height of "Page TOC" button.
 * Unfortunately padding: 2em 0 0 .3em; will disable the hover effect
 * for the "Page TOC" link (at least in some browsers), if we can live
 * with that we should use padding.
 */
ul.HelPageTOC {
	margin: 1.6em 0 0 .3em;
}

/*
 * HelNavbar submenu position
 * adjust left and top offset for submenu items.
 * margin-top should be height + padding-top + padding-bottom + margin-top +
 * margin-bottom + border-top-width + border-bottom-width of an
 * "ul#PageTOC > li a".
 */
ul.HelPageTOC > li ul {
	margin: -1.7em 0 0 99%; 
}

/*
 * HelNavbar submenu navigation links format
 * needs to be displayed as a block element. line-height is used to make
 * calculation of margin-top for "ul.HelPageTOC > li ul" more reliable.
 */
ul.HelPageTOC > li a, ul.HelPageTOC > li span {
	display: block;
	float: none;
	margin: 0;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}

.HelNavbar a, .HelNavbar span {
	float: left;
	padding: 0.2em 13px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: black;
	background-color: #dddddd;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.HelNavbar span {
	color: gray;
}

.HelNavbar a:hover {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
}

/*
 * The total width of HelMainManu/HelPageMenu is
 *    238 + 2*13 (padding) + 2*1 (border) = 266 pixel.
 * The total width of HelPrevMenu/HelNextMenu is
 *    12 + 2*5 (padding) + 2*1 (border) = 24 pixel.
 * The total width of the four navigation elements is therefore
 *    266 + 10 (margin) + 24 + 266 + 24 = 590 pixel,
 * which must be the same as the width of HelHeader.
 */
#HelMainMenu {
	width: 188px;
	margin-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

#HelPageMenu {
	width: 263px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

#HelPrevMenu {
	width: 12px;
	padding: 0.2em 5px;
}

#HelNextMenu {
	width: 12px;
	padding: 0.2em 5px;
}

/* HelFootnotes */
.HelFootnotes {
	list-style-type: none; 
}

.HelCopyright {
	font-size: x-small;
}

#zoomImageMask {
	position: fixed;
	z-index: 40;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40, finishopacity=40, style=2);
}
#zoomImage {
	position: absolute;
	z-index: 50;
	background-color: #ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 11px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 11px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 11px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='gray', Positive='true');
}

#HelSearch {
	margin: 0px 0px 0px 0px;
	text-align: right;
	width: 600px;
	padding: 0;
}

.HelSearchField {
    min-height: 14px;
    border: 1px solid #B6B6B6;
    padding: 3px 10px 2px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    background: #ffffff url(search_icon.png) no-repeat 2px center;
}

.HelSearchField:focus {
    outline: 0 none;
}

.HelVerbatimBorder {
	border: solid 1px #000;
	padding: 10px
}
