/*<meta />*/

@import url('footer.css') screen;

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*v.127*/
/*released apr 2020*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #404040;
	word-wrap: break-word;
	line-height: 1.5em;
	font-weight: 300;
	counter-reset: y;
}

article
{
	
}

/*used by menu proxy on masterpage; do not use */

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 33.33%;
}

/*tightens links in topnav banner */

ul.navigation li > a
{
	line-height: 10px;
}

ul.navigation li
{
	margin-top: 0px;
}

h1
{
	font-size: 150%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

/*do not touch -- for search results */

h1#results-heading
{
	margin-top: -5px;
}

.row.nav-search
{
	display: none;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
	margin: 0;
}

div#contentBody > div.row
{
	max-width: 62.5em;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	width: 75%;
}

.search
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 62.5em;
	width: 70%;
}

nav.tab-bar > section.middle.row.outer-row
{
	/*padding-left:0.5em;
padding-right: 0.5em;
padding-top:0.25em;
padding-bottom:0.75em;*/
	margin-left: auto;
	margin-right: auto;
	width: 68%;
}

nav.tab-bar
{
	padding: 5px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

#contentBody > .responsive-header
{
	background-color: transparent;
}

.centered-text
{
	text-align: center;
}

h2
{
	font-size: 130%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 4px;
}

h3
{
	font-size: 110%;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 4px;
}

/*do not touch -- for search results */

#resultList h3.title a
{
	color: #140099;
	text-decoration: underline;
}

a:visited
{
	color: #551a8b;
}

a:focus
{
	/* color: #b60000; */
	cursor: pointer;
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
}

#resultList h3.title a:hover
{
	text-decoration: none;
}

a:hover
{
	/* color: #b60000; */
	text-decoration: none;
	border-bottom: 3px solid;
	padding: 0 1px 0;
	margin: 0 -1px 0;
	cursor: pointer;
}

a:active
{
	color: #b60000;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: underline;
}

h4
{
	font-size: 90%;
	margin-top: 16px;
	/* margin-bottom: 2px; */
}

h5
{
	font-size: 80%;
	margin-top: 16px;
	/* margin-bottom: 2px; */
}

h6
{
	font-size: 60%;
}

p
{
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
}

.reset
{
	counter-reset: y;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
	margin-top: -6px;
	margin-left: -2px;
	padding-left: 5px;
	/* margin-bottom: 10px; */
}

ol
{
	list-style-position: outside;
	margin-top: 0px;
	margin-left: -1px;
	padding-left: 16px;
}

li
{
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 8px;
}

li > p
{
	margin-bottom: 4px;
	margin-top: 6px;
}

ol ol,
ol li ol
{
	margin-top: 4px;
	padding-left: 10px;
	list-style-type: lower-alpha;
}

ul ul,
ul li ul
{
	margin-top: 4px;
	padding-left: 5px;
}

ol ul,
ol li ul
{
	margin-top: 0px;
	padding-left: 5px;
}

ul li ol,
ul ol
{
	margin-top: 4px;
	padding-left: 10px;
}

li.step-number,
li.LiStep
{
	list-style-type: none;
}

/*
li.step-letter::before {
counter-increment: x;
	content:"Step " counter(x, lower-alpha) ". ";
	}
	*/

li.step-number::before,
li.LiStep:before
{
	counter-increment: y;
	content: "Step " counter(y) ". ";
}

ol table
{
	/* margin-top: 9px;
	margin-bottom: 9px; */
}

ul table
{
	/* margin-top: 9px;
	margin-bottom: 9px; */
}

div table
{
	margin-top: 0px;
}

table
{
	width: 95%;
	border-collapse: collapse;
}

div div ol
{
	
}

td
{
	vertical-align: top;
	padding: 4px 8px;
	text-align: left;
}

th
{
	text-align: left;
	padding: 4px 8px;
	vertical-align: top;
	font-weight: bold;
}

caption
{
	padding-bottom: 4px;
	text-align: left;
	margin-top: 9px;
}

sub,
sup
{
	/*font-size: 10px;*/
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

a
{
	color: #140099;
}

/* do not touch; these styles are for the menu proxy and menu bar */

ul.navigation.clearfix li a:hover,
li.has-children a:hover,
ul.sub-menu li a:hover,
ul.menu._Skins_instr_proxy_menu.mc-component li a:hover,
ul.menu._Skins_stu_proxy_menu.mc-component li a:hover
{
	border-bottom: 0px none;
	color: black;
}

ul.navigation.clearfix li a:focus,
li.has-children a:focus,
ul.sub-menu li a:focus,
ul.menu._Skins_instr_proxy_menu.mc-component li a:focus,
ul.menu._Skins_stu_proxy_menu.mc-component li a:focus
{
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
}

/*fix for skin to main link; do not touch or use */

.skip-to-content.fluid-skip
{
	border: 0px none;
	text-decoration: underline;
}

p.box,
img.box
{
	border: 1px solid Black;
	box-shadow: 2px 2px 5px black;
}

code
{
	font-family: 'Courier New', Courier, monospace;
	/*margin-bottom: 10px;
	margin-top: 5px; */
}

strong,
b
{
	font-weight: 700;
}

em,
i
{
	font-style: italic;
}

pre
{
	font-family: 'Courier New', Courier, monospace;
	margin-bottom: -10px;
	margin-top: -10px;
}

.indent
{
	margin-left: 15px;
}

p.Important
{
	/*	margin-bottom:5px;
	margin-top:5px;
	border:1px solid black;*/
}

p.Important:before
{
	content: "Important: ";
	font-weight: bold;
}

p.Caution
{
	background-color: #ffffcc;
	padding: 7px;
	width: 62.5%;
	border: 1px solid black;
	/*	margin-bottom: 5px;
    margin-top:5px;*/
	box-shadow: 2px 2px 5px black;
}

p.Caution:before,
p.Caution-wide:before
{
	content: "Caution: ";
	font-weight: bold;
	border: none;
}

p.Caution-wide
{
	background-color: #ffffcc;
	padding: 7px;
	width: 95%;
	border: 1px solid black;
	/*	margin-bottom: 5px;
    margin-top:5px;*/
	box-shadow: 2px 2px 5px black;
}

p.Warning
{
	background-color: #ffffcc;
	padding: 7px;
	width: 62.5%;
	border: 1px solid black;
	/*	margin-bottom: 5px;
    margin-top:5px;*/
	box-shadow: 2px 2px 5px black;
}

p.Warning-wide
{
	background-color: #ffffcc;
	padding: 7px;
	border: 1px solid black;
	box-shadow: 2px 2px 5px black;
	width: 95%;
	/*	margin-bottom: 5px;
margin-top:5px;*/
}

p.Warning:before,
p.Warning-wide:before
{
	content: "Warning: ";
	font-weight: bold;
	border: none;
}

p.Tip
{
	background-color: #ffffff;
	/*	margin-bottom: 5px;
    margin-top:5px;*/
}

p.Tip:before
{
	content: "Tip: ";
	font-weight: bold;
}

p.Note
{
	/*margin-bottom: 5px;
margin-top:5px;
	border:1px solid black;*/
}

p.Note:before
{
	content: "Note: ";
	font-weight: bold;
}

p.Note-shaded
{
	background-color: #acacac;
}

p.Note-shaded:before
{
	content: "Note: ";
	font-weight: bold;
}

p.notes
{
	
}

p.notes:before
{
	content: "Notes";
	font-weight: bold;
}

p.tips
{
	
}

p.tips:before
{
	content: "Tips";
	font-weight: bold;
}

p.label,
h2.label,
h3.label,
h4.label
{
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #404040;
	font-size: 100%;
}

p.small
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}

p.related
{
	font-size: 80%;
	margin-top: 0px;
}

p.table-definition,
.table-definition
{
	text-indent: -24px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
}

div.table-definition2,
p.table-definition2,
.table-definition2
{
	padding-top: 0px;
	margin-left: 23px;
	margin-bottom: 2px;
	margin-top: 0px;
}

/*snaking columns */

div.columns2
{
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-gap: 15px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 15px;
	/* Firefox */
	column-gap: 15px;
	-webkit-column-width: 50%;
	/* Chrome, Safari, Opera */
	-moz-column-width: 50%;
	/* Firefox */
	column-width: 50%;
}

div.columns3
{
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
	-webkit-column-gap: 15px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 15px;
	/* Firefox */
	column-gap: 15px;
	-webkit-column-width: 33%;
	/* Chrome, Safari, Opera */
	-moz-column-width: 33%;
	/* Firefox */
	column-width: 33%;
}

/*styles for layout without a table */

div.tablecell
{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
}

div.tablerow
{
	display: table-row;
}

div.table-container
{
	display: table;
	width: 95%;
}

img
{
	border: 0;
}

img.wide
{
	border: 0;
	max-width: 62.5%;
}

/* internal stuff goes here */
/*end internal section */

a.glossterm
{
	font-style: normal;
	color: #800000;
	cursor: pointer;
}

span.glosstext
{
	font-style: italic;
	color: #0000ff;
}

a.expandspot
{
	cursor: pointer;
	font-weight: bold;
	color: #b60000;
}

a.dropspot
{
	color: #006000;
	cursor: pointer;
}

MadCap|toggler
{
	cursor: pointer;
	color: #140099;
	/*	font-weight:bold; */
	mc-open-image: url('../images/style/dropdownopen.gif');
	mc-closed-image: url('../images/style/dropdownclose.gif');
	mc-open-image-alt-text: expanded;
	mc-closed-image-alt-text: collapsed;
}

MadCap|toggler:focus
{
	color: #140099;
}

MadCap|toggler:hover
{
	color: #140099;
	text-decoration: none;
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
}

/*
MadCap|expandingHead.expandspot
{
	cursor: pointer;
	font-weight: bold;
	color: #b60000;
}
*/

MadCap|expanding
{
	cursor: pointer;
	mc-open-image: url('../images/style/dropdownopen.gif');
	mc-closed-image: url('../images/style/dropdownclose.gif');
	mc-open-image-alt-text: expanded;
	mc-closed-image-alt-text: collapsed;
}

/*
MadCap|dropDownHotspot.dropspot
{
	color: #006000;
	cursor: pointer;
}
*/

/*not sure if this is used */

MadCap|expandingBody.expandtext
{
	font-size: 80%;
	color: #000000;
}

/*put new expanding text styles here */

MadCap|expandingHead
{
	color: #140099;
	margin-right: 3px;
}

MadCap|expandingHead:focus
{
	color: #140099;
}

MadCap|expandingHead:hover
{
	color: #140099;
	text-decoration: none;
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
}

MadCap|expandingBody
{
	
}

/* MadCap|dropDownHotspot.normal
{
	color: #383838;
	font-weight: normal;
	cursor: hand;
} */

MadCap|glossaryTerm.glossterm
{
	color: #800000;
	cursor: hand;
}

MadCap|expandingBody.glossterm
{
	font-style: italic;
	color: #0000ff;
}

/* style for the glossary term */

MadCap|glossaryTerm.Expanding
{
	
}

/* style for a term and definition */

MadCap|glossaryTerm.Hyperlink
{
	
}

/* style for the glossary term definition */

MadCap|glossaryTerm.Popup
{
	
}

div.GlossaryPageTerm
{
	
}

div.GlossaryPageEntry
{
	
}

div.GlossaryPageDefinition
{
	padding-bottom: 10px;
}

/* to correct spacing between paragraphs and tables in dropdown text */

MadCap|dropDownHotspot
{
	/*	color: #404040;
	font-weight: bold; */
	color: #0001c9;
	cursor: pointer;
}

MadCap|dropDownHotspot:hover
{
	color: #0001c9;
	text-decoration: none;
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
}

MadCap|dropDownHotspot:focus
{
	color: #0001c9;
}

MadCap|dropDown
{
	mc-open-image: url('../images/style/dropdownopen.gif');
	mc-closed-image: url('../images/style/dropdownclose.gif');
	mc-open-image-alt-text: expanded;
	mc-closed-image-alt-text: collapsed;
	margin-top: 6px;
	margin-bottom: 6px;
	/*margin-left:-15px;*/
}

MadCap|dropDownBody
{
	margin-bottom: 8px;
	border-bottom: solid 1px #404040;
}

.MCDropDownBody > ul
{
	margin-top: 0px;
}

MadCap|dropDownHead
{
	/* margin-bottom: 8px; */
	/*	text-indent: -16px;
	margin-left: 15px; */
	font-weight: normal;
}

MadCap|dropDownHead.bold
{
	/* margin-bottom: 8px; */
	/*	text-indent: -16px;
	margin-left: 15px; */
	font-weight: bold;
}

MadCap|glossaryProxy
{
	
}

MadCap|glossaryTerm
{
	
}

#GlossaryBody
{
	background-color: transparent;
}

span.mc-variable
{
	
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: 'You are here: ';
	font-size: 70%;
	/* color: #0000ff; */
	border: none;
	margin-bottom: -15px;
}

MadCap|xref
{
	color: #140099;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:visited
{
	color: #551a8b;
}

MadCap|xref:active
{
	color: #000080;
	cursor: pointer;
}

MadCap|xref:hover
{
	color: #140099;
	text-decoration: none;
	border-bottom: 3px solid;
	padding: 0 1px 0;
	margin: 0 -1px 0;
	cursor: pointer;
}

MadCap|xref:focus
{
	color: #140099;
	border: solid 1px #85a7dd;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

MadCap|equation
{
	font-family: 'Times New Roman', 'Times', 'serif';
	font-size: 110%;
	vertical-align: middle;
}

MadCap|equation.padding
{
	font-family: 'Times New Roman', 'Times', 'serif';
	font-size: 110%;
	vertical-align: middle;
	padding-bottom: 5px;
}

MadCap|relationshipsHeading.concept
{
	font-size: 100%;
}

MadCap|relationshipsHeading.reference
{
	font-size: 100%;
}

MadCap|relationshipsHeading.task
{
	font-size: 100%;
}

MadCap|relationshipsHeading.fred
{
	mc-label: 'See Also';
	font-size: 100%;
}

MadCap|relationshipsItem
{
	font-size: 100%;
	margin-left: 0px;
}

MadCap|relationshipsProxy
{
	padding-left: 0px;
}

MadCap|slideshow
{
	box-shadow: none;
}

div.slideshow-text
{
	margin-left: 70px;
	margin-right: 50px;
}

/*search highlights */

span.SearchHighlight1,
span.SearchHighlight2,
span.SearchHighlight3,
span.SearchHighlight4,
span.SearchHighlight5,
span.SearchHighlight6,
span.SearchHighlight7,
span.SearchHighlight8,
span.SearchHighlight9,
span.SearchHighlight10
{
	color: #000000;
	background-color: #ffff66;
}

/*
span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}*/

p.cover
{
	font-weight: bold;
	font-size: 24.0pt;
	text-align: right;
	color: #000000;
	line-height: normal;
	border-bottom: 5px solid Black;
}

p.contentshead
{
	font-weight: bold;
	font-size: 16.0pt;
	text-align: center;
	color: #000000;
	line-height: normal;
}

/* p.footer
{
	font-size: 70%;
	color: #555;
}


footer {
background-color:#292928; 
text-align:left;
font-size:0.7em;
margin-left:0px;
padding-left:0px;
}

footer > p
{
	color: #d4eae4;
	margin-left: 1em;
}

footer > p > a
{
	text-decoration: none;
	font-size:100%;
	color: #d4eae4;

}

footer > p > a:visited
{
	text-decoration: none;
	font-size:100%;
	color: #d4eae4;

}


footer > p > a:hover {
color:#ff0;
}
*/

@media screen and (max-width: 999px)
{
	div#contentBody > div.row
	{
		width: 87%;
		margin-left: auto;
		margin-right: auto;
	}

	nav.tab-bar > section.middle.row.outer-row
	{
		/*padding-left:0.5em;
padding-right: 0.5em;
padding-top:0.25em;
padding-bottom:0.75em;*/
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.search
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 62.5em;
		width: 92%;
	}

	nav.title-bar .menu-icon
	{
		right: 10%;
	}

	div.relative.clearfix
	{
		width: 110%;
	}
}

@media screen and (max-width: 767px)
{
	div.sideContent
	{
		display: none;
	}

	div#contentBody > div.row
	{
		width: 83%;
		margin-left: auto;
		margin-right: auto;
	}

	nav.tab-bar > section.middle.row.outer-row
	{
		/*padding-left:0.5em;
padding-right: 0.5em;
padding-top:0.25em;
padding-bottom:0.75em;*/
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.search
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 62.5em;
		width: 93%;
	}

	img.wide
	{
		border: 0;
		max-width: 95%;
	}

	p.Caution,
	p.Warning
	{
		width: 95%;
	}
}

@media print
{
	MadCap|xref
	{
		mc-format: '{paraxml}';
	}

	div.sideContent,
	div.navigation-wrapper,
	form.search
	{
		display: none;
	}

	h2
	{
		font-size: 14pt;
		page-break-after: avoid;
		frame-break-after: avoid;
	}

	h3
	{
		font-size: 12pt;
		page-break-after: avoid;
		frame-break-after: avoid;
		mc-heading-level: 0;
	}

	h4
	{
		font-size: 10pt;
		page-break-after: avoid;
		frame-break-after: avoid;
		mc-heading-level: 0;
	}

	h5
	{
		font-size: 8pt;
		page-break-after: avoid;
		frame-break-after: avoid;
		mc-heading-level: 0;
	}

	body
	{
		font-family: 'verdana';
		font-size: 10pt;
		margin-left: 15px;
		mc-hyphenate: never;
	}

	p
	{
		font-size: 9pt;
		widows: 3;
		orphans: 3;
	}

	a
	{
		mc-hyphenate: never;
	}

	ol
	{
		margin-left: 15px;
		widows: 3;
		orphans: 3;
		page-break-inside: auto;
	}

	ul
	{
		margin-left: 15px;
		widows: 5;
		orphans: 5;
		page-break-inside: auto;
	}

	ol ol,
	ol li ol
	{
		margin-top: 6px;
		padding-left: -5px;
		widows: 3;
		orphans: 3;
	}

	ul ul,
	ul li ul
	{
		margin-top: 6px;
		padding-left: -9px;
		widows: 3;
		orphans: 3;
	}

	ol ul,
	ol li ul
	{
		margin-top: 6px;
		padding-left: -9px;
		widows: 3;
		orphans: 3;
	}

	ul li ol,
	ul ol
	{
		margin-top: 6px;
		padding-left: -5px;
		widows: 3;
		orphans: 3;
	}

	li
	{
		font-size: 9pt;
		margin-top: 6pt;
		margin-bottom: 6pt;
		padding-bottom: 0px;
		widows: 3;
		orphans: 3;
		page-break-inside: avoid;
		frame-break-inside: avoid;
	}

	ol table
	{
		margin-left: 30px;
		margin-bottom: 18px;
		margin-top: 18px;
	}

	ul table
	{
		margin-left: 30px;
		margin-bottom: 18px;
		margin-top: 18px;
		page-break-inside: avoid;
		widows: 3;
		orphans: 3;
	}

	td,
	p
	{
		font-size: 9pt;
		padding-bottom: 8pt;
		padding-top: 4pt;
		margin-bottom: 8pt;
		margin-top: 4pt;
		page-break-inside: avoid;
		widows: 0;
		orphans: 0;
	}

	.table-definition
	{
		font-size: 9pt;
	}

	p.Note
	{
		
	}

	p.Caution,
	p.Caution-wide
	{
		width: 95%;
	}

	p.Important
	{
		
	}

	p.Warning,
	p.Warning-wide
	{
		width: 95%;
	}

	p.Tip
	{
		
	}

	p.Note-shaded
	{
		
	}

	p.notes
	{
		
	}

	P.tips
	{
		
	}

	p.label
	{
		font-weight: bold;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #000080;
		font-size: 9pt;
	}

	h2.label,
	h3.label,
	h4.label,
	h5.label
	{
		font-weight: bold;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #000080;
		font-size: 9pt;
		mc-heading-level: 0;
	}

	td
	{
		font-size: 9pt;
		margin-top: 2px;
		margin-bottom: 6pt;
		column-break-inside: avoid;
		page-break-inside: avoid;
		widows: 0;
		orphans: 0;
	}

	table
	{
		mc-hyphenate: never;
		widows: 3;
		orphans: 3;
	}

	pre
	{
		page-break-inside: avoid;
	}

	p.contentshead
	{
		page-break-before: always;
		font-size: 18pt;
	}

	h1
	{
		font-size: 18pt;
		page-break-after: avoid;
	}

	h1.autonumber
	{
		mc-auto-number-format: '{chapnum}.  ';
		font-size: 18pt;
		page-break-after: avoid;
	}

	p.Index1
	{
		font-size: 10pt;
		margin-bottom: 4pt;
		margin-top: 4pt;
	}

	p.Index2
	{
		margin-left: 25px;
		font-size: 10pt;
		margin-bottom: 4pt;
		margin-top: 4pt;
	}

	p.IndexHeading
	{
		font-size: 16pt;
		border-top: 2px black solid;
	}

	MadCap|indexProxy
	{
		border-top-width: 0px;
		border-top-style: none;
	}

	p.TOC1
	{
		font-size: 10pt;
	}

	p.TOC2
	{
		font-size: 10pt;
	}

	p.TOC3
	{
		font-size: 10pt;
	}

	p.TOC4
	{
		font-size: 10pt;
	}

	p.TOC5
	{
		font-size: 10pt;
	}

	p.footer
	{
		
	}

	MadCap|dropDownHead
	{
		font-size: 12pt;
		font-weight: bold;
		font-style: normal;
		margin-top: 12pt;
		margin-bottom: 2pt;
		padding-bottom: 0px;
		color: #383838;
	}

	MadCap|dropDownHotspot
	{
		font-weight: bold;
		padding-bottom: 0px;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #383838;
		font-size: 9pt;
	}

	MadCap|toggler
	{
		color: black;
	}

	th
	{
		column-break-inside: avoid;
		widows: 3;
		orphans: 3;
	}

	tr
	{
		column-break-inside: avoid;
		page-break-inside: avoid;
		widows: 3;
		orphans: 3;
	}

	td p ul
	{
		page-break-inside: avoid;
		widows: 0;
		orphans: 0;
	}

	td p ul li
	{
		page-break-inside: avoid;
		widows: 0;
		orphans: 0;
	}

	div.indent
	{
		page-break-inside: avoid;
		widows: 3;
		orphans: 3;
	}

	img,
	img.wide
	{
		border: 0;
	}
}

@media word
{
	MadCap|xref
	{
		mc-format: '{paraxml} on page {color #000080}{u}{page}{/u}{/color}';
	}

	div.sideContent
	{
		display: none;
	}

	body
	{
		font-size: 9pt;
	}

	h1.autonumber
	{
		mc-auto-number-format: '{chapnum}.  ';
		font-size: 18pt;
		page-break-after: avoid;
	}

	p.Note
	{
		mc-auto-number-format: 'Note: ';
	}

	p.Caution,
	p.Caution-wide
	{
		mc-auto-number-format: 'Caution: ';
		background-color: #ffffcc;
	}

	p.Important
	{
		mc-auto-number-format: 'Important: ';
	}

	p.Warning,
	p.Warning-wide
	{
		mc-auto-number-format: 'Warning: ';
		background-color: #ffffcc;
	}

	p.Tip
	{
		mc-auto-number-format: 'Tip: ';
	}

	p.Note-shaded
	{
		mc-auto-number-format: 'Note: ';
	}

	p.notes
	{
		mc-auto-number-format: 'Notes ';
	}

	P.tips
	{
		mc-auto-number-format: 'Tips ';
	}

	ol
	{
		margin-left: 15px;
	}

	ul
	{
		margin-left: 15px;
	}

	ol ol,
	ol li ol
	{
		margin-left: 17px;
	}

	ol ul,
	ol li ul
	{
		margin-left: 5px;
	}

	ul ol,
	ul li ol
	{
		margin-left: 13px;
	}

	ul ul,
	ul li ul
	{
		margin-left: 5px;
	}

	li
	{
		font-size: 9pt;
		margin-top: 6pt;
		margin-bottom: 6pt;
		padding-bottom: 0px;
	}

	p.label
	{
		font-weight: bold;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #383838;
		font-size: 9pt;
	}

	h2.label,
	h3.label,
	h4.label,
	h5.label
	{
		font-weight: bold;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #383838;
		font-size: 9pt;
	}

	MadCap|toggler
	{
		color: black;
	}

	MadCap|dropDownHead
	{
		font-size: 12pt;
		font-weight: bold;
		font-style: normal;
		margin-top: 12pt;
		margin-bottom: 2pt;
		padding-bottom: 0px;
		color: dimgray;
	}

	MadCap|dropDownHotspot
	{
		font-weight: bold;
		padding-bottom: 0px;
		margin-top: 16px;
		margin-bottom: 2px;
		color: #383838;
		font-size: 9pt;
	}

	p.contentshead
	{
		page-break-before: always;
		font-size: 18pt;
	}

	p.TOC4
	{
		font-size: 12pt;
	}

	p.TOC5
	{
		font-size: 12pt;
	}

	img,
	img.wide
	{
		border: 0;
	}
}

@media flare
{
	body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 75%;
		margin-left: 15px;
		word-wrap: break-word;
		font-weight: normal;
		line-height: normal;
	}

	h1
	{
		font-size: 160%;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	h2
	{
		font-size: 130%;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 4px;
	}

	h3
	{
		font-size: 110%;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom: 4px;
	}
}

li.LiStep1
{
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 8px;
	mc-auto-number-format: 'Step {n=1}. ';
	list-style-type: none;
}

