/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Source Sans Pro';
	src: url(../Fonts/SourceSansPro-Regular.otf);
}

/*Font downloaded per UX team spec. Source MadCap instructions: https://www.madcapsoftware.com/blog/2017/05/25/madcap-flare-tip-use-custom-fonts-flare-outputs */

body
{
	font-size: 13px;
	line-height: 1.7em;
	margin: 17px;
	mc-hyphenate: never;
	font: Source Sans Pro;
	font-family: Source Sans Pro, Arial, sans-serif;
	color: #3D3D3D;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
	color: #749AB6;
}

p.note	/*Use for notes and examples. */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

pre.cellcode
{
	font: 'Courier New';
	font-family: 'Courier New';
	font-size: 10pt;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 10px;
}

a
{
	color: #0088ce;
}

MadCap|expanding
{
	mc-image-position: left;
	mc-open-image: url('../Images/All_Locales/minus.png');
	mc-closed-image: url('../Images/All_Locales/plus.png');
}

MadCap|dropDown
{
	mc-open-image: url('../Images/All_Locales/minus.png');
	mc-closed-image: url('../Images/All_Locales/plus.png');
}

MadCap|toggler
{
	color: inherit;
	mc-open-image: url('../Images/All_Locales/minus.png');
	mc-closed-image: url('../Images/All_Locales/plus.png');
}

MadCap|popupHead
{
	color: #5B8EC1;
}

MadCap|popupBody
{
	color: #EBEBEB;
	border: none;
	background-color: rgba(0, 0, 0, .85);
	padding: 11px 15px;
}

MadCap|glossaryTerm
{
	
}

MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #5B8EC1;
	font-weight: inherit;
}

MadCap|glossaryTerm.Popup
{
	color: #5B8EC1;
	font-weight: normal;
}

MadCap|conceptLink
{
	color: #000000;
}

MadCap|keywordLink
{
	color: #000000;
}

MadCap|relatedTopics
{
	color: #000000;
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #FFFFFF;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

MadCap|xref.ConceptPageNumber
{
	font-family: Arial;
}

/*Start styles copied over from MadCap Flare Herschel template.*/

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot	/*Used for text displayed in expand heading.*/
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	border-bottom: none;
	font-weight: normal;
	font-size: 1.5em;
}

div.home-layout	/*Layout settings for the "Welcome" or home topic. Copied from Herschel template from Flare.*/
{
	padding: 2% 5%;
	/*Background color from Oracle-Opower UX team. */
}

div.home-section
{
	border-bottom: solid 1px #dadada;
	border-bottom-style: none;
	padding: 2% 0;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

div.topic-hero	/*Used for hero image in Madcap Flare Herschel template.*/
{
	padding: 5%;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../Images/All_Locales/hero-image.png');
}

div.topic-hero h1	/*Used for hero image heading in Madcap Flare Herschel template.*/
{
	color: #fff;
	font-size: 3.5em;
	text-align: center;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #b9bec1;
	padding: 2%;
	height: 250px;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 19%;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 2%;
}

div.article-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.article-tiles::before
{
	content: ' ';
	display: table;
}

div.article-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.article-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
}

div.article-tiles > div:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

div.article-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 0%;
}

div.article-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(5)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles img
{
	max-width: 90%;
}

div.home-footer	/*Controls the look of the footer in the Home master page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding-top: 20px;
}

p.footer-sub
{
	color: #FFF;
	font-family: Arial, Avenir, Myriad;
	font-size: 14pt;
}

.footer
{
	background-color: #076685;
	padding: 25px 25px 10px 25px;
}

.footer-logo
{
	max-width: 100%;
	text-align: left;
	font-size: 10pt;
	margin: 0;
	margin-top: 0;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

a:link
{
	color: #226AA8;
}

a:visited
{
	color: #226AA8;
	text-decoration: none;
}

a:hover
{
	color: #226AA8;
	text-decoration: underline;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

footer
{
	background: #fafafa;
}

/*End custom styles copied from MadCap Flare Herschel template.*/
/*Start custom styles applied after copying MadCap Flare Herschel template styles.*/

nav.tab-bar	/*This a custom style to add a border on the top header of the HTML 5 output. See the following help forum topic: 
https://forums.madcapsoftware.com/viewtopic.php?f=6&t=29006 */
{
	border-bottom: none;
}

div.footer-center	/*Used to contain the Oracle Utilities Help Center logo in customized masterpage template from Flare.*/
{
	border-top-width: 1px;
	background-color: #ffffff;
	border-top-color: #c0c0c0;
	border-top-style: none;
	margin-top: 5em;
	margin-bottom: 5em;
}

div.sidenav-wrapper	/*Applies border to right side of nav bar in HTML5 - side Nav skin.*/
{
	border-right-style: none;
	border-right-color: #d3d3d3;
	border-right-width: 1px;
}

p.Concept
{
	padding-bottom: 0pt;
}

MadCap|breadcrumbsProxy
{
	color: #3D3D3D;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	padding-left: .3em;
}

MadCap|relationshipsHeading
{
	margin-bottom: .5em;
	margin-top: 2em;
}

.header-guide-name
{
	font-size: .8em;
	line-height: 1.3em;
	color: #3D3D3D;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

div.TopicHeaderRow	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.TopicHeaderRow::before
{
	content: ' ';
	display: table;
}

div.TopicHeaderRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TopicHeaderRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TopicHeaderRow > div:nth-child(1)
{
	margin-left: 0%;
	width: auto;
}

div.TopicHeaderRow > div:nth-child(2)
{
	margin-left: 0%;
	width: auto;
}

div.TopicHeaderRow > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

p.returnToLibrary
{
	color: #808080;
	line-height: 1em;
	font-size: 9pt;
}

/*End custom styles applied after copying MadCap Flare Herschel template styles.*/

#banner	/* This is a div for including a guide name banner to appear just beneath the global header of the skin.*/
{
	left: 0px;
	width: 100%;
	background-color: white;
	z-index: 1001;
	height: auto;
	/*Keep the height "auto" so that the spacing looks okay even if the screen resizes and the text wraps. */
	border-bottom: solid 1px #d3d3d3;
	padding-left: 17px;
	position: fixed;
	/*Keep the position "fixed" so that the banner remains fixed even when you scroll. */
	color: #808080;
	font-size: 12pt;
	line-height: 1.2;
	top: 60px;
	padding-bottom: 5px;
	padding-top: 5px;
	mc-conditions: 'Default.ScreenOnly, Default.MultiPageGuide';
}

.body-container
{
	padding-top: 1.5em;
}

@media non-print
{
	MadCap|breadcrumbsProxy
	{
		border-bottom-width: 1px;
		border-bottom-color: #c0c0c0;
		border-bottom-style: none;
		font-size: .8em;
		line-height: 1.3em;
		mc-breadcrumbs-prefix: ' You are here: ';
		padding-left: 0em;
	}

	MadCap|bodyProxy
	{
		border-top: solid 1px #000000;
	}

	body
	{
		padding-bottom: 10px;
		padding-left: 35px;
		padding-right: 45px;
		padding-top: 8px;
		margin: 0px;
		margin-bottom: 10px;
		margin-left: 35px;
		margin-right: 45px;
		margin-top: 8px;
		font-size: 13pt;
	}

	h2
	{
		margin: 0;
		margin-bottom: 0pt;
		color: #45494c;
		font-weight: normal;
		margin-top: 30pt;
		padding-bottom: 0;
		padding-top: 0;
		font-size: 1.7em;
		mc-heading-level: 2;
	}

	p.copyrightWebHelp
	{
		color: #696969;
		border-top: solid 1px;
		border-top-color: #c0c0c0;
		margin-bottom: 1.15em;
		margin-top: 5em;
		padding-top: 1em;
		font-family: Arial;
	}

	MadCap|relatedTopics
	{
		mc-image: none;
		mc-help-control-display: list;
		mc-image-position: none;
		mc-image-spacing: 0px;
		list-style-type: none;
		mc-label: ' ';
	}

	MadCap|relatedTopicsControlList
	{
		
	}

	h1
	{
		color: #45494c;
		font-family: Arial, Avenir, Myriad;
		line-height: 1.2em;
		font-weight: normal;
		margin: 0pt;
		margin-bottom: 0;
		margin-top: 30pt;
		font-size: 2em;
		mc-heading-level: 1;
	}

	h3
	{
		margin-bottom: 0em;
		margin: 0pt;
		color: #45494c;
		font-style: normal;
		font-weight: normal;
		margin-top: 30pt;
		padding-bottom: 0;
		padding-top: 0;
		font-size: 1.4em;
		mc-heading-level: 3;
	}

	p
	{
		margin: 0;
		mc-hyphenate: never;
		padding-bottom: 0;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}

	p.cellbody
	{
		font: 'Dagny Offc';
		font-family: 'Dagny Offc', 'sans-serif';
		font-size: 10pt;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 15px;
	}

	MadCap|relationshipsProxy
	{
		border-top-style: none;
		padding-left: 0px;
		margin-top: 0;
		padding-top: 0;
	}

	MadCap|relationshipsHeading
	{
		color: #45494c;
		font-weight: normal;
		font-size: 12pt;
	}

	MadCap|relationshipsItem
	{
		margin-left: 0pt;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}

	img.floatRight
	{
		float: right;
		vertical-align: text-top;
	}

	img.floatLeft
	{
		float: left;
		vertical-align: text-top;
	}

	img
	{
		border-left-style: none;
		border-left-width: 1px;
		border-left-color: #808080;
		border-right-style: none;
		border-right-width: 1px;
		border-right-color: #808080;
		border-top-style: none;
		border-top-width: 1px;
		border-top-color: #808080;
		border-bottom-style: none;
		border-bottom-width: 1px;
		border-bottom-color: #808080;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	a
	{
		text-decoration: none;
		color: #226AA8;
	}

	a:link
	{
		color: #226AA8;
	}

	a:visited
	{
		color: #226AA8;
		text-decoration: none;
	}

	a:hover
	{
		color: #226AA8;
		text-decoration: underline;
	}

	img.noteIcon
	{
		float: left;
		padding-bottom: 10px;
		padding-top: 2px;
		padding-left: 0px;
	}

	ul.Anchor
	{
		list-style-type: none;
		list-style-image: url('../Images/All_Locales/icon_inThisArticle.png');
	}

	p.backToTop
	{
		padding-bottom: 1em;
		font-size: 10pt;
	}

	p.note
	{
		padding-left: 20px;
		padding-right: 20px;
		padding: 20px;
		padding-bottom: 15px;
		padding-top: 15px;
		margin-bottom: 10px;
		background-color: #EFF6FE;
		border-left-color: #1D5AAB;
		border-left-width: 3px;
		border-bottom-color: #000000;
		border-bottom-style: none;
		border-top-style: none;
		border-right-style: none;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	MadCap|relationshipsHeading.concept
	{
		font-weight: normal;
		color: #45494c;
		mc-label: 'Related Concepts';
		font-size: inherit;
	}

	MadCap|relationshipsHeading.reference
	{
		font-weight: normal;
		color: #45494c;
		mc-label: 'References';
		font-size: inherit;
	}

	MadCap|relationshipsHeading.task
	{
		font-weight: normal;
		color: #45494c;
		font-size: inherit;
	}

	div.seeAlso
	{
		float: right;
		border-bottom-color: #696969;
		border: none 0px;
		padding-top: 0em;
		padding-bottom: 1em;
		padding-left: 2em;
		padding-right: 1em;
		background-color: #e5e5e5;
		padding: 2em;
		margin-left: 2em;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin-bottom: 2em;
	}

	div.horizontal
	{
		margin-bottom: 3em;
		margin-top: 3em;
	}

	ul
	{
		list-style-type: square;
		margin: 0;
		margin-bottom: 6pt;
		margin-top: 6pt;
		margin-left: 6pt;
	}

	li.ListIndented
	{
		margin-left: 15px;
		padding-left: 0px;
		list-style-type: circle;
	}

	h4
	{
		margin-bottom: 0em;
		margin: 0;
		font-style: normal;
		font: inherit;
		color: #45494c;
		margin-top: 30pt;
		padding-bottom: 0;
		padding-top: 0;
		font-size: 1.1em;
		font-weight: bold;
		mc-heading-level: 4;
	}

	h1.Title
	{
		margin-top: 0em;
		font-size: 20pt;
		mc-heading-level: 0;
		color: #0088ce;
	}

	h1.TitleSubhead
	{
		font-weight: normal;
		mc-heading-level: 0;
		color: #0088ce;
	}

	h5
	{
		margin: 0;
		font: inherit;
		color: #45494c;
		margin-top: 30pt;
		font-size: 1em;
		font-weight: bold;
		mc-heading-level: 5;
	}

	li
	{
		mc-hyphenate: never;
	}

	ol
	{
		margin: 0pt;
		margin-bottom: 6pt;
		margin-top: 6pt;
		margin-left: 10pt;
	}

	li.ListIndented_square
	{
		list-style-type: square;
		margin-left: 15px;
	}

	img.withBorder
	{
		padding-right: 0px;
		border: solid 1px #808080;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none;
		padding-left: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font: Source Sans Pro;
		font-family: Source Sans Pro, Arial, sans-serif;
		padding-top: 0;
	}

	p.MiniTOC1
	{
		font-weight: normal;
		margin-bottom: .5em;
		margin-top: .5em;
		color: #226AA8;
	}

	body.WelcomePage
	{
		margin: 20px;
		padding: 0px;
		max-width: 1250px;
	}

	MadCap|xref
	{
		color: #3D3D3d;
		text-decoration: none;
		mc-format: '{paratext}';
	}

	MadCap|xref.ConceptPageNumber:hover
	{
		text-decoration: none;
	}

	MadCap|xref.forMoreInformation
	{
		mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
	}

	MadCap|xref.forMoreInformation:hover
	{
		text-decoration: none;
	}

	MadCap|xref.ConceptPageNumber
	{
		mc-format: 'See {color #226AA8}{paratext}{/color}.';
	}

	MadCap|xref.lowerCaseInLine
	{
		mc-format: 'see {color #226AA8}{paratext}{/color}.';
	}

	MadCap|expanding
	{
		mc-open-image: url('../Images/All_Locales/minus2.png');
		mc-closed-image: url('../Images/All_Locales/plus2.png');
	}

	MadCap|toggler
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|dropDownBody	/*Copied from Madcap Herschel template. Used to style expands.*/
	{
		padding: 10px 30px 0;
	}

	MadCap|dropDown	/*Copied from Madcap Herschel template. Used to style expands.*/
	{
		border-bottom: 1px solid #dadada;
		mc-image-position: left;
		mc-image-spacing: 10px;
		padding: 10px 0;
		mc-open-image: url('../Images/All_Locales/minus2.png');
		mc-closed-image: url('../Images/All_Locales/plus2.png');
	}

	MadCap|xref.topicNameOnly
	{
		mc-format: '{paratext}';
	}

	MadCap|xref.forMoreInformationInWarning
	{
		mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
		color: #3D3D3D;
	}

	p.license
	{
		font-size: 8pt;
	}

	h1.ChapterTitle
	{
		
	}

	td
	{
		font: inherit;
		font-size: inherit;
		font-family: inherit;
	}

	a.home-button
	{
		display: block;
		padding: 10px;
		text-decoration: none;
		width: 100%;
	}

	h6
	{
		color: #45494c;
		font-weight: normal;
	}

	a.Anchor
	{
		color: #226AA8;
	}

	p.warning
	{
		background-color: #ffe5e5;
		border-bottom-style: none;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-left-width: 3px;
		border-right-style: none;
		border-top-left-radius: 0px;
		border-right-width: 1px;
		border-top-right-radius: 0px;
		border-top-style: none;
	}

	div.home-footer
	{
		
	}

	MadCap|xref.forMoreInformationInNote
	{
		color: #3D3D3d;
		mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
	}

	div.home-layout
	{
		background-color: ;
	}

	.body-container	/*Contains all body content.*/
	{
		padding-right: 12em;
		padding-left: 5em;
	}

	.header-guide-name
	{
		
	}
}

@media print
{
	body
	{
		margin: 0px;
		mc-hyphenate: never;
		color: #000000;
		font: Arial;
		font-size: 11pt;
	}

	h1
	{
		mc-hyphenate: never;
		font-weight: normal;
		page-break-before: avoid;
		mc-heading-level: 3;
		font-family: Arial;
		font: inherit;
		color: #000000;
		font-size: 18pt;
	}

	p
	{
		orphans: 2;
		widows: 2;
		mc-hyphenate: never;
		margin: 0;
		margin-bottom: 3px;
		color: #000000;
		font: inherit;
		font-size: 11pt;
	}

	p.cellbody
	{
		font: 'Dagny Offc';
		font-family: 'Dagny Offc', 'sans-serif';
		font-size: 10pt;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 15px;
	}

	p.cellcode
	{
		font: 'Courier New';
		font-family: 'Courier New';
		font-size: 10pt;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 10px;
	}

	ol
	{
		font-size: 11pt;
		margin: 0pt;
		margin-bottom: 6pt;
		padding-left: 10pt;
		margin-left: 10pt;
		margin-top: 6pt;
		font: inherit;
	}

	ul
	{
		font-size: 11pt;
		list-style-type: square;
		margin: 0pt;
		margin-bottom: 6pt;
		margin-top: 6pt;
		padding-left: 10pt;
		margin-left: 10pt;
		font: inherit;
	}

	td.Footer
	{
		font: Dagny Offc;
		font-family: 'Dagny Offc', ' Arial', ' sans-serif';
		font-size: 10pt;
	}

	td.OfficialUseStmt
	{
		text-align: center;
		vertical-align: middle;
		font: inherit;
		font-size: 9pt;
	}

	li.ListIndented
	{
		list-style-type: circle;
		padding-right: 0pt;
		margin-left: 4pt;
		padding-left: 4pt;
	}

	h1.Title
	{
		mc-hyphenate: never;
		padding-top: 60pt;
		mc-heading-level: 0;
		page-break-before: always;
		font-size: 30pt;
		color: #000000;
	}

	h2
	{
		font-weight: normal;
		mc-hyphenate: never;
		margin: 0;
		margin-top: 10pt;
		padding-top: 10pt;
		margin-bottom: 0pt;
		padding-bottom: 6pt;
		mc-heading-level: 4;
		font-size: 15pt;
		color: #000000;
	}

	h3
	{
		margin: 0pt;
		margin-bottom: 4pt;
		margin-top: 14pt;
		mc-hyphenate: never;
		font-weight: normal;
		font-size: 13pt;
		mc-heading-level: 0;
		font-style: inherit;
	}

	h4
	{
		mc-heading-level: 0;
		margin: 0;
		padding-top: 8pt;
		margin-top: 8pt;
		padding-bottom: 3pt;
		font-style: normal;
		font-family: inherit;
		font: inherit;
		font-size: 11pt;
		font-weight: bold;
	}

	h5
	{
		margin: 0;
		padding-bottom: 4pt;
		padding-top: 8pt;
		mc-heading-level: 0;
		font: inherit;
		color: #000000;
		font-size: 11pt;
	}

	h1.TitleSubhead
	{
		font-weight: normal;
		page-break-before: avoid;
		mc-hyphenate: never;
		padding-top: 18pt;
		mc-heading-level: 0;
		color: #000000;
	}

	h1.TOC
	{
		mc-heading-level: 0;
	}

	p.TOC2
	{
		margin: 0;
		padding-bottom: 0pt;
		margin-bottom: 0pt;
		margin-top: 0pt;
		font-size: 10pt;
		margin-left: 0pt;
		font-style: italic;
	}

	p.TOC1
	{
		margin: 0;
		margin-top: 0pt;
		padding-bottom: 0pt;
		color: #000000;
	}

	p.TOC3
	{
		margin: 0;
		margin-bottom: 0pt;
		margin-top: 0pt;
		padding-bottom: 0px;
		font-size: 10pt;
		margin-left: 10pt;
	}

	p.TOC4
	{
		margin: 0;
		margin-bottom: 0pt;
		margin-top: 0pt;
		padding-bottom: 0px;
		font-size: 10pt;
		margin-left: 20pt;
	}

	li
	{
		
	}

	li.ListIndented_square
	{
		list-style-type: square;
		margin-left: 15px;
	}

	MadCap|relationshipsHeading.task
	{
		font-size: 10pt;
	}

	MadCap|relationshipsHeading.reference
	{
		font-size: 10pt;
	}

	MadCap|relationshipsHeading.concept
	{
		font-size: 10pt;
	}

	MadCap|relationshipsHeading
	{
		font-size: 10pt;
	}

	h1.ChapterTitle
	{
		font-weight: normal;
		mc-hyphenate: never;
		mc-heading-level: 2;
		padding-bottom: 6pt;
		padding-top: 20pt;
		font-size: 24pt;
		color: #000000;
	}

	h1.GuideTitle
	{
		mc-hyphenate: never;
		padding-top: 60pt;
		font-size: 30pt;
		page-break-before: always;
		color: #000000;
	}

	h2.TOC
	{
		mc-heading-level: 0;
	}

	MadCap|xref
	{
		color: #000000;
		text-decoration: none;
		mc-format: 'See {quote}{paratext}{quote} on page {page}.';
	}

	MadCap|xref.ConceptPageNumber:hover
	{
		text-decoration: underline;
	}

	MadCap|xref.forMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
	}

	img.withBorder
	{
		border: solid 1px #808080;
	}

	MadCap|xref.lowerCaseInLine
	{
		mc-format: 'see {quote}{paratext}{quote} on page {page}.';
	}

	MadCap|tocProxy
	{
		border-top-style: none;
		padding-left: 0px;
	}

	MadCap|xref.forMoreInformationInNote
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
	}

	ul.Anchor
	{
		list-style-image: url('../Images/All_Locales/icon_inThisArticle.png');
	}

	h6
	{
		mc-heading-level: 0;
		color: #616365;
		font-size: 10pt;
		padding-bottom: 4pt;
		padding-top: 8pt;
		margin-bottom: 0em;
		margin-top: 0em;
	}

	MadCap|expanding
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|dropDown
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|toggler
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|xref.aboveForMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} above for more information.';
	}

	MadCap|xref.belowForMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} below for more information.';
	}

	td
	{
		mc-hyphenate: never;
		font-size: 10pt;
		font: Arial;
	}

	MadCap|xref.topicNameOnly
	{
		mc-format: '{quote}{paratext}{quote} on page {page}';
	}

	MadCap|xref.forMoreInformationInWarning
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
		color: #000000;
	}

	img.favicon
	{
		
	}

	p.opowerBlue
	{
		color: #0088ce;
	}

	p.TOC5
	{
		font-size: 9pt;
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-left: 30pt;
	}

	p.procedureHeading
	{
		font-weight: bold;
		color: #616365;
	}

	p.TOC6
	{
		margin-left: 40pt;
	}

	p.returnToLibrary
	{
		
	}
}

h1
{
	font-weight: normal;
	page-break-after: avoid;
	page-break-before: avoid;
	page-break-inside: avoid;
	mc-heading-level: 3;
	font-family: Arial;
	font: inherit;
	color: #000000;
	font-size: 18pt;
}

h2
{
	font-weight: normal;
	column-break-after: avoid;
	page-break-inside: avoid;
	page-break-after: avoid;
	margin: 0pt;
	margin-top: 10pt;
	padding-top: 10pt;
	padding-bottom: 6pt;
	mc-heading-level: 0;
	font-family: inherit;
	font: inherit;
	font-size: 14pt;
	color: #000000;
}

h3
{
	font-weight: normal;
	font-style: italic;
	mc-heading-level: 0;
	margin: 0;
	padding-top: 10pt;
	margin-top: 10pt;
	padding-bottom: 6pt;
	color: #000000;
	font: inherit;
	font-size: 13pt;
	page-break-after: avoid;
}

h4
{
	mc-heading-level: 0;
	margin: 0;
	margin-top: 8pt;
	padding-top: 8pt;
	padding-bottom: 3pt;
	color: #000000;
	page-break-after: avoid;
}

MadCap|xref
{
	text-decoration: none;
	color: #3D3D3d;
	mc-format: 'See {color #0088ce}{paratext}{/color}.';
}

p.copyrightWebHelp
{
	text-align: center;
	font-size: 9pt;
}

pre
{
	left: 0px;
	text-indent: 0;
	font-size: 10pt;
}

pre.codeblock
{
	font-family: 'Courier New', 'monospace';
	font-size: 9pt;
	line-height: 1em;
	margin-left: 30px;
	margin-right: 50px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

p.cellbody
{
	font-family: 'Tahoma', 'Arial', 'sans-serif';
}

img.noteIcon
{
	
}

a.Anchor
{
	color: #0088ce;
}

ul.Anchor
{
	
}

p.backToTop
{
	
}

div.seeAlso
{
	
}

div.horizontal
{
	
}

MadCap|xref.forMoreInformation
{
	mc-format: 'See {color #0088ce}{paratext}{/color} for more information.';
}

MadCap|xref.lowerCaseInLine
{
	mc-format: 'see {color #0088ce}{quote}{paratext}{quote}{/color}.';
}

MadCap|xref.forMoreInformationInNote
{
	color: #000000;
	mc-format: 'See {color #000000}{paratext}{/color} for more information.';
}

h5
{
	mc-heading-level: 0;
	color: #000000;
}

h6
{
	mc-heading-level: 0;
}

h1.ChapterTitle
{
	mc-heading-level: 2;
	font-size: 24pt;
}

h1.GuideTitle
{
	mc-heading-level: 1;
	page-break-before: always;
}

p
{
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	padding-bottom: 6pt;
	line-height: 130%;
}

MadCap|xref.belowForMoreInformation
{
	mc-format: 'See {color #0088ce}{paratext}{/color} below for more information.';
}

MadCap|xref.aboveForMoreInformation
{
	mc-format: 'See {color #0088ce}{paratext}{/color} above for more information.';
}

@media Word_specific
{
	h1.Title
	{
		mc-heading-level: 0;
		font-size: 30pt;
		margin: 0;
		margin-top: 60pt;
		padding-top: 0pt;
		margin-bottom: 10pt;
	}

	h1.TitleSubhead
	{
		mc-heading-level: 0;
		padding-top: 0pt;
		margin: 0pt;
		margin-top: 18pt;
	}

	h1.TOC
	{
		mc-heading-level: 0;
	}

	p
	{
		orphans: 2;
		widows: 2;
		mc-hyphenate: never;
		margin: 0;
		margin-bottom: 1.12em;
		margin-top: 1.12em;
		font-size: 11pt;
		color: #000000;
		font: Arial;
		font-family: Arial;
	}

	p.cellbody
	{
		font: 'Tahoma';
		font-family: 'Tahoma', 'Arial', 'sans-serif';
		font-size: 10pt;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 15px;
	}

	ul
	{
		font-size: 11pt;
		list-style-type: square;
		margin: 0;
		margin-left: 16pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
		font: inherit;
	}

	ol
	{
		margin-left: 20pt;
		font-size: 11pt;
		margin-bottom: 1.12em;
		margin-top: 0.5em;
		font: inherit;
	}

	h1
	{
		margin: 0;
		margin-top: 20pt;
		margin-bottom: 8pt;
		font-size: 18pt;
		font: Arial;
		font-family: Arial;
	}

	h2
	{
		padding-bottom: 0pt;
		padding-top: 0pt;
		margin-bottom: 6pt;
		margin-top: 16pt;
		mc-heading-level: 4;
		font-size: 15pt;
		font: Arial;
		font-family: Arial;
	}

	h3
	{
		padding: 0pt;
		margin-bottom: 6pt;
		margin-top: 14pt;
		font-style: normal;
		font-size: 13pt;
		font: Arial;
		font-family: Arial;
	}

	h1.ChapterTitle
	{
		font-size: 24pt;
		margin: 0;
		margin-bottom: 10pt;
		padding-bottom: 0pt;
		padding-top: 0pt;
		margin-top: 40pt;
	}

	h1.GuideTitle
	{
		font-size: 30pt;
		padding-top: 0pt;
		margin-top: 60pt;
	}

	p.note
	{
		margin-right: 0.3in;
		margin-left: 0.3in;
	}

	img.withBorder
	{
		border: solid 1px #808080;
		border-width: 1px;
	}

	p.TOC1
	{
		margin-top: 2pt;
		margin-bottom: 4pt;
		line-height: 12pt;
		color: #000000;
	}

	p.TOC2
	{
		margin-bottom: 2pt;
		margin-top: 1pt;
		line-height: 12pt;
		font-size: 10pt;
		margin-left: 0pt;
		font-style: italic;
	}

	p.TOC3
	{
		margin-top: 1pt;
		margin-bottom: 4pt;
		line-height: 12pt;
		font-size: 10pt;
		margin-left: 10pt;
	}

	p.TOC4
	{
		margin-top: 1pt;
		margin-bottom: 4pt;
		line-height: 12pt;
		font-size: 10pt;
		margin-left: 20pt;
	}

	p.TOC5
	{
		margin: 0;
		line-height: 12pt;
		font-size: 9pt;
		margin-bottom: 4pt;
		margin-left: 30pt;
	}

	td.Footer
	{
		font: Arial;
		font-family: Arial;
		font-size: 9pt;
	}

	body
	{
		mc-hyphenate: never;
		font: Arial;
		font-family: Arial;
		color: #000000;
		font-size: 11pt;
	}

	MadCap|xref.aboveForMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} above for more information.';
	}

	MadCap|xref.belowForMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} below for more information.';
	}

	MadCap|xref.forMoreInformation
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
	}

	MadCap|xref.forMoreInformationInNote
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
	}

	MadCap|xref.lowerCaseInLine
	{
		mc-format: 'see {quote}{paratext}{quote} on page {page}.';
	}

	li.ListIndented
	{
		list-style-type: circle;
		margin-left: 15pt;
		padding-left: 2pt;
	}

	li.ListIndented_square
	{
		list-style-type: square;
		margin-left: 15pt;
		padding-left: 3pt;
	}

	h4
	{
		margin-top: 12pt;
		padding: 0pt;
		margin-bottom: 4pt;
		font-style: inherit;
		font-variant: inherit;
		font-size: 11pt;
		font-weight: bold;
		font: Arial;
		font-family: Arial;
	}

	li
	{
		margin-bottom: 5pt;
	}

	MadCap|xref.topicNameOnly
	{
		mc-format: '{quote}{paratext}{quote} on page {page}';
	}

	MadCap|xref
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page}.';
	}

	MadCap|xref.forMoreInformationInWarning
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page} for more information.';
		color: #000000;
	}

	h5
	{
		margin: 0;
		margin-bottom: 4pt;
		margin-top: 12pt;
		font-size: 11pt;
		color: #000000;
		font: Arial;
		font-family: Arial;
	}

	h6
	{
		font: Aria;
		color: #616365;
		font-family: Arial, ' sans serif';
		font-size: 10pt;
		font-weight: bold;
		margin: 0;
		margin-bottom: 4pt;
		margin-top: 12pt;
	}

	td
	{
		padding-bottom: 5pt;
		font: Arial;
		font-family: Arial;
		font-size: 10pt;
	}

	p.opowerBlue
	{
		color: #0088ce;
	}

	p.procedureHeading
	{
		font-weight: bold;
		color: #616365;
	}

	p.TOC6
	{
		font-size: 9pt;
		margin-bottom: 4pt;
		line-height: 12pt;
		margin-left: 40pt;
	}

	h2.FAQ
	{
		mc-heading-level: 0;
		font-weight: normal;
	}

	h2.TOC
	{
		mc-heading-level: 0;
		font-weight: normal;
	}

	p.license
	{
		font-size: 8pt;
	}

	td.OfficialUseStmt
	{
		font-size: 9pt;
	}

	MadCap|tocProxy
	{
		padding-left: 0px;
	}
}

td
{
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	line-height: 130%;
	font: inherit;
}

MadCap|xref.topicNameOnly
{
	mc-format: '{color #0088ce}{paratext}{/color}';
}

MadCap|xref.forMoreInformationInWarning
{
	mc-format: 'See {color #000000}{paratext}{/color}.';
	color: #000000;
}

img.favicon
{
	cursor: url('../Images/All_Locales/favicon.ico');
}

MadCap|xref.lowerCaseInLineInNote
{
	mc-format: 'see {color #0088ce}{quote}{paratext}{quote}{/color}.';
	color: #000000;
}

ol
{
	margin-top: 1.12em;
}

p.indent
{
	padding-left: 2.00em;
}

img.withBorder
{
	border: solid 1px #808080;
}

p.footer
{
	font-family: Arial;
	font-size: 9pt;
}

li
{
	padding-bottom: 5pt;
	line-height: 130%;
}

p.license
{
	font-size: 8pt;
}

p.warning
{
	background-color: #ffffff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ff0000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ff0000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ff0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ff0000;
}

MadCap|xref.PageNumber
{
	font-family: Arial;
	mc-format: '{page}';
}

@media legacy-non-print
{
	MadCap|breadcrumbsProxy
	{
		color: #a9a9a9;
		font-size: 8pt;
		border-bottom-width: 1px;
		border-bottom-color: #c0c0c0;
		margin-bottom: 3em;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 0;
	}

	MadCap|bodyProxy
	{
		border-top: solid 1px #000000;
	}

	body
	{
		padding-bottom: 10px;
		padding-left: 35px;
		padding-right: 45px;
		padding-top: 8px;
		margin: 0px;
		margin-bottom: 10px;
		margin-left: 35px;
		margin-right: 45px;
		margin-top: 8px;
		min-width: 475px;
		max-width: 500px;
		line-height: 1.6em;
		mc-hyphenate: never;
		font-family: Arial, Avenir, Myriad;
	}

	h2
	{
		margin: 0;
		font-weight: normal;
		color: #616365;
		font-size: 13pt;
		margin-top: 10pt;
		padding-top: 10pt;
		padding-bottom: 6pt;
		margin-bottom: 0pt;
	}

	p.copyrightWebHelp
	{
		color: #696969;
		font-family: 'Dagny Offc';
		border-top: solid 1px;
		border-top-color: #c0c0c0;
		margin-bottom: 1.15em;
		margin-top: 5em;
		padding-top: 1em;
	}

	MadCap|relatedTopics
	{
		mc-image: none;
		mc-help-control-display: list;
		mc-image-position: none;
		mc-image-spacing: 0px;
		list-style-type: none;
		mc-label: ' ';
	}

	MadCap|relatedTopicsControlList
	{
		
	}

	h1
	{
		font-weight: normal;
		margin: 0pt;
		margin-bottom: 7pt;
		margin-top: 7pt;
		padding-bottom: 6.5pt;
		padding-top: 7pt;
		color: #0088ce;
		line-height: 1.5em;
	}

	h3
	{
		margin-bottom: 0em;
		color: #616365;
		margin: 0pt;
		padding-top: 10pt;
		margin-top: 10pt;
		padding-bottom: 6pt;
		font-weight: normal;
		font-style: italic;
		font-size: 12pt;
	}

	p
	{
		margin: 0;
		mc-hyphenate: never;
		margin-bottom: 3px;
		font: inherit;
		font-size: 10pt;
	}

	p.cellbody
	{
		font: 'Dagny Offc';
		font-family: 'Dagny Offc', 'sans-serif';
		font-size: 10pt;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 15px;
	}

	MadCap|relationshipsProxy
	{
		border-top-style: none;
		padding-left: 0px;
		padding-top: 5px;
		margin-top: 5px;
	}

	MadCap|relationshipsHeading
	{
		color: #696969;
		font-weight: normal;
		font-size: 11pt;
	}

	MadCap|relationshipsItem
	{
		margin-left: 0pt;
		font-size: 10pt;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	img.floatRight
	{
		float: right;
		vertical-align: text-top;
	}

	img.floatLeft
	{
		float: left;
		vertical-align: text-top;
	}

	img
	{
		border-left-style: none;
		border-left-width: 1px;
		border-left-color: #808080;
		border-right-style: none;
		border-right-width: 1px;
		border-right-color: #808080;
		border-top-style: none;
		border-top-width: 1px;
		border-top-color: #808080;
		border-bottom-style: none;
		border-bottom-width: 1px;
		border-bottom-color: #808080;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	a
	{
		text-decoration: none;
		color: #0088ce;
	}

	a:link
	{
		
	}

	a:visited
	{
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}

	img.noteIcon
	{
		float: left;
		padding-bottom: 10px;
		padding-top: 2px;
		padding-left: 0px;
	}

	ul.Anchor
	{
		list-style-type: none;
		list-style-image: url('../Images/All_Locales/icon_inThisArticle.png');
	}

	p.backToTop
	{
		font-size: 8pt;
		padding-bottom: 1em;
	}

	p.note
	{
		padding-left: 20px;
		padding-right: 20px;
		padding: 20px;
		padding-bottom: 15px;
		padding-top: 15px;
		margin-bottom: 10px;
	}

	MadCap|relationshipsHeading.concept
	{
		mc-label: 'Related Concepts';
		font-weight: normal;
		font-size: 11pt;
	}

	MadCap|relationshipsHeading.reference
	{
		mc-label: 'References';
		font-weight: normal;
		font-size: 11pt;
		margin-top: 6px;
		padding-top: 6px;
	}

	MadCap|relationshipsHeading.task
	{
		font-weight: normal;
		font-size: 11pt;
		margin-top: 6px;
		padding-top: 6px;
	}

	div.seeAlso
	{
		float: right;
		border-bottom-color: #696969;
		border: none 0px;
		padding-top: 0em;
		padding-bottom: 1em;
		padding-left: 2em;
		padding-right: 1em;
		background-color: #e5e5e5;
		padding: 2em;
		margin-left: 2em;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin-bottom: 2em;
	}

	div.horizontal
	{
		margin-bottom: 3em;
		margin-top: 3em;
	}

	ul
	{
		list-style-type: square;
		margin: 0;
		margin-bottom: 6pt;
		margin-top: 6pt;
		margin-left: 6pt;
	}

	li.ListIndented
	{
		margin-left: 15px;
		padding-left: 0px;
		list-style-type: circle;
	}

	h4
	{
		margin-bottom: 0em;
		margin: 0;
		padding-bottom: 4pt;
		padding-top: 8pt;
		font-style: normal;
		mc-heading-level: 0;
		font: inherit;
		font-size: 11pt;
		font-weight: bold;
	}

	h1.Title
	{
		margin-top: 0em;
		font-size: 20pt;
		mc-heading-level: 0;
		color: #0088ce;
	}

	h1.TitleSubhead
	{
		font-weight: normal;
		mc-heading-level: 0;
		color: #0088ce;
	}

	h5
	{
		margin: 0;
		padding-top: 8pt;
		padding-bottom: 4pt;
		color: #616365;
		font: inherit;
		font-size: 11pt;
	}

	li
	{
		mc-hyphenate: never;
	}

	ol
	{
		margin: 0pt;
		margin-bottom: 6pt;
		margin-top: 6pt;
		margin-left: 10pt;
	}

	li.ListIndented_square
	{
		list-style-type: square;
		margin-left: 15px;
	}

	img.withBorder
	{
		padding-right: 0px;
		border: solid 1px #808080;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none;
		padding-left: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	p.MiniTOC1
	{
		font-weight: normal;
		color: #0088ce;
		font-family: Arial;
	}

	body.WelcomePage
	{
		margin: 20px;
		padding: 0px;
		max-width: 1250px;
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: 'See {color #0088ce}{paratext}{/color}.';
		color: #3D3D3d;
	}

	MadCap|xref.ConceptPageNumber:hover
	{
		text-decoration: none;
	}

	MadCap|xref.forMoreInformation
	{
		mc-format: 'See {color #0088ce}{paratext}{/color} for more information.';
	}

	MadCap|xref.forMoreInformation:hover
	{
		text-decoration: none;
	}

	MadCap|xref.ConceptPageNumber
	{
		mc-format: 'See {color #0088ce}{paratext}{/color}.';
	}

	MadCap|xref.lowerCaseInLine
	{
		mc-format: 'see {color #0088ce}{paratext}{/color}.';
	}

	MadCap|expanding
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|toggler
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|dropDown
	{
		mc-open-image: url('../Images/All_Locales/minus.png');
		mc-closed-image: url('../Images/All_Locales/plus.png');
	}

	MadCap|xref.topicNameOnly
	{
		mc-format: '{color #0088ce}{paratext}{/color}';
	}

	MadCap|xref.forMoreInformationInWarning
	{
		mc-format: 'See {color #0088ce}{paratext}{/color} for more information.';
	}

	p.license
	{
		font-size: 8pt;
	}

	h1.ChapterTitle
	{
		
	}

	td
	{
		font: inherit;
		font-size: 10pt;
	}

	div.footer-center
	{
		border-top-style: solid;
	}

	MadCap|dropDownHotspot
	{
		font-size: 1em;
	}
}

.header-guide-name
{
	
}

.body-container	/*Contains all body content.*/
{
	padding-right: 12em;
	padding-left: 5em;
}

div.home-layout
{
	background-color: ;
}

MadCap|xref.forMoreInformationInNote
{
	color: #3D3D3d;
	mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
}

div.home-footer
{
	
}

p.warning
{
	background-color: #ffe5e5;
	border-bottom-style: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-left-width: 3px;
	border-right-style: none;
	border-top-left-radius: 0px;
	border-right-width: 1px;
	border-top-right-radius: 0px;
	border-top-style: none;
}

a.Anchor
{
	color: #226AA8;
}

h6
{
	color: #45494c;
	font-weight: normal;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

td
{
	font: inherit;
	font-size: inherit;
	font-family: inherit;
}

h1.ChapterTitle
{
	
}

p.license
{
	font-size: 8pt;
}

MadCap|xref.forMoreInformationInWarning
{
	mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
	color: #3D3D3D;
}

MadCap|xref.topicNameOnly
{
	mc-format: '{paratext}';
}

MadCap|dropDown	/*Copied from Madcap Herschel template. Used to style expands.*/
{
	border-bottom: 1px solid #dadada;
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-open-image: url('../Images/All_Locales/minus2.png');
	mc-closed-image: url('../Images/All_Locales/plus2.png');
}

MadCap|dropDownBody	/*Copied from Madcap Herschel template. Used to style expands.*/
{
	padding: 10px 30px 0;
}

MadCap|toggler
{
	mc-open-image: url('../Images/All_Locales/minus.png');
	mc-closed-image: url('../Images/All_Locales/plus.png');
}

MadCap|expanding
{
	mc-open-image: url('../Images/All_Locales/minus2.png');
	mc-closed-image: url('../Images/All_Locales/plus2.png');
}

MadCap|xref.lowerCaseInLine
{
	mc-format: 'see {color #226AA8}{paratext}{/color}.';
}

MadCap|xref.ConceptPageNumber
{
	mc-format: 'See {color #226AA8}{paratext}{/color}.';
}

MadCap|xref.forMoreInformation:hover
{
	text-decoration: none;
}

MadCap|xref.forMoreInformation
{
	mc-format: 'See {color #226AA8}{paratext}{/color} for more information.';
}

MadCap|xref.ConceptPageNumber:hover
{
	text-decoration: none;
}

MadCap|xref
{
	color: #3D3D3d;
	text-decoration: none;
	mc-format: '{paratext}';
}

body.WelcomePage
{
	margin: 20px;
	padding: 0px;
	max-width: 1250px;
}

p.MiniTOC1
{
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: .5em;
	color: #226AA8;
}

MadCap|miniTocProxy
{
	border-top-style: none;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font: Source Sans Pro;
	font-family: Source Sans Pro, Arial, sans-serif;
	padding-top: 0;
}

img.withBorder
{
	padding-right: 0px;
	border: solid 1px #808080;
}

li.ListIndented_square
{
	list-style-type: square;
	margin-left: 15px;
}

ol
{
	margin: 0pt;
	margin-bottom: 6pt;
	margin-top: 6pt;
	margin-left: 10pt;
}

li
{
	mc-hyphenate: never;
}

h5
{
	margin: 0;
	font: inherit;
	color: #45494c;
	margin-top: 30pt;
	font-size: 1em;
	font-weight: bold;
	mc-heading-level: 5;
}

h1.TitleSubhead
{
	font-weight: normal;
	mc-heading-level: 0;
	color: #0088ce;
}

h1.Title
{
	margin-top: 0em;
	font-size: 20pt;
	mc-heading-level: 0;
	color: #0088ce;
}

h4
{
	margin-bottom: 0em;
	margin: 0;
	font-style: normal;
	font: inherit;
	color: #45494c;
	margin-top: 30pt;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1.1em;
	font-weight: bold;
	mc-heading-level: 4;
}

li.ListIndented
{
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: circle;
}

ul
{
	list-style-type: square;
	margin: 0;
	margin-bottom: 6pt;
	margin-top: 6pt;
	margin-left: 6pt;
}

div.horizontal
{
	margin-bottom: 3em;
	margin-top: 3em;
}

div.seeAlso
{
	float: right;
	border-bottom-color: #696969;
	border: none 0px;
	padding-top: 0em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 1em;
	background-color: #e5e5e5;
	padding: 2em;
	margin-left: 2em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 2em;
}

MadCap|relationshipsHeading.task
{
	font-weight: normal;
	color: #45494c;
	font-size: inherit;
}

MadCap|relationshipsHeading.reference
{
	font-weight: normal;
	color: #45494c;
	mc-label: 'References';
	font-size: inherit;
}

MadCap|relationshipsHeading.concept
{
	font-weight: normal;
	color: #45494c;
	mc-label: 'Related Concepts';
	font-size: inherit;
}

p.note
{
	padding-left: 20px;
	padding-right: 20px;
	padding: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
	background-color: #EFF6FE;
	border-left-color: #1D5AAB;
	border-left-width: 3px;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
}

p.backToTop
{
	padding-bottom: 1em;
	font-size: 10pt;
}

ul.Anchor
{
	list-style-type: none;
	list-style-image: url('../Images/All_Locales/icon_inThisArticle.png');
}

img.noteIcon
{
	float: left;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 0px;
}

a
{
	text-decoration: none;
	color: #226AA8;
}

img
{
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #808080;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #808080;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #808080;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

img.floatLeft
{
	float: left;
	vertical-align: text-top;
}

img.floatRight
{
	float: right;
	vertical-align: text-top;
}

MadCap|relationshipsItem
{
	margin-left: 0pt;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

MadCap|relationshipsHeading
{
	color: #45494c;
	font-weight: normal;
	font-size: 12pt;
}

MadCap|relationshipsProxy
{
	border-top-style: none;
	padding-left: 0px;
	margin-top: 0;
	padding-top: 0;
}

p.cellbody
{
	font: 'Dagny Offc';
	font-family: 'Dagny Offc', 'sans-serif';
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}

p
{
	margin: 0;
	mc-hyphenate: never;
	padding-bottom: 0;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

h3
{
	margin-bottom: 0em;
	margin: 0pt;
	color: #45494c;
	font-style: normal;
	font-weight: normal;
	margin-top: 30pt;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1.4em;
	mc-heading-level: 3;
}

h1
{
	color: #45494c;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0pt;
	margin-bottom: 0;
	margin-top: 30pt;
	font-size: 2em;
	mc-heading-level: 1;
}

MadCap|relatedTopicsControlList
{
	
}

MadCap|relatedTopics
{
	mc-image: none;
	mc-help-control-display: list;
	mc-image-position: none;
	mc-image-spacing: 0px;
	list-style-type: none;
	mc-label: ' ';
}

p.copyrightWebHelp
{
	color: #696969;
	border-top: solid 1px;
	border-top-color: #c0c0c0;
	margin-bottom: 1.15em;
	margin-top: 5em;
	padding-top: 1em;
	font-family: Arial;
}

h2
{
	margin: 0;
	margin-bottom: 0pt;
	color: #45494c;
	font-weight: normal;
	margin-top: 30pt;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1.7em;
	mc-heading-level: 2;
}

body
{
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 8px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 45px;
	margin-top: 8px;
	font-size: 13pt;
}

MadCap|bodyProxy
{
	border-top: solid 1px #000000;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	border-bottom-style: none;
	font-size: .8em;
	line-height: 1.3em;
	mc-breadcrumbs-prefix: ' You are here: ';
	padding-left: 0em;
}

@media only screen and (max-width: 1000px)
{
	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}

	.body-container
	{
		padding-left: 5em;
		padding-right: 5em;
		padding-top: 2em;
	}

	div.TopicHeaderRow > div:nth-child(1)
	{
		margin-left: 0%;
		width: auto;
	}

	div.TopicHeaderRow > div:nth-child(2)
	{
		margin-left: 0%;
		width: auto;
	}

	div.TopicHeaderRow > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	#banner
	{
		top: 120px;
	}
}

@media only screen and (max-width: 850px)
{
	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	div.home-tiles p
	{
		line-height: 1.2;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div
	{
		margin-bottom: 10px;
	}

	div.article-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles img
	{
		width: 75%;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 100%;
		margin: 3% 0;
	}

	.body-container
	{
		padding-left: 0;
		padding-right: 0;
	}

	h2
	{
		mc-heading-level: 2;
	}

	h3
	{
		mc-heading-level: 3;
	}

	h4
	{
		mc-heading-level: 4;
	}

	h5
	{
		mc-heading-level: 5;
	}

	h1
	{
		mc-heading-level: 0;
	}

	div.TopicHeaderRow > div:nth-child(1)
	{
		margin-left: 0%;
		width: auto;
	}

	div.TopicHeaderRow > div:nth-child(2)
	{
		margin-left: 0%;
		width: auto;
	}

	div.TopicHeaderRow > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	#banner
	{
		font-size: 11pt;
		top: 120px;
	}
}

div.column-container
{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	height: 300px;
}

div.column
{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

