/*<meta />*/

@import url('skin-side-nav.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*@import url('table-fixed-header.css');*/

@font-face 
{
	font-family: 'Open Sans';
	src: url(../Fonts/OpenSans-Regular.ttf);
}

@font-face 
{
	font-family: 'Open Sans Bold';
	src: url(../Fonts/OpenSans-Bold.ttf);
	font-weight: bold;
}

@font-face 
{
	font-family: 'Open Sans Italic';
	src: url(../Fonts/OpenSans-Italic.ttf);
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans Bold Italic';
	src: url(../Fonts/OpenSans-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

/*Redesign: Adds necessary fonts*/

@font-face 
{
	font-family: 'Source Code Pro';
	src: url(../Fonts/SourceCodePro-Regular.ttf);
}

/*Redesign: styles menu proxy*/

ul.menu[data-magellan] > li > a
{
	display: none;
	/*hides H1 from menu proxy*/
}

/* Target the H2 headings in your menu proxy */

ul.menu[data-magellan] > li > ul > li > a
{
	display: list-item;
	list-style-type: none;
	/* Remove default bullet points */
	position: relative;
	/* Create a positioning context for the pseudo-element */
	color: inherit;
	/* Ensure the link uses the default hyperlink color */
}

/*Redesign: styles the bullet in your menu proxy*/

a:link
{
	text-decoration: none;
	color: #2F6DB5;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	color: #2F6DB5;
}

a:focus
{
	text-decoration: none;
	color: #1A4B83;
}

a:hover
{
	text-decoration: none;
	color: #1A4B83;
}

ul.menu[data-magellan] > li > ul > li > a::before
{
	content: "■";
	/* Empty content to create the pseudo-element */
	color: #000000;
	font-size: 11px;
	position: absolute;
	left: 0px;
	/* Adjust the position of the square relative to the link text */
	top: 50%;
	transform: translateY(-50%);
	/* Vertically center the square with the text */
	display: block;
	/* Ensure the pseudo-element is displayed as a block */
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.sidenav-wrapper
{
	/* ensure sidenav-wrapper comes before nav-border in sidenav-layout
flex row */
	order: 1;
	/* avoid horizontal scrolling on overflow */
	overflow-x: hidden;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.nav-border
{
	/* resizable nav-border between nav menu and body content added via
nav-resize.js script */
	background-color: #f7f7f7;
	/* ensure nav-border comes between sidenav-wrapper and body-container in
sidenav-layout flex row */
	order: 2;
	/* allow horizontal (east-west) resizing only */
	cursor: ew-resize;
	/* don't allow nav-border to grow or shrink, and make it 3px wide */
	flex: 0 0 3px;
	/* ensure that text isn't selected while the mouse is being dragged */
	user-select: none;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.body-container
{
	/* ensure body-container comes after nav-border in sidenav-layout
flex row */
	order: 3;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

@media only screen and (max-width: 1279px)
{
	/*Hides nav border when nav pane is not displayed*/

	.nav-border
	{
		display: none;
	}
}

/*Redesign: Right-aligns topic toolbar with page content*/

.height-container-sidenav
{
	padding-bottom: 0px;
	max-width: 1000px;
}

/*Redesign: Styles Top button*/

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 15px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	background-color: #404040;
	background-position: center;
	background-repeat: no-repeat;
}

/*Redesign: Styles Top button*/

#myBtn:hover
{
	background-color: #9f9f9f;
}

:focus	/*This styles the focus around the expander icon in the side menu*/
{
	outline: none;
}

body
{
	color: #262626;
	font-size: 15px;
	font-family: 'Open Sans';
	margin-left: 0em;
	padding-left: 15px;
	padding-right: 15px;
	mc-hyphenate: never;
	line-height: 20px;
}

.MCPopupContainer
{
	z-index: 1000;
}

a
{
	text-decoration: none;
	color: #2F6DB5;
}

div.GlossaryPageEntry
{
	
}

a.GlossaryPageLink
{
	color: #292b38;
	font-weight: bold;
	margin-top: 3px;
}

a.GlossaryPageLink:hover
{
	text-decoration: none;
}

a.GlossaryPageTerm
{
	text-decoration: none;
}

a.MCBreadcrumbsLink
{
	
}

a.MCBreadcrumbsLink:hover
{
	color: #1A4B83;
}

a.Popup
{
	font-family: 'Open Sans';
	color: #2F6DB5;
}

b
{
	font-weight: 700;
}

/*Redesign: Updated font for code style*/

code
{
	font-family: 'Source Code Pro';
	font-size: 15px;
}

code.code_clearBackground
{
	font-family: 'Source Code Pro';
	font-size: 15px;
}

div
{
	
}

div.body-container
{
	width: auto;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px 34px 0px 34px;
}

div.example
{
	text-align: left;
	font-size: 15px;
	font-family: 'Open Sans';
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px;
	border-radius: 0px;
	border-top: solid 1px #898989;
	border-bottom: solid 1px #898989;
	background-color: #f7f7f7;
}

/*check*/

div.figure
{
	text-align: left;
	margin-top: 10px;
}

div.GlossaryPageDefinition	/*Check against Perfecto*/
{
	text-decoration: none;
	font-family: 'Open Sans';
	margin-bottom: 24px;
	/*font-size: 12px; | commented out to fix size*/
	mc-hyphenate: never;
}

div.GlossaryPageEntry
{
	mc-hyphenate: never;
}

div.GlossaryPageHeading
{
	font-size: 18px;
	padding-bottom: 6px;
}

div.GlossaryPageTerm
{
	text-decoration: none;
	font-family: 'Open Sans';
	/*font-size: 12px; | commented out to fix size*/
	margin-bottom: 3px;
	mc-hyphenate: never;
}

div.img,
div.informalimg
{
	margin-top: 10px;
	text-align: left;
}

div.Indent
{
	margin-left: 28px;
}

div.IndentDropDownSteps
{
	margin-left: 27px;
}

div.NoteBullets
{
	margin-left: 42px;
	page-break-inside: avoid;
}

/*Redesign: New styles for the various div boxes*/

div.admonition,
div.caution,
div.important,
div.note,
div.restriction,
div.warning,
div.tip
{
	color: #262626;
	font-family: 'Open Sans';
	font-size: 15px;
	padding: 18px 24px;
	margin-bottom: 11px;
	margin-top: 11px;
	background-color: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

div.admonition p
{
	margin-bottom: 0px;
}

div.caution
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #fcece9;
	border-left: solid 7px #f38b00;
}

div.caution::before
{
	content: 'Caution: ';
	font-weight: bold;
	white-space: pre;
}

div.important	/*check against Perfecto*/
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #eee7f6;
	border-left: solid 7px #783cbd;
}

div.important::before
{
	content: 'Important: ';
	font-weight: bold;
	white-space: pre;
}

div.note	/*check against Perfecto*/
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #e5f8ff;
	border-left: solid 7px #00aeef;
}

div.note::before
{
	content: 'Note: ';
	font-weight: bold;
	white-space: pre;
}

div.restriction
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #eaecee;
	border-left: solid 7px #343a40;
}

div.restriction::before
{
	content: 'Restriction: ';
	font-weight: bold;
	white-space: pre;
}

div.tip	/*check against Perfecto*/
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #f8fef1;
	border-left: solid 7px #63A70A;
}

div.tip::before
{
	content: 'Tip: ';
	font-weight: bold;
	white-space: pre;
}

div.warning	/*check against Perfecto*/
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: admonition;
	background: inherit;
	background-color: #fef4f1;
	border-left: solid 7px #DD3A0E;
}

div.warning::before
{
	content: 'Warning: ';
	font-weight: bold;
	white-space: pre;
}

/*check*/

div.miniTOC
{
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	padding-top: 15px;
	font-family: 'Open Sans';
	font-size: 11pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Redesign: Updates the maximum width of the page content*/

div.sidenav-content
{
	max-width: 1000px;
	margin-top: 20px;
	margin-right: 0px;
}

div.TopicContent
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*Redesign: Updated header styles*/

h1
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1em;
	letter-spacing: -0.02em;
	color: #404040;
	font-size: 32px;
	line-height: 1em;
}

h1.Chapter
{
	
}

h1.CoverTitle
{
	
}

h1.CoverTitleSmall
{
	
}

h2
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.75em;
	letter-spacing: -0.01em;
	line-height: normal;
	color: #404040;
	font-size: 24px;
	mc-heading-level: 2;
}

h2.noTOC
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.75em;
	letter-spacing: -0.01em;
	line-height: normal;
	color: #404040;
	font-size: 24px;
	mc-heading-level: 0;
}

h3
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.5em;
	line-height: normal;
	color: #404040;
	font-size: 20px;
}

h3.noTOC
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.5em;
	line-height: normal;
	color: #404040;
	font-size: 20px;
	mc-heading-level: 0;
}

h4
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.5em;
	line-height: normal;
	color: #404040;
	font-size: 15px;
}

h5
{
	mc-disabled: true;
}

h6
{
	mc-disabled: true;
}

img
{
	padding-bottom: 0px;
	border: none;
}

img.FooterIcon
{
	padding-top: -10px;
	padding-bottom: -10px;
}

img.Thumb
{
	border: solid 1px #898989;
	border-radius: 0px;
	mc-thumbnail-max-height: 96px;
	mc-thumbnail: popup;
}

img.inline	/*Check against template and Perfecto*/
{
	max-height: 16px;
	vertical-align: baseline;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

li
{
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	font-family: 'Open Sans';
	page-break-inside: avoid;
}

/* Required to suppress bullets in HTML5 target */

li.GlossaryPageEntry
{
	list-style-type: none;
	margin-top: 12px;
}

MadCap|bodyProxy
{
	padding: 0px;
}

MadCap|breadcrumbsProxy
{
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-color: #ecedef;
	mc-breadcrumbs-prefix: ' ';
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 0px;
	max-width: 1000px;
}

MadCap|codeSnippetCaption
{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 14px;
}

MadCap|codeSnippetBody
{
	font-family: 'Source Code Pro', 'monospace';
	line-height: normal;
	font-weight: normal;
	background: none;
	white-space: pre-wrap;
}

MadCap|conceptLink
{
	color: #404040;
	font-size: 0.8em;
	font-weight: bold;
	mc-image: url('../Images/ListIcon.png');
	mc-label: 'SEE ALSO';
	padding-top: 8px;
	text-decoration: none;
}

MadCap|conceptLink:hover
{
	color: #1A4B83;
	font-weight: bold;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/buttons/DropDownClosed.gif');
	mc-open-image: url('../Images/buttons/DropDownOpen.gif');
	color: #404040;
	font-size: 15px;
	font-weight: normal;
}

MadCap|dropDown.Indented
{
	text-decoration: none;
	mc-hyphenate: never;
	margin-left: 28px;
	page-break-inside: auto;
}

MadCap|dropDownBody	/*Check against template and Perfecto*/
{
	text-decoration: none;
	border-bottom: none 1px #cecece;
	mc-hyphenate: never;
	margin-top: -6px;
	margin-bottom: -6px;
}

MadCap|dropDownBody.FooterTopicMaster
{
	border-bottom-color: #b3b3b3;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0;
}

MadCap|dropDownHotspot	/*Check against template and Perfecto*/
{
	color: #404040;
	font-size: 0.9em;
	font-weight: normal;
	mc-closed-image: url('../Images/buttons/plus.png');
	mc-open-image: url('../Images/buttons/minus.png');
}

/* Redesign check - didn't add from line 705 - 738 */

MadCap|dropDownHead
{
	
}

.MCDropDown_Image_Icon
{
	padding-left: 15px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/buttons/DropDownOpen.png');
	font-weight: bold;
	font-size: 11pt;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/buttons/DropDownClosed.png');
	font-weight: normal;
	font-size: 11pt;
	color: #2F6DB5;
}

.dropDown .dropDownBody .dropDownHotspot	/*Check against template and Perfecto*/
{
	color: #404040;
	font-weight: bold;
}

MadCap|dropDownHotspot:focus
{
	font-weight: bold;
	color: #1a1a1a;
}

MadCap|dropDownHotspot:hover
{
	color: #1a1a1a;
	font-weight: bold;
}

.dropDownHotspot:link
{
	color: #404040;
}

MadCap|dropDownHotspot.Footer
{
	color: #ffffff;
	font-size: 0.8em;
}

MadCap|dropDownHotspot.Footer:hover
{
	color: #2F6DB5;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	border-top-color: transparent;
	border-top-style: none;
}

MadCap|glossaryTerm
{
	mc-closed-image: none;
	mc-open-image: none;
	mc-image-position: none;
	mc-image-spacing: 0px;
	mc-hyphenate: never;
	color: #2F6DB5;
	font-weight: normal;
}

MadCap|glossaryTerm.Expanding
{
	mc-term-display: hyperlink;
	mc-hyphenate: never;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #2F6DB5;
	font-weight: normal;
}

MadCap|glossaryTerm.Popup
{
	color: #2F6DB5;
	font-weight: normal;
}

MadCap|helpControlMenu
{
	background-color: #ffffff;
	z-index: 10;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #2F6DB5;
	mc-disabled: true;
}

MadCap|indexProxy
{
	
}

MadCap|menuProxy
{
	
}

/*Redesign: Removes background from mini TOC */

MadCap|miniTocProxy
{
	background: transparent;
	margin-top: 0px;
	border-right-width: 1px;
	mc-auto-number-position: none;
	max-width: 1000px;
	border-bottom-color: transparent;
	border-color: transparent;
	border: none;
	border-bottom-left-radius: 0px 0px;
	border-width: 0px;
	background-color: transparent;
	border-radius: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 15px;
}

MadCap|miniTocProxy.no-background
{
	background: transparent;
	border-top-color: #32b4cd;
	margin-top: 0px;
	border-right-width: 1px;
	mc-auto-number-position: none;
	max-width: 1000px;
	border-bottom-color: transparent;
	border-color: transparent;
	border: solid 0px #000000;
	border-bottom-left-radius: 0px 0px;
	border-width: 0px;
	border-radius: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 15px;
	background-color: transparent;
}

/*no longer used*/

/*MadCap|miniTocProxy.wHeading
{
	padding-top: -5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 50%;
}*/

MadCap|popup	/*Check all against template and Perfecto*/
{
	color: # #2F6DB5;
}

MadCap|popup:focus
{
	color: # #2F6DB5;
}

MadCap|popup:hover
{
	color: # #1A4B83;
}

MadCap|popupHead
{
	color: # #2F6DB5;
	font-weight: bold;
}

MadCap|relatedTopics
{
	mc-label: 'See also';
	mc-image-spacing: 3px;
	text-decoration: none;
	font-size: 0.8em;
	color: #2F6DB5;
	z-index: 10;
}

MadCap|relatedTopics:focus
{
	
}

MadCap|searchResultsProxy
{
	margin: 5em 0px 0px;
}

MadCap|searchResultsProxy
{
	margin: 5em 0px 0px;
}

MadCap|tocProxy
{
	
}

MadCap|topicToolbarProxy
{
	border-bottom: none 2px #000000;
	padding: 10px 40px 0px;
	align: inherit;
	vertical-align: baseline;
	margin: 0px;
}

MadCap|xref	/*Check all against template and Perfecto*/
{
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: none;
	color: #2F6DB5;
}

MadCap|xref:focus
{
	text-decoration: none;
}

MadCap|xref:hover
{
	text-decoration: none;
	color: #008fdf;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol ol ol
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: 'Open Sans';
}

/*check*/

p.Copyright
{
	font-size: 8pt;
	line-height: 9pt;
	color: #262626;
	font-family: 'Arial';
	margin-bottom: 8px;
	margin-top: 4px;
}

p.ExampleHeadText
{
	page-break-after: avoid;
	padding: 0;
	margin: 0;
	border: 0;
	mc-auto-number-class: example;
	mc-auto-number-format: 'Example:  ';
	font-weight: bold;
}

/*check*/

p.Figure
{
	font-weight: bold;
}

/*Used in print*/

p.FrameFooterText
{
	
}

/*Used in print*/

p.FrameFooterText2
{
	
}

p.HiddenSearchText
{
	display: none;
}

/*Used in print?*/

p.IndexHeading
{
	
}

p.invisible
{
	visibility: hidden;
}

/*Redesign: styles Mini-TOC proxy*/
/*Styles mini TOC proxy*/

p.MiniTOC1_0
{
	font-family: 'Open Sans';
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #2F6DB5;
	line-height: normal;
	display: list-item;
	list-style-type: none;
	/* Hide the default bullets */
	position: relative;
	/* For positioning the pseudo-element */
	padding-left: 2em;
	/* Adjust as needed to make room for the new bullet */
}

/*Styles bullet in mini TOC proxy*/

p.MiniTOC1_0::before
{
	content: "■";
	/* Empty content to create the pseudo-element */
	color: #000000;
	font-size: 11px;
	position: absolute;
	left: 10px;
	/* Adjust the position of the square relative to the link text */
	top: 40%;
	transform: translateY(-50%);
	/* Vertically center the square with the text */
	display: block;
	/* Ensure the pseudo-element is displayed as a block */
}

/*Styles link color in mini TOC proxy*/

a.MiniTOC1:link
{
	color: #2F6DB5;
	/* Regular hyperlink color */
	text-decoration: none;
	/* Adjust as needed */
	font-weight: normal;
}

p.MiniTOC2
{
	font-family: 'Open Sans';
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2F6DB5;
	font-size: 11pt;
	line-height: normal;
}

p.MiniTOC3
{
	font-size: 10pt;
	color: #2F6DB5;
	line-height: normal;
}

/*check*/

p.miniTocTitle
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 11pt;
	font-weight: bold;
}

/*Used in print*/

p.PubDate
{
	font-style: italic;
	page-break-after: always;
	text-align: center;
}

/*Used in menu-proxy-w-intro.flsnp*/

p.page-toc-intro
{
	mc-auto-number-format: 'On this page';
	font-weight: bold;
	color: #666666;
	margin-top: 12px;
	padding-top: 6px;
}

p.SeeAlsoLink
{
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 1.10em;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/*check*/

p.spacer
{
	font-size: 3pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*Redesign: Updated pre style and added pre.programming style*/

pre
{
	font-size: 15px;
	font-family: 'Source Code Pro', 'monospace';
}

pre.programming
{
	font-size: 15px;
	padding: 8px;
	font-family: 'Source Code Pro', 'monospace';
}

/*check*/

pre.literallayout
{
	font-size: 15px;
	padding: 8px;
	font-family: 'Source Code Pro', 'monospace';
}

/*check against template and Perfecto*/

pre.programlisting
{
	font-size: 15px;
	padding: 8px;
	font-family: 'Source Code Pro', 'monospace';
	overflow-x: auto;
	/* Enable horizontal scrolling */
	white-space: pre;
	/* Preserve whitespace and line breaks exactly as in the code */
	word-wrap: normal;
	/* Prevent word wrapping */
}

/*check*/

pre.screen
{
	font-size: 15px;
	padding: 8px;
	font-family: 'Source Code Pro', 'monospace';
}

p.Version
{
	color: #262626;
	font-family: 'Open Sans';
	font-size: 11pt;
	text-align: left;
	margin-bottom: 11px;
	margin-top: 11px;
	page-break-after: avoid;
}

span.code	/*Check against template and Perfecto*/
{
	font-family: 'Source Code Pro', 'monospace';
	font-size: 1em;
	line-height: 16px;
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
}

span.code_clearBackground	/*Check against template and Perfecto*/
{
	font-family: 'Source Code Pro', 'monospace';
	font-size: 1em;
	line-height: 16px;
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
}

span.hidden
{
	visibility: hidden;
}

span.invisible
{
	color: #d2691e;
	display: none;
}

span.SearchHighlight1
{
	background-color: #ffff66;
}

span.SearchHighlight2
{
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	background-color: #99ff99;
}

span.SearchHighlight
{
	
}

/*Check all tables against template and Perfecto*/

table.TableStyle-FormalTable
{
	width: auto;
}

table.TableStyle-InformalTable
{
	width: auto;
}

td	/*Check against template and Perfecto*/
{
	margin: 8px;
	vertical-align: top;
}

th	/*Check against template and Perfecto*/
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 12pt;
}

tr	/*Check against template and Perfecto*/
{
	
}

ul	/*Check against template and Perfecto*/
{
	list-style-type: square;
}

/*check*/

ul ol
{
	list-style-image: none;
}

/*check*/

ul ul
{
	list-style-type: square;
	margin-left: -10px;
}

/*default medium end*/
/*print medium start*/

@media print
{
	body
	{
		line-height: 12pt;
		mc-hyphenate: never;
		font-size: 11pt;
		font-family: 'Arial';
	}

	code
	{
		
	}

	code.code_clearBackground
	{
		
	}

	div.admonition
	{
		width: 100%;
	}

	div.example
	{
		font-family: 'Arial';
		color: #262626;
		font-size: 11pt;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 11pt;
		color: #292b38;
		border-bottom-color: #5f6972;
	}

	div.GlossaryPageTerm
	{
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
		color: #292b38;
	}

	div.important
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.note
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.tip
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.warning
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		margin-top: 18pt;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		font-weight: bold;
		line-height: normal;
		mc-heading-level: 1;
		font-family: 'Avenir ';
		page-break-before: always;
	}

	h1.Chapter
	{
		mc-heading-level: 1;
		page-break-before: always;
		margin-bottom: 6pt;
		font-weight: bold;
		line-height: normal;
		margin-top: 18pt;
		padding: 5px 10px;
		mc-auto-number-format: 'GH:{n+} | ';
	}

	h1.Contents
	{
		page-break-before: always;
		margin-top: 0;
		margin-bottom: 18pt;
		font-weight: bold;
		line-height: normal;
		mc-heading-level: 0;
	}

	h1.CoverTitle
	{
		page-break-before: avoid;
		font-size: 32pt;
		color: #000000;
		text-align: center;
		line-height: 32pt;
		margin-bottom: 3pt;
		margin-top: -3pt;
		border-top: none 3px #000000;
		mc-heading-level: 0;
		font-family: 'Avenir Book';
	}

	h1.CoverTitleSmall
	{
		page-break-before: avoid;
		color: #000000;
		text-align: center;
		margin-bottom: 3pt;
		margin-top: -3pt;
		border-top: none 3px #000000;
		mc-heading-level: 0;
		font-family: 'Avenir Book';
		font-size: 30pt;
		line-height: 30pt;
	}

	h2
	{
		page-break-before: avoid;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		line-height: normal;
		mc-heading-level: 2;
		margin-top: 20pt;
		font-family: 'Avenir Book';
		font-weight: 700;
		font-size: 16pt;
	}

	h2.noTOC
	{
		mc-heading-level: 0;
	}

	h3
	{
		page-break-before: avoid;
		margin-top: 18pt;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		line-height: normal;
		mc-heading-level: 3;
		font-family: 'Avenir';
		font-size: 16pt;
	}

	h3.noTOC
	{
		mc-heading-level: 0;
	}

	h4
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		font-size: 14pt;
		mc-heading-level: 0;
		font-family: 'Avenir';
	}

	h5
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
		font-family: 'Avenir';
	}

	h6
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
		font-family: 'Avenir';
	}

	img
	{
		max-width: 6in;
	}

	/*UNUSED - January 2023
	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}
	
	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}
	*/

	img.PrintCover
	{
		
	}

	/*UNUSED - January 2023
	img.SeventyFivePercent
	{
		max-width: 75%;
	}
	*/

	img.Thumb
	{
		mc-thumbnail-max-height: default;
		mc-thumbnail: none;
	}

	li
	{
		mc-hyphenate: never;
		margin-top: 6pt;
		margin-bottom: 6pt;
		font-family: 'Arial';
		font-size: 10pt;
		page-break-inside: auto;
	}

	/*UNUSED - January 2023
	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}
	*/

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #898989;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		width: 100%;
		margin-left: 0in;
		margin-right: 0in;
	}

	MadCap|miniTocProxy.wHeading
	{
		margin-left: 0.25in;
		margin-right: 0.25in;
		margin-bottom: 15px;
		width: 100%;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #BED230;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		mc-hyphenate: never;
		margin-top: 3pt;
		margin-bottom: 6pt;
		page-break-inside: avoid;
		font-family: 'Arial';
		font-size: 10pt;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	/*UNUSED - January 2023
	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}
*/

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #404040;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	/*UNUSED - January 2023
	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}
	*/

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: 'Century Gothic';
		font-size: 11pt;
	}

	/*UNUSED - January 2023
	p.GlossaryPrintHead
	{
		mc-heading-level: 1;
		font-family: 'Avenir';
		letter-spacing: 0px;
		color: #292b38;
		page-break-before: auto;
		font-size: 22px;
		text-align: left;
	}
	*/

	p.HeaderFooter
	{
		font-size: 9pt;
		padding-left: 0em;
		padding-right: 0em;
		font-family: 'Avenir';
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	/*UNUSED - January 2023
	p.IndexPrintHead
	{
		color: #47484a;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: 'Century Gothic';
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #bed230;
		font-family: 'Century Gothic';
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: 'Century Gothic';
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}
	*/

	p.MiniTOC1
	{
		font-family: 'Arial';
		font-weight: bold;
	}

	p.MiniTOC2
	{
		font-family: 'Arial';
		font-size: 10pt;
		line-height: 10pt;
	}

	p.MiniTOC3
	{
		font-family: 'Arial';
	}

	p.miniTocTitle
	{
		font-family: 'Arial';
		margin-bottom: 10px;
	}

	p.PubDate
	{
		color: #404040;
		font-family: 'Avenir Book';
		font-size: 12pt;
		margin-bottom: 3pt;
		margin-top: 4pt;
	}

	/*UNUSED - January 2023
	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}
	*/

	p.title
	{
		page-break-after: avoid;
	}

	p.TOC1
	{
		font-size: 12pt;
		margin-bottom: 6px;
		font-weight: bold;
		line-height: 12pt;
		margin-top: 3pt;
		mc-pagenum-display: all;
		mc-leader-format: '.';
		color: #262626;
		font-family: 'Arial';
		page-break-before: auto;
		page-break-after: auto;
	}

	p.TOC2
	{
		font-size: 10pt;
		color: #5f6972;
		font-weight: inherit;
		margin-bottom: 6pt;
		margin-left: 10pt;
		margin-top: 3pt;
		page-break-after: inherit;
		page-break-before: inherit;
	}

	p.TOC3
	{
		color: #717271;
		font-weight: inherit;
		margin-bottom: 4pt;
		margin-left: 20pt;
		margin-top: 2pt;
		page-break-after: inherit;
		page-break-before: inherit;
		font-size: 10pt;
	}

	p.TOC4
	{
		color: #bed230;
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-left: 0;
		margin-top: 12px;
	}

	/*UNUSED - January 2023
	p.TOCHeading
	{
		color: #47484a;
		font-size: 90pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 92pt;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}
	*/

	p.Version
	{
		color: #404040;
		font-family: 'Avenir Book';
		font-size: 12pt;
		text-align: center;
		margin-bottom: 3pt;
		margin-top: 4pt;
	}

	pre
	{
		font-size: 11pt;
	}

	pre.literallayout
	{
		font-size: 10.5pt;
	}

	pre.programlisting
	{
		font-size: 10.5pt;
	}

	pre.screen
	{
		font-size: 10.5pt;
	}

	/*UNUSED - January 2023
	span.ChapAutoNum
	{
		color: #47484a;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
	}
	*/

	/*UNUSED - January 2023
	span.FigureNum
	{
		font-style: normal;
		color: #292b38;
	}

	span.TableNum
	{
		
	}
	*/

	table.TableStyle-FormalTable
	{
		width: 100%;
	}

	table.TableStyle-InformalTable
	{
		width: 100%;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		list-style-type: square;
		page-break-before: auto;
	}

	/*UNUSED - January 2023
	ul.FirstLevelLessIndentation
	{
		list-style-type: square;
		margin-left: 30px;
	}
	*/

	ul ul
	{
		list-style-type: square;
		margin-left: 30px;
	}
}

/*Print medium end*/
/*screen medium start*/

@media screen and (max-width: 674px)
{
	body
	{
		margin-bottom: 0px;
		padding: 0px 0px 0px 10%;
	}

	img.Thumb
	{
		border: solid 1px #898989;
		border-radius: 0px;
		mc-thumbnail-max-height: 48x;
		mc-thumbnail: popup;
	}

	/*UNUSED - January 2023
	span.Superscript
	{
		vertical-align: super;
		font-size: 14pt;
	}
	*/
}

/*screen medium end*/
/*tablet medium start*/

@media only screen and (max-width: 980px)
{
	div.body-container
	{
		margin-right: 0px;
		padding: 0px 78px 0px 63px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	div.sidenav-content
	{
		margin-top: 5px;
		margin-right: 0px;
	}

	MadCap|breadcrumbsProxy
	{
		left: 63px;
		margin-right: 0px;
	}

	MadCap|topicToolbarProxy
	{
		margin: 0px;
	}
}

/*tablet medium end*/
/*mobile medium start*/

@media only screen and (max-width: 767px)
{
	div.body-container
	{
		margin-right: inherit;
		padding: 0px 78px 0px 63px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	div.sidenav-content
	{
		margin-right: inherit;
		margin-top: 5px;
	}

	MadCap|breadcrumbsProxy
	{
		margin-right: 0px;
	}

	MadCap|topicToolbarProxy
	{
		margin: 0px;
	}
}

/*mobile medium end*/

@media print, projection
{
	h1
	{
		margin-top: 18px;
	}

	MadCap|miniTocProxy.wHeading
	{
		
	}
}

/*print, projection mediums start*/

@media print, projection
{
	h1
	{
		margin-top: 18px;
	}

	MadCap|miniTocProxy.wHeading
	{
		
	}
}

/*print, projection mediums end*/
/*printFlatTOC medium start*/

@media printFlatTOC
{
	body
	{
		line-height: 12pt;
		mc-hyphenate: never;
		font-size: 11pt;
		font-family: 'Arial';
	}

	div.admonition
	{
		width: 100%;
	}

	div.important
	{
		padding-bottom: 20px;
	}

	div.example
	{
		font-family: 'Arial';
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 11pt;
		color: #292b38;
		border-bottom-color: #5f6972;
	}

	div.GlossaryPageTerm
	{
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
		color: #292b38;
	}

	div.note
	{
		padding-bottom: 20px;
	}

	div.tip
	{
		padding-bottom: 20px;
	}

	div.warning
	{
		padding-bottom: 20px;
	}

	h1
	{
		margin-top: 18pt;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		font-weight: bold;
		line-height: normal;
		mc-heading-level: 1;
		font-family: 'Avenir ';
		page-break-before: always;
	}

	h1.Chapter
	{
		mc-heading-level: 1;
		page-break-before: always;
		margin-bottom: 6pt;
		font-weight: bold;
		line-height: normal;
		margin-top: 18pt;
		padding: 5px 10px;
		mc-auto-number-format: 'GH:{n+} | ';
	}

	h1.Contents
	{
		mc-heading-level: 0;
	}

	h1.CoverTitle
	{
		page-break-before: avoid;
		font-family: 'Avenir Book';
		font-size: 32pt;
		color: #000000;
		text-align: center;
		line-height: 32pt;
		margin-bottom: 3pt;
		margin-top: -3pt;
		border-top: none 3px #000000;
		mc-heading-level: 0;
	}

	h1.CoverTitleSmall
	{
		page-break-before: avoid;
		font-family: 'Avenir Book';
		color: #000000;
		text-align: center;
		margin-bottom: 3pt;
		margin-top: -3pt;
		border-top: none 3px #000000;
		mc-heading-level: 0;
		font-size: 30pt;
		line-height: 30pt;
	}

	h2
	{
		page-break-before: avoid;
		margin-top: 18pt;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		line-height: normal;
		mc-heading-level: 0;
		font-family: 'Avenir Book';
		font-size: 16pt;
	}

	h2.noTOC
	{
		mc-heading-level: 0;
	}

	h3
	{
		page-break-before: avoid;
		margin-top: 18pt;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		line-height: normal;
		mc-heading-level: 0;
		font-family: 'Avenir';
		font-size: 16pt;
	}

	h3.noTOC
	{
		
	}

	h4
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		font-size: 14pt;
		mc-heading-level: 0;
		font-family: Avenir;
	}

	h5
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
		font-family: 'Avenir';
	}

	h6
	{
		page-break-before: avoid;
		margin-top: 18pt;
		line-height: 14pt;
		font-weight: bold;
		margin-bottom: 6pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
		font-family: 'Avenir';
	}

	img
	{
		max-width: 6in;
	}

	/*UNUSED - January 2023
	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	img.SeventyFivePercent
	{
		max-width: 75%;
	}
	*/

	img.Thumb
	{
		mc-thumbnail-max-height: default;
		mc-thumbnail: none;
	}

	img.ThumbNoBorder
	{
		mc-thumbnail-max-height: default;
		mc-thumbnail: none;
	}

	li
	{
		mc-hyphenate: never;
		margin-top: 6pt;
		margin-bottom: 6pt;
		page-break-inside: avoid;
		font-family: 'Arial';
		font-size: 10pt;
	}

	/*UNUSED - January 2023
	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}
	*/

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #898989;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0;
		width: 100%;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #cc9c48;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		mc-hyphenate: never;
		margin-top: 3pt;
		margin-bottom: 6pt;
		page-break-inside: avoid;
		font-family: 'Arial';
		font-size: 10pt;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	/*UNUSED - January 2023
	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}
	*/

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #404040;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	/*UNUSED - January 2023
	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}
	*/

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: 'Century Gothic';
		font-size: 11pt;
	}

	/*UNUSED - January 2023
	p.GlossaryPrintHead
	{
		mc-heading-level: 1;
		font-family: 'Avenir';
		letter-spacing: 0px;
		color: #292b38;
		page-break-before: auto;
		font-size: 22px;
		text-align: left;
	}
	*/

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	/*UNUSED - January 2023
	p.IndexPrintHead
	{
		color: #47484a;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: 'Century Gothic';
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #bed230;
		font-family: 'Century Gothic';
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: 'Century Gothic';
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}
	*/

	p.MiniTOC1
	{
		font-family: 'Arial';
		font-weight: bold;
	}

	p.MiniTOC2
	{
		font-family: 'Arial';
	}

	/*UNUSED - January 2023
	p.TableCaption
	{
		color: #404040;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}
	*/

	p.TOC1
	{
		font-size: 12pt;
		margin-bottom: 6px;
		font-weight: bold;
		line-height: 12pt;
		margin-top: 3pt;
		mc-pagenum-display: all;
		mc-leader-format: '.';
		color: #262626;
		font-family: 'Arial';
		mc-heading-level: inherit;
		page-break-after: auto;
		page-break-before: auto;
	}

	p.TOC2
	{
		font-size: 10pt;
		color: #5f6972;
		font-weight: inherit;
		margin-bottom: 6pt;
		margin-left: 10pt;
		margin-top: 3pt;
		page-break-after: inherit;
		page-break-before: inherit;
	}

	p.TOC3
	{
		color: #717271;
		font-weight: inherit;
		margin-bottom: 4pt;
		margin-left: 20pt;
		margin-top: 2pt;
		page-break-after: inherit;
		page-break-before: inherit;
		font-size: 10pt;
	}

	p.TOC4
	{
		color: #bed230;
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-left: 0;
		margin-top: 12px;
	}

	/*UNUSED - January 2023
	p.TOCHeading
	{
		color: #47484a;
		font-size: 90pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 92pt;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}
	*/

	p.Version
	{
		color: #404040;
		font-family: 'Avenir Book';
		font-size: 12pt;
		text-align: center;
		margin-bottom: 3pt;
		margin-top: 4pt;
	}

	pre
	{
		font-size: 11pt;
	}

	pre.literallayout
	{
		font-size: 10.5pt;
	}

	pre.programlisting
	{
		font-size: 10.5pt;
	}

	pre.screen
	{
		font-size: 10.5pt;
	}

	/*UNUSED - January 2023
	span.ChapAutoNum
	{
		color: #47484a;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
	}
	*/

	/*UNUSED - January 2023
	span.FigureNum
	{
		font-style: normal;
		color: #292b38;
	}

	span.TableNum
	{
		
	}
	*/

	table.TableStyle-FormalTable
	{
		width: 100%;
	}

	table.TableStyle-InformalTable
	{
		width: 100%;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		list-style-type: square;
	}

	/*UNUSED - January 2023
	ul.FirstLevelLessIndentation
	{
		list-style-type: square;
		margin-left: 30px;
	}
	*/

	ul ul
	{
		list-style-type: square;
		margin-left: 30px;
	}
}

/*printFlatTOC medium end*/

