/*<meta conditions="Master.Import" />*/

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

body
{
	font-size: 95%;
	color: #2B2421;
	font-family: Arial, sans-serif;
}

/* FONTS 
Follow branding guidelines for font usage. Graphics use Adelle Sans Sage. Arial is system font. Foco is no longer in use. */

/*TOPIC AND MASTER PAGE STYLES*/

html
{
	mc-master-page: url('../MasterPages/Breadcrumbs.flmsp');
}

html.welcome
{
	mc-master-page: url('../MasterPages/Homepage.flmsp');
}

html.noBreadcrumbs
{
	mc-master-page: url('../MasterPages/NoBreadcrumbs.flmsp');
}

html.popup
{
	mc-master-page: url('../MasterPages/Popup.flmsp');
}

/* LINK STYLES */

a:link
{
	color: #255bc7;
	text-decoration: none;
}

#resultList a:link
{
	color: #255bc7;
	text-decoration: none;
}

a:visited
{
	/*color: #2E3456;*/
	color: #00A4CF;
}

#resultList h3.title a:visited
{
	color: #2B2421;
	text-decoration: none;
}

a:hover
{
	/*color: #2E3456;*/
	color: #00A4CF;
	text-decoration: underline;
}

a:active
{
	color: #255bc7;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	color: #255bc7;
}

#resultList li
{
	margin-left: 0px;
}

a.image-border
{
	text-decoration: none;
	border: 0 none;
}

a.button
{
	min-width: 150px;
	text-align: center;
	background: #FF5400;
	border: 1px solid #FF5400;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	margin-bottom: 0em;
	font-size: 105%;
	font-weight: bold;
}

a.button:hover
{
	border: 1px solid #fff;
	text-decoration: none;
	box-shadow: 0px 0px 2px #bcbcbc;
	color: #fff;
}

a.button:active
{
	background: #FFB000;
	text-decoration: none;
	color: #fff;
}

/* HEADING STYLES */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	font: 2.25em / 1.2em Arial, sans-serif;
	color: #2E3456;
}

h1
{
	font-size: 190%;
	margin: 0.75em 0 0.25em 0;
	margin-bottom: 0.5em;
}

h2
{
	margin-bottom: 0.25em;
	font-size: 145%;
}

h2.whatsnew
{
	font-size: 1.1em;
	font-weight: bold;
}

h2,
h3
{
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

h3
{
	font-size: 115%;
}

h4,
h5,
h6
{
	font-size: 115%;
	margin: 0.75em 0 0.5em 0;
}

/* IMAGE STYLES */

img
{
	max-width: 95%;
}

.imageBorder	/*For image that needs a border */
{
	border: solid thin #8E8A86;
	margin-top: 10px;
	margin-bottom: 15px;
}

.imageNoBorder
{
	border: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* LIST STYLES */

ul,
ol
{
	margin-left: 5px;
	padding-left: 5px;
	line-height: 1.2em;
}

ol ul	/* keep bullet for nested list flush left and use solid circle */
{
	margin-left: 0px;
	list-style: disc;
}

ol ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin: 10px 15px;
	font-size: 95%;
}

li li
{
	font-size: 95%;
}

li > p,
li div
{
	margin-top: 12px;
}

li.checklist
{
	margin-bottom: 20px;
}

ul.checklist li
{
	background: url('../Images/Styles/checkbox.png') no-repeat left 9px;
	padding-left: 2em;
	padding-top: 5px;
	display: block;
}

ol.checklist
{
	list-style: decimal inside;
}

ol.checklist li
{
	background: url('../Images/Styles/underline.png') no-repeat;
	background-position: 0% 70%;
	padding-left: 40px;
	line-height: 30px;
}

/* PARAGRAPH STYLES */

p
{
	line-height: 130%;
	font-size: 95%;
	margin-top: 0.250em;
}

p > ul,
p > ol
{
	margin-bottom: 3px;
}

p.taskintro
{
	font-weight: bold;
	font-size: 1.1em;
	break-after: avoid;
}

p.beforeYouStart,
p.nextSteps
{
	font-weight: bold;
	font-size: 115%;
}

p.miniTOC1
{
	font-weight: normal;
	color: #255bc7;
	margin: 0.6em 0;
}

p.clear
{
	height: 10px;
	clear: both;
}

p.caption
{
	text-align: left;
	break-after: avoid;
	font-style: italic;
}

p.note,
p.important,
p.warning,
p.caution,
p.example,
p.tip,
p.tips,
p.notes
{
	mc-auto-number-class: noteTitle;
}

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

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

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

p.warning
{
	mc-auto-number-format: 'Warning! ';
}

p.caution
{
	mc-auto-number-format: 'Caution! ';
}

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

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

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

p.footer
{
	font-size: 9pt;
	color: #8E8A86;
	padding-top: 2em;
	line-height: 150%;
}

p.internalnote
{
	line-height: 1.2em;
	background-color: #f5f5f5;
	mc-leader-indent: 10pt;
}

/* LANDING PAGE STYLES */

div.welcome,
div.welcome1,
div.welcome2,
div.welcome3
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	margin-bottom: 1em;
	/*min-width: 752px;*/
	min-width: 380px;
}

div.welcome
{
	background-image: url('../Images/Graphics/hero-landing.jpg');
}

div.welcome1
{
	background-image: url('../Images/Graphics/hero-landing-1.jpg');
}

div.welcome2
{
	background-image: url('../Images/Graphics/hero-landing-2.jpg');
}

div.welcome3
{
	background-image: url('../Images/Graphics/hero-landing-3.jpg');
}

div.welcomeText
{
	margin: 0px;
	padding: 0.7em 2em 0.1em 1.4em;
	max-width: 50%;
}

div.welcomeText h1
{
	color: #FFFFFF;
	font-size: 2.7em;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

div.welcomeText p
{
	color: #FFFFFF;
	font: 1.5em Arial, sans-serif;
}

/*div.welcome p.welcome,
div.welcome1 p.welcome,
div.welcome2 p.welcome,
div.welcome3 p.welcome
{
	font-size: 1.5em;
	margin-bottom: 0px;
}*/

/* DIV STYLES */

div.moreInformation,
div.relatedTopics,
div.otherResources,
div.inThisDocument
{
	clear: right;
	float: right;
	width: 40%;
	max-width: 320px;
	min-width: 140px;
	margin: 6px 2px 15px 20px;
	/*border: 1px solid #CBCBC9;*/
	padding: 14px 4px 6px 10px;
	mc-auto-number-class: boxTitle;
	display: block;
	color: #4d4f53;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('../Images/Styles/boxShade.png');
	background-color: #f8f8f8;
	mc-auto-number-color: '#2B2421';
	font-size: 95%;
	overflow: hidden;
}

div.moreInformation
{
	mc-auto-number-format: 'Learn more';
}

div.relatedTopics
{
	mc-auto-number-format: 'Related topics';
}

div.otherResources
{
	mc-auto-number-format: 'Other resources';
}

div.inThisDocument
{
	mc-auto-number-format: 'In this document:';
}

div.moreInformation p,
div.learnMore p,
div.otherResources p,
div.inThisDocument p
{
	line-height: 120%;
	margin-left: 10px;
}

div.moreInformation > p,
div.learnMore > p,
div.otherResources > p,
div.inThisDocument > p
{
	margin-top: 0.9em;
	overflow: hidden;
}

div.note,
p.note,
p.notes,
div.example,
p.example,
div.important,
p.important,
div.warning,
p.warning,
div.caution,
p.caution,
div.tip,
p.tip,
p.tips,
div.beforeYouStart,
div.nextSteps,
div.glossaryLinks
{
	margin-bottom: 10px;
	padding: 5px 6px;
	line-height: 135%;
	overflow: hidden;
}

div.beforeYouStart,
div.nextSteps,
div.glossaryLinks
{
	color: #2B2421;
	background: #F8F8F8;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}

div.beforeYouStart,
div.nextSteps
{
	break-inside: avoid;
}

div.glossaryLinks
{
	font-size: 1.2em;
}

div.note,
p.note,
p.notes
{
	border: 1px solid #00A4CF;
}

div.important,
p.important
{
	border: 1px solid #FF5400;
}

div.warning,
p.warning,
div.caution,
p.caution
{
	border: 1px solid #FF5400;
}

div.tip,
p.tip,
p.tips,
div.example,
p.example
{
	border: 1px solid #00DC00;
}

div.note p.note,
div.note p.notes,
div.tip p.tip,
div.tip p.tips,
div.example p.example,
div.caution p.caution,
div.important p.important,
div.warning p.warning
{
	border: none;
	margin-bottom: 10px;
	padding: 0px;
}

div.note
{
	background-image: url("../Images/Admonitions/Note.png");
}

div.example
{
	background-image: url("../Images/Admonitions/Example.png");
}

div.tip
{
	background-image: url("../Images/Admonitions/Tip.png");
}

div.important
{
	background-image: url("../Images/Admonitions/Important.png");
}

div.warning
{
	background-image: url("../Images/Admonitions/Warning.png");
}

div.caution
{
	background-image: url("../Images/Admonitions/Warning.png");
}

div.note,
div.example,
div.tip,
div.important,
div.warning,
div.caution
{
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 55px;
	padding-top: 13px;
}

div.quote	/* For MWA */
{
	margin-left: 1em;
	margin-bottom: 10px;
	background: #F8F8F8;
	border: 1px solid #ddd;
	padding: 2px 6px;
	font-size: 90%;
}

/* WEB SKIN STYLES - Customized search and primary navigation section */

.relative.clearfix	/* Sets margin for product logo */
{
	/*margin-left:14px; Adjust for different sized logos*/
	margin: 24px 0 10px 14px;
}

.navigation-wrapper	/* Repositions primary navigation bar */
{
	position: absolute;
	/* top:75px; Adjust for different sized logos*/
	top: 54px;
	margin-left: 21px;
}

.helpContainer
{
	margin-top: 3px;
}

ul.navigation.clearfix	/* Margin for primary navigation bar */
{
	margin-left: -20px;
	width: 920px;
	border-top: 3px solid #255bc7;
}

ul.navigation ul	/*Background color for primary navigation drop-down menus */
{
	/*background-color: #2E3456;*/
	background-color: #ebedef;
	border-left: 1px solid #dcdddb;
	border-right: 1px solid #dcdddb;
	margin-left: -3px;
	padding-top: 5px;
	padding-bottom: 0px;
}

ul.navigation ul li	/*Background color for primary navigation drop-down menus (individual items) */
{
	/*background-color: #2E3456;*/
	background-color: #ebedef;
	font-size: 95%;
	border-bottom: 1px solid #dcdddb;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.navigation ul li a
{
	/* Creates equal amount of padding for top-nav menu items */
	padding-bottom: 5px;
	padding-top: 8px;
}

div.nav-search.row.outer-row
{
	/* Repositions primary search box */
	position: relative;
}

form.search
{
	/* Repositions primary search box */
	position: absolute;
	max-width: 375px;
	top: -50px;
	right: 10px;
}

.SearchHighlight
{
	background-color: #FFDD4F;
}

div.sageTopBar
{
	background-color: #3c414e;
	height: 1.5em;
}

div.languageSwitch
{
	float: right;
	margin-top: -46px;
	font-size: 9pt;
}

p.languageSwitch
{
	color: #ffffff;
}

span.languageCurrent
{
	font-weight: bold;
}

p.languageSwitch a,
p.languageSwitch a:link,
p.languageSwitch a:hover,
p.languageSwitch a:visited,
p.languageSwitch a:active,
span.languageCurrent a,
span.languageCurrent a:link,
span.languageCurrent a:hover,
span.languageCurrent a:visited,
span.languageCurrent a:active
{
	color: #ffffff;
}

/* End of web skin styles */
/* SPAN STYLES */

.noteTitle
{
	font-weight: bold;
}

span.emphasis,
span.publication
{
	font-size: 95%;
	font-style: italic;
}

span.strongEmphasis
{
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
}

span.lead
{
	font-size: 95%;
	font-weight: bold;
}

span.buttonName,
span.fieldName,
span.menuName,
span.tabName,
span.linkName,
span.fileName,
span.sectionName,
span.windowName,
span.columnHeading,
span.listItem,
span.keyName,
span.optionName,
span.term
{
	font-size: 95%;
	font-weight: bold;
}

span.code
{
	font-size: 95%;
	font-family: monospace;
}

span.boxTitle	/*Used in "Learn more" box*/
{
	background-position: left top;
	background-repeat: no-repeat;
	font: 1em Arial, sans-serif;
	color: #2B2421;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	line-height: 0.2em;
}

/* TABLE STYLES */

table p
{
	margin: 2px;
}

/* MADCAP STYLES */

MadCap|topicToolbarProxy
{
	position: relative;
	float: right;
	display: inline;
	margin-right: 0px;
	top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: ' ';
	mc-breadcrumbs-divider: ' > ';
	font-size: 0.8em;
	color: #62645C;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-top: -3px;
}

MadCap|dropDown
{
	margin-bottom: 0.75em;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|dropDown.pageBreak
{
	
}

MadCap|dropDownHead
{
	margin-bottom: 0.5em;
}

MadCap|dropDownHotspot
{
	font-style: normal;
}

MadCap|dropDownHotspot:focus,
MadCap|dropDownHotspot:hover
{
	color: #00A4CF;
}

MadCap|dropDownBody
{
	padding-left: 6px;
}

MadCap|toggler
{
	color: #255bc7;
	text-decoration: none;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|toggler:focus,
MadCap|toggler:hover
{
	color: #00A4CF;
}

MadCap|toggler.more
{
	mc-image-position: right;
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|relatedTopics
{
	mc-help-control-display: list;
	color: #51534A;
	font-weight: normal;
	mc-image: none;
	mc-label: 'Related topics';
	mc-image-position: none;
	mc-image-spacing: 0px;
}

MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	color: #00A4CF;
}

MadCap|relatedTopicsControlList
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItem
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItemLink,
MadCap|relatedTopicsControlListItemLink:hover
{
	font-weight: bold;
	font-style: normal;
}

.MCHelpControlListItemLink
{
	font-weight: bold;
}

MadCap|xref
{
	mc-format: '{paratext}';
	color: #255bc7;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #2E3456;
	text-decoration: underline;
}

MadCap|miniTocProxy
{
	mc-toc-depth: 1;
	border: none;
	padding: .6em 1em .6em 1em;
	background-color: #efefef;
	border: 1px solid #CBCBC9;
	display: inline-block;
}

MadCap|indexProxy
{
	border-top: none;
}

p.break
{
	
}

/* TABLET SKIN STYLES */

@media only screen and (max-width: 950px)
{
	/* .tab-bar .menu-icon span */

	.tab-bar
	{
		margin-top: -5px;
	}

	form.search
	{
		/*Repositions primary search box*/
		clear: both;
		max-width: 375px;
		position: relative;
		float: right;
		top: -55px;
		margin-bottom: -30px;
	}

	div.helpContainer
	{
		margin-top: -40px;
	}

	div.languageSwitch
	{
		margin-top: -56px;
	}
}

/* PHONE SKIN STYLES */

@media only screen and (max-width: 750px)
{
	/* Repositions primary search box */

	form.search
	{
		position: relative;
		float: left;
		margin-left: 22px;
		margin-bottom: -30px;
		max-width: 375px;
		top: -14px;
		right: 10px;
	}

	div.helpContainer
	{
		margin-top: 0px;
	}
}

/* TRIPANE STYLE OVERRIDE */
/* This section allows you to select media "tripane" to prevent the responsive top-nav styles from being applied to tripane content. It also fixes a few styles, such as breadcrumbs. */

@media tripane
{
	MadCap|breadcrumbsProxy
	{
		border-top: none;
		border-bottom: 1px solid #f8f8f8;
		padding-top: 8px;
		padding-bottom: 9px;
	}

	div.helpContainer
	{
		margin-top: 12px;
		padding-left: 5px;
		padding-right: 4px;
	}

	MadCap|topicToolbarProxy
	{
		margin-top: -3px;
	}

	.footer
	{
		padding-left: 5px;
		padding-right: 4px;
	}
}

@media tripane-index
{
	MadCap|breadcrumbsProxy
	{
		border-top: none;
		border-bottom: 1px solid #f8f8f8;
		padding-top: 8px;
		padding-bottom: 9px;
	}

	div.helpContainer
	{
		margin-top: 12px;
		padding-left: 5px;
		padding-right: 4px;
	}

	MadCap|topicToolbarProxy
	{
		margin-top: -3px;
	}

	.footer
	{
		padding-left: 5px;
		padding-right: 4px;
	}
}

@media print
{
	body
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		line-height: 135%;
		font-size: 90%;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	img
	{
		max-width: 100%;
	}

	/* HEADING STYLES */

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		page-break-after: avoid;
		mc-hyphenate: never;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 26pt;
		color: #2A3456;
		margin-bottom: 52pt;
		line-height: 28pt;
	}

	h2
	{
		page-break-after: avoid;
		font-size: 18pt;
		margin: 21pt 0 9pt 0in;
		color: #2A3456;
	}

	h3
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 14pt;
		margin: 15pt 0 9pt 0in;
		color: #2A3456;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 12pt;
		margin: 15pt 0 9pt 0in;
		color: #000000;
	}

	h5,
	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #000000;
		margin: 15pt 0 9pt 0in;
	}

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		font-size: 26pt;
		margin: 0 0 52pt 0;
		color: #2A3456;
		mc-next-tag: p;
		padding-bottom: 4pt;
	}

	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle
	{
		mc-auto-number-format: '{ }';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0.7em;
	}

	h1.FrontMatterTitle
	{
		mc-auto-number-format: '{ }';
	}

	h1.ChapterTitle
	{
		/*margin-left: -0.5in;*/
		mc-auto-number-format: 'Chapter {chapnum}: ';
	}

	h1.AppendixTitle
	{
		mc-auto-number-format: 'Appendix {chapnum}: ';
	}

	/* MADCAP STYLES */

	MadCap|topicToolbarProxy
	{
		display: none;
		width: 0px;
	}

	MadCap|xref
	{
		mc-format: '{quote}{paratext}{quote} (page {page})';
		color: #000000;
	}

	MadCap|toggler
	{
		color: #000000;
		font-weight: bold;
		page-break-after: avoid;
	}

	MadCap|toggler.more
	{
		color: #ffffff;
		font-size: 1pt;
	}

	/* START TITLE PAGE STYLES */

	p.SageTitle
	{
		font-family: "Adelle Sans Sage Bold", "Adelle Sans Sage Regular", "Arial", "Arial Regular", "sans-serif";
		font-weight: bold;
		margin-bottom: 32pt;
		font-size: 32pt;
		line-height: 32pt;
		color: #2A3456;
	}

	p.SageSubTitle
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-weight: lighter;
		font-size: 28pt;
		/*margin-top: 6pt;*/
		/*margin-bottom: 8pt;*/
		line-height: 30pt;
		color: #51534A;
	}

	p.SageAdditionalInfoLine1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		line-height: 14pt;
		margin-top: 40pt;
		margin-left: 0.2em;
		color: #51534A;
	}

	p.SageAdditionalInfoLine2
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		margin-top: 0pt;
		margin-left: 0.2em;
		line-height: 14pt;
		color: #51534A;
	}

	span.SageTitleSubscript
	{
		font-size: 16pt;
	}

	/* END TITLE PAGE STYLES */

	div.welcome,
	div.welcome1,
	div.welcome2,
	div.welcome3,
	div.moreInformation,
	div.learnMore,
	div.otherResources,
	div.relatedTopics
	{
		display: none;
		width: 0px;
		float: none;
		clear: both;
		mc-conditions: 'Master.ScreenOnly';
		mc-exclude-action: 'remove';
	}

	div.beforeYouStart,
	div.nextSteps
	{
		background-color: none;
		border: none;
		padding: 5px 6px 5px 0px;
	}

	div.note,
	div.example,
	div.tip,
	div.important,
	div.warning,
	div.caution
	{
		background-image: none;
		padding: 5px 6px;
	}

	p
	{
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
		column-break-inside: avoid;
	}

	p.break
	{
		page-break-after: always;
	}

	p.taskintro
	{
		font-weight: bold;
		margin-top: 12pt;
		page-break-after: avoid;
	}

	p.footer,
	p.footerPage
	{
		font-size: 10pt;
		padding: 3pt 0 0 0;
		margin: 0;
		color: #51534A;
	}

	p.footer
	{
		margin-left: 1.7em;
	}

	p.footerPage
	{
		float: right;
	}

	p.header
	{
		font-size: 10pt;
		padding: 0 0 3pt 0;
		margin: 0;
		color: #51534A;
	}

	p.TOC1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 14pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 12pt;
		margin-bottom: 4pt;
		page-break-after: avoid;
		mc-pagenum-display: all;
		color: #2A3456;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 6pt;
		margin-left: 0.25in;
	}

	p.TOC3
	{
		margin-left: 0.5in;
	}

	p.TOC2,
	p.TOC3
	{
		page-break-before: avoid;
	}

	p.IndexHeading
	{
		text-align: left;
		border-bottom: solid 1px #2B2421;
		font-size: 14pt;
		padding-top: 20px;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
	}

	p.Index2
	{
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.copyright
	{
		font-size: 9pt;
		margin-left: 0;
	}

	table div
	{
		page-break-inside: avoid;
	}

	MadCap|tocProxy
	{
		border: none;
	}

	MadCap|miniTOCProxy
	{
		margin-top: 1.5em;
		border: none;
	}

	p.miniTOC1
	{
		font-weight: normal;
	}

	MadCap|relatedTopics
	{
		mc-image-alt-text: none;
		color: #696969;
	}

	MadCap|dropDown.pageBreak
	{
		page-break-before: always;
	}

	MadCap|dropDownHead
	{
		mc-heading-level: 0;
		font-weight: bold;
		color: #2A3456;
		page-break-after: avoid;
	}

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

MadCap|breadcrumbsProxy
{
	border-top: none;
	border-bottom: 1px solid #f8f8f8;
	padding-top: 8px;
	padding-bottom: 9px;
}

div.helpContainer
{
	margin-top: 12px;
	padding-left: 5px;
	padding-right: 4px;
}

MadCap|topicToolbarProxy
{
	margin-top: -3px;
}

.footer
{
	padding-left: 5px;
	padding-right: 4px;
}

