/*<meta />*/

@import url('https://fonts.googleapis.com/css?family=Poppins');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:focus
{
	outline: none;
}

body
{
	color: #404040;
	font-family: Poppins, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.7em;
}

a
{
	color: #2d82dc;
}

a:link
{
	color: #2d82dc;
}

a:visited
{
	color: #2d82dc;
}

a:hover
{
	color: #20b0e6;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #20b0e6;
}

div.content-container	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 70vh;
}

div.GlossaryPageDefinition
{
	
}

div.GlossaryPageHeading
{
	
}

div.GlossaryPageTerm
{
	
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #002d72;
	font-family: Poppins;
	padding-right: 5px;
	background-position: 4px 3px;
	page-break-inside: avoid;
	padding-bottom: 10px;
	mc-hyphenate: never;
	min-height: 70px;
	padding-top: 10px;
	height: auto;
	min-width: 300px;
	background-color: #D6EAFD;
	border: solid 2px #0D2E6E;
	padding-left: 50px;
	background-image: url('../images/note2smaller.png');
}

div.tip
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #002d72;
	font-family: Poppins;
	padding-right: 5px;
	background-position: 4px 3px;
	height: auto;
	padding-bottom: 17px;
	page-break-inside: avoid;
	mc-hyphenate: never;
	min-height: 70px;
	padding-top: 10px;
	background-color: #D6EAFD;
	border: solid 2px #0D2E6E;
	padding-left: 50px;
	background-image: url('../images/tip2smaller.png');
}

div.warning
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #002d72;
	font-family: Poppins;
	padding-right: 5px;
	background-position: 4px 3px;
	height: auto;
	padding-bottom: 17px;
	page-break-inside: avoid;
	mc-hyphenate: never;
	line-height: normal;
	min-height: 70px;
	padding-top: 10px;
	background-color: #D6EAFD;
	border: solid 2px #0D2E6E;
	padding-left: 50px;
	background-image: url('../images/warning2smaller.png');
}

div.example
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #002d72;
	font-family: Poppins;
	padding-right: 5px;
	padding-top: 5px;
	background-position: 4px 3px;
	page-break-inside: avoid;
	padding-bottom: 20px;
	position: relative;
	mc-hyphenate: never;
	min-height: 70px;
	background-color: #D6EAFD;
	border: solid 2px # #0D2E6E;
	padding-left: 50px;
	background-image: url('../images/example2smaller.png');
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #31b6f0}Note: {/color}{/b}';
}

.KeepWithNext
{
	page-break-after: avoid;
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../images/quotationmark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: Poppins;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)
{
	width: 20.5%;
	margin-left: 2%;
}

div.topic-layout > div:nth-child(2)	/*Menu Proxy container*/
{
	width: 75%;
	margin-bottom: 2%;
}

h1
{
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
	line-height: 110%;
	font-family: Poppins;
	page-break-before: avoid;
	page-break-after: avoid;
	color: #0D2E6E;
	font-size: 1.4em;
}

.templateTopic .buttons
{
	display: block !important;
}

h1.Appendix
{
	page-break-before: avoid;
	page-break-after: avoid;
}

h1.UserGuideBHeading
{
	page-break-before: avoid;
	page-break-after: avoid;
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	page-break-before: avoid;
	page-break-after: avoid;
	color: #0074c5;
	font-size: 1.2em;
}

h3
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-style: normal;
	page-break-before: avoid;
	page-break-after: avoid;
	color: #0074c5;
	font-size: 1em;
	font-weight: bold;
}

img
{
	border: none;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

img.img_1
{
	z-index: -2;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	margin-left: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #002D72;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #002D72;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #002D72;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #002D72;
	border-radius: 6px;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
	color: #002d72;
	mc-hyphenate: never;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: [%=GlobalProducts.ProductName%] > ';
	padding-right: 15px;
	padding-left: 15px;
	left: 15px;
	right: 15px;
	font-size: 1em;
	mc-breadcrumbs-count: 10;
	font-family: Poppins;
	color: #f88400;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../images/dropdownclosed.png');
	mc-open-image: url('../images/dropdownopen.png');
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../images/dropdownclosedsecondlevel.png');
	mc-open-image: url('../images/dropdownopensecondlevel.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #20b0e6;
	font-size: 0.9em;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0;
}

MadCap|dropDownHead
{
	font-family: Poppins;
	font-weight: bold;
	color: #0074c5;
	font-size: 1em;
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #0074c5;
	font-size: 1em;
}

MadCap|dropDownHotspot:hover
{
	color: #20b0e6;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|tocProxy
{
	
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	text-decoration: underline;
	mc-format: 'Related Topic {quote}{para}.{quote}';
}

MadCap|xref:hover
{
	color: #20b0e6;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol ol ol
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Poppins;
	mc-hyphenate: never;
	color: #0D2E6E;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.Copyright
{
	font-family: Poppins;
	margin: 0px;
	margin-bottom: 0px;
	font-size: 18pt;
}

p.CopyrightAddress
{
	
}

p.CopyrightHeading
{
	
}

p.CreatedUsingFlare
{
	
}

p.EmptyPageText
{
	
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.Figure
{
	
}

p.FirstPageOfChapter
{
	
}

p.FrameFooterText
{
	
}

p.FrameFooterText2
{
	
}

p.GlossaryPrintHead
{
	
}

p.IndexHeading
{
	
}

p.IndexPrintHead
{
	
}

p.ManualTitle1
{
	
}

p.ManualTitle2
{
	
}

p.ManualVersionNumber
{
	
}

p.MiniTOC1
{
	
}

p.quotationname
{
	text-align: right;
}

p.TableCaption
{
	
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextHeadDark
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TOCHeading
{
	
}

span.Emphasis
{
	font-weight: bold;
}

span.FigureNum
{
	
}

span.SetOffFirstLevel
{
	color: #445879;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.TableNum
{
	
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

tr
{
	
}

ul ul ul
{
	list-style-type: circle;
}

ul ul ul
{
	list-style-type: square;
}

html.templateTopic div.sideContent
{
	display: none;
}

footer
{
	background: #255FB1;
	background-color: #255FB1;
	font-family: Poppins;
}

MadCap|topicToolbarProxy
{
	padding: 0px 15px;
}

h4
{
	color: #0D2E6E;
}

.title-bar-container
{
	display: none;
}

.NoPageBreak
{
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: avoid;
}

div.Row-4-4-4
{
	font-family: Poppins;
}

div.nopagebreak
{
	page-break-inside: avoid;
	widows: 2;
}

h2.whatsnewsidemenu
{
	font-size: 0.9em;
	text-decoration: underline;
	color: #0D2E6E;
}

html.tiletopics
{
	mc-master-page: url('../masterpages/onlinehelptiletopics.flmsp');
}

p.TOC1
{
	
}

p.TOC4
{
	font-size: 11pt;
	font-weight: normal;
	line-height: 32px;
}

@media print
{
	body
	{
		font-size: 8pt;
		line-height: 13px;
		margin: 8px;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #20b0e6;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #20b0e6;
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		color: #20b0e6;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 0;
		padding-top: 0;
		line-height: 110%;
		page-break-after: avoid;
		page-break-before: avoid;
		page-break-inside: avoid;
		color: #002D72;
		font-size: 18pt;
	}

	h1.SectionHeading
	{
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 0;
		padding-top: 0;
		page-break-after: avoid;
		page-break-before: avoid;
		font-size: 20pt;
		color: #002D72;
		line-height: 100%;
		font-weight: bold;
		page-break-inside: avoid;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'APPENDIX ';
		page-break-before: avoid;
		page-break-after: avoid;
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
		page-break-after: avoid;
	}

	h2
	{
		font-family: Poppins;
		page-break-before: always;
		font-weight: bold;
		line-height: normal;
		page-break-before: avoid;
		page-break-after: avoid;
		color: #0074c5;
		page-break-inside: avoid;
		font-size: 16pt;
	}

	h3
	{
		font-family: Poppins;
		line-height: normal;
		page-break-before: avoid;
		page-break-after: avoid;
		color: #0085ca;
		font-size: 14pt;
		mc-heading-level: 3;
		font-weight: bold;
	}

	h4
	{
		font-family: Poppins;
		mc-heading-level: 0;
		font-weight: bolder;
		font-size: 12pt;
		page-break-before: avoid;
		page-break-after: avoid;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
		color: #0074c5;
		font-size: 12pt;
	}

	MadCap|dropDownHotspot
	{
		font-size: 12pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #20b0e6;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: #404040;
		font-weight: normal;
		text-decoration: none;
		mc-format: 'Related Topic {quote}{para}{quote} {pageref}.';
	}

	MadCap|xref.IndexPageNumber
	{
		color: #20b0e6;
	}

	nav.tab-bar,
	div.sideContent
	{
		display: none;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		font-family: Poppins;
		line-height: 14pt;
		color: #696969;
		font-size: 12pt;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-family: Poppins;
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: Poppins;
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #3e3e3e;
		font-family: Poppins;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #3e3e3e;
		font-family: Poppins;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: Poppins;
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #20b0e6;
		font-family: Poppins;
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: Poppins;
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MiniTOC1
	{
		color: # #696969;
		font-size: 9pt;
		font-weight: normal;
	}

	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TOC1
	{
		margin-bottom: 6px;
		margin-top: 12px;
		line-height: normal;
		color: #696969;
		margin-left: 0pt;
		font-weight: bold;
		mc-leader-align: left;
		mc-leader-offset: 10pt;
	}

	p.TOC2
	{
		line-height: normal;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		color: #696969;
		margin-left: 20pt;
		mc-leader-align: left;
		mc-leader-offset: 10pt;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-bottom: 6px;
		color: #696969;
		line-height: normal;
		margin-top: 12px;
		margin-left: 40pt;
		mc-leader-align: left;
		mc-leader-offset: 10pt;
	}

	p.TOC4
	{
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		color: #696969;
		margin-left: 60;
		mc-leader-align: left;
		mc-leader-offset: 10pt;
		line-height: 32px;
	}

	p.TOCHeading
	{
		color: #002d72;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 34pt;
		margin: 0;
		mc-heading-level: 0;
		font-size: 20pt;
	}

	span.ChapAutoNum
	{
		color: #3e3e3e;
		font-family: Poppins;
		font-size: 90pt;
		letter-spacing: -1px;
	}

	span.FigureNum
	{
		color: #20b0e6;
		font-style: normal;
	}

	span.TableNum
	{
		color: #20b0e6;
		font-style: normal;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		list-style-image: url('../images/bullet1print.png');
		font-size: 12pt;
		line-height: 14pt;
	}

	ul.FirstLevelLessIndentation
	{
		list-style-image: url('../images/bullet1print.png');
		margin-left: 30px;
	}

	ul ul
	{
		list-style-image: url('../images/bullet2print.png');
		margin-left: 30px;
	}

	ol
	{
		font-size: 12pt;
		line-height: 14pt;
	}

	li
	{
		font-family: Poppins;
		line-height: 14pt;
		color: #696969;
		font-size: 12pt;
	}

	div.note
	{
		border-bottom-style: solid;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-radius: 6px;
		background-position: 4px 3px;
		line-height: 12pt;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		font-size: 10pt;
		color: #696969;
		background-color: transparent;
		border: solid 1px #696969;
		border-color: #696969;
		padding-top: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		min-height: 70px;
		height: 70px;
		padding-left: 50px;
		background-image: url('../images/note2smaller.png');
	}

	img.img_1
	{
		border-bottom-color: #002D72;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-left-color: #002D72;
		border-right-color: #002D72;
		border-top-color: #002D72;
		border-top-left-radius: 6px;
		border-radius: 6px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-top-right-radius: 6px;
	}

	div.nopagebreak
	{
		widows: 2;
		page-break-inside: avoid;
	}

	div.warning
	{
		border-bottom-style: solid;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-radius: 6px;
		background-position: 4px 3px;
		line-height: 12pt;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		font-size: 10pt;
		color: #696969;
		background-color: transparent;
		border: solid 1px #696969;
		border-color: #696969;
		padding-top: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		min-height: 70px;
		height: 70px;
		padding-left: 50px;
		background-image: url('../images/warning2smaller.png');
	}

	h1.whatsnewsidemenu
	{
		font-size: 22pt;
		text-decoration: none;
		page-break-after: avoid;
		page-break-before: avoid;
	}

	div.content-container
	{
		page-break-after: avoid;
	}

	h2.whatsnewsidemenu
	{
		color: #005eb8;
		font-size: 18pt;
		text-decoration: none;
		page-break-after: avoid;
		page-break-before: avoid;
	}

	div.tip
	{
		border-bottom-style: solid;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-radius: 6px;
		background-position: 4px 3px;
		line-height: 12pt;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		font-size: 10pt;
		color: #696969;
		background-color: transparent;
		border: solid 1px #696969;
		border-color: #696969;
		padding-top: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		min-height: 70px;
		height: 70px;
		padding-left: 50px;
	}

	div.example
	{
		border-bottom-style: solid;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-radius: 6px;
		background-position: 4px 3px;
		line-height: 12pt;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		font-size: 10pt;
		color: #696969;
		background-color: transparent;
		border: solid 1px #696969;
		border-color: #696969;
		padding-top: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		min-height: 70px;
		height: 70px;
		padding-left: 50px;
		background-image: url('../images/example2smaller.png');
	}

	MadCap|xref.TOCPageNumber
	{
		font-size: 11pt;
	}
}

img.Screenshot
{
	border: solid 2px #002d72;
}

ul.navigation ul.sub-menu
{
	border: 1px solid #002d72;
	border-radius: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

h1.whatsnewsidemenu
{
	text-decoration: underline;
	font-size: .9em;
	page-break-after: avoid;
	color: #0D2E6E;
}

.NoPageBreak
{
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: avoid;
}

p.KeepWithNext
{
	page-break-after: avoid;
}

MadCap|xref.TOCPageNumber
{
	mc-format: '{quote}{para}{quote} {pageref}';
}

MadCap|xref.Home
{
	mc-format: '{color blue}{u}Home{/u}{/color}';
}

span.mc-variable.GlobalProducts\00002EProductName-Color
{
	color: #0d2e6e;
}

