/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	max-width: 90%;
	min-width: 300px;
	font-size: small;
	margin-left: 2em;
}

html.popup
{
	mc-master-page: url('../MasterPages/Popup.flmsp');
}

/********************anchors********************/

a
{
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: inherit;
}

a.More
{
	color: #0000FF;
	text-decoration: none;
}

a.Orientation
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	line-height: 140%;
	font-size: inherit;
}

a.Orientation:link
{
	color: #CE1141;
}

a.Orientation:visited
{
	color: #ce1141;
}

a.Popup
{
	mc-popup-width: 500px;
}

a.PopupSmall
{
	mc-popup-width: 330px;
	mc-popup-height: 200px;
}

a.rollover
{
	display: block;
	width: ? ?;
	height: ? ?;
	text-decoration: none;
	background: IMAGE ? ?;
}

a.rollover.hover
{
	background-position: ? ? ? px 0;
}

.displace
{
	position: absolute;
	left: -5000px;
}

/********************breadcrumb********************/

MadCap|breadcrumbsProxy
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #FFFFFF;
	font-size: inherit;
	mc-breadcrumbs-prefix: '';
	padding-bottom: .2em;
	mc-breadcrumbs-count: 4;
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
}

/********************headings********************/

h1
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 3em;
	color: #CE1141;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	clear: both;
	margin-bottom: 0.67em;
	max-width: 90%;
	min-width: 60%;
}

h2
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 2em;
	color: #CE1141;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0.67em;
	max-width: 90%;
	min-width: 60%;
}

h3
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 1.5em;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0.67em;
	max-width: 90%;
	min-width: 60%;
}

h4
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 1em;
	color: #CE1141;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.25em;
	max-width: 90%;
	min-width: 60%;
}

h5
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 1em;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.25em;
	max-width: 90%;
	min-width: 60%;
}

h6
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 0.75em;
	color: #CE1141;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.25em;
	max-width: 90%;
	min-width: 60%;
}

/********************horizontal rule********************/

hr
{
	display: block;
	border: 0;
	border-top: 1px solid #333333;
	margin: 1em 0;
	padding: 0;
	noshade: ;
}

/********************images********************/

img.Inline
{
	padding-right: 0.2em;
	padding-left: 0.2em;
	vertical-align: bottom;
	position: relative;
	top: -4px;
}

img
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img.Thumbnail_Image
{
	mc-thumbnail: popup;
	mc-open-image: none;
}

/********************images with captions **********/

p.Caption
{
	color: #CE1141;
	font-size: .75em;
	margin-bottom: 0em;
	font-weight: 600;
	margin-top: -0.75em;
}

/********************indents**********/

p.Aligned_to_Step
{
	font-size: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 7em;
}

p.Aligned_to_a_step
{
	font-size: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 10.5em;
}

p.Indent
{
	font-size: inherit;
	margin-left: 3.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p.Indent2
{
	font-size: inherit;
	margin-left: 7em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p.Indent3
{
	font-size: inherit;
	margin-left: 10.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p.Indent4
{
	font-size: inherit;
	margin-left: 14em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

blockquote
{
	margin-left: 80px;
}

/********************lists********************/

li
{
	orphans: 2;
	widows: 2;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

li.tight
{
	line-height: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol
{
	list-style-image: none;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 1.5em;
}

ul
{
	clear: both;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: 1em;
}

/********************paragraphs********************/

p
{
	line-height: 1.50em;
	font-size: inherit;
	margin: 0em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	max-width: 100%;
}

p.Example
{
	color: #CE1141;
	font-size: inherit;
	margin-bottom: 0.25em;
	line-height: 1.5em;
}

p.HeadingProcedure
{
	color: #171f69;
	font-size: inherit;
	font-weight: 600;
	margin-top: 12pt;
	margin-bottom: 6pt;
	text-decoration: underline;
	page-break-after: avoid;
}

p.MasterFooterImage
{
	text-align: right;
	border-top: solid 1px #333333;
	max-width: 100%;
	border-top-color: #333333;
	margin-right: 1em;
}

p.MasterFooterContact
{
	text-align: right;
	max-width: 100%;
	font-size: 7pt;
	color: #333333;
	text-indent: .5em;
	margin-right: 1em;
}

p.Note_Body
{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: .5em;
	max-width: 100%;
}

p.Syntax
{
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: "Courier New", Courier New, monospace;
	font-weight: bold;
}

p.Title
{
	color: #3d3d3d;
	font-size: 26pt;
	margin: 0;
}

p.very_small
{
	font-size: 4pt;
	margin-top: .5em;
	margin-bottom: 0em;
}

p.writer_note
{
	letter-spacing: 0.1em;
	background-color: #ffe4e1;
	padding: 1px;
	color: #ff0000;
	border: solid 1px #ff0000;
	text-align: right;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1em;
}

p.property_TOC
{
	line-height: 1em;
}

p.property_TOC20
{
	line-height: 1em;
	margin-left: 20px;
}

p.property_TOC40
{
	line-height: 1em;
	margin-left: 40px;
}

/********************notes, important, warning********************/

p.Note
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 28pt;
	text-indent: -28pt;
}

p.Note2
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 68pt;
	text-indent: -28pt;
}

p.Note3
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 92pt;
	text-indent: -28pt;
}

p.Note4
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 120pt;
	text-indent: -28pt;
}

p.Important
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 54pt;
	text-indent: -54pt;
}

p.Warning
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 46pt;
	text-indent: -46pt;
}

p.TableNote
{
	font-size: inherit;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 28pt;
	text-indent: -28pt;
}

/********************code********************/

code
{
	font-size: 1em;
}

p.Code
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code2
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 24pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code3
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 48pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code4
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 72pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code5
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 96pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code6
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 120pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code7
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 144pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code8
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 168pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code9
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 192pt;
	line-height: 1em;
	font-family: monospace;
}

p.Code10
{
	font-size: inherit;
	background-color: #F3F3F3;
	margin-bottom: 0pt;
	margin-left: 216pt;
	line-height: 1em;
	font-family: monospace;
}

/********************span********************/

span.italic
{
	font-style: italic;
}

span.bold
{
	font-weight: bold;
}

span.NoteHeading
{
	font-style: normal;
	color: #ce1141;
	font-weight: 700;
}

/********************tables********************/

table
{
	border-collapse: collapse;
	clear: both;
	max-width: 100%;
}

table.Code
{
	border-collapse: collapse;
	margin-left: 56px;
	border-color: #F3F3F3;
	border: solid 1em #F3F3F3;
	background-color: #F3F3F3;
}

th
{
	font-size: inherit;
	text-align: left;
}

/********************vertical text********************/

.svc_name
{
	float: left;
	color: #000000;
}

.svc_name .vertical
{
	display: block;
	writing-mode: tb-rl;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 8pt;
	white-space: nowrap;
}

MadCap|helpControlMenu
{
	background-color: #ffffff;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #333333;
}

MadCap|dropDown
{
	margin-bottom: 0.25em;
	margin-top: 0.2em;
	display: block;
	padding-bottom: .8em;
	padding-top: .8em;
	mc-closed-image: url('../Images/Other/arrow_right.png');
}

MadCap|dropDownHotspot
{
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: medium;
	color: #000000;
}

MadCap|dropDownHead
{
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
}

MadCap|dropDownBody
{
	margin-left: 1px;
}

MadCap|dropDownHead.Orientation
{
	color: #CE1141;
	font-size: inherit;
}

MadCap|relatedTopics
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: inherit;
	mc-image: none;
	color: #333333;
}

div.Note
{
	color: #000000;
	font-size: inherit;
	display: block;
	max-width: 100%;
	min-width: 60%;
	background-repeat: no-repeat;
	background-image: none;
	background-color: #f3f3f3;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	border-left-style: solid;
	border-left-width: 0.5em;
	border-left-color: #CE1141;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

div.Note_white
{
	color: #000000;
	font-size: inherit;
	display: block;
	max-width: 100%;
	min-width: 60%;
	background-repeat: no-repeat;
	background-image: none;
	background-color: #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	border-left-style: solid;
	border-left-width: 0.5em;
	border-left-color: #CE1141;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

p.Note_Heading
{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: .5em;
	font-weight: normal;
	font-size: medium;
	color: #CE1141;
}

MadCap|xref
{
	clear: both;
	display: inline;
}

/********************print styles********************/

@media print
{
	a:link
	{
		color: #0000ff;
	}

	a:visited
	{
		color: #800080;
	}

	a:hover
	{
		color: #ce1141;
	}

	body
	{
		font-size: 8pt;
		line-height: 13px;
		margin: 8px;
	}

	Div.GlossaryPageDefinition
	{
		color: #e1e1e1;
		font-size: 9pt;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #bed230;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #bed230;
		font-size: 11pt;
	}

	Div.GlossaryPageTerm
	{
		color: #bed230;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		background-color: transparent;
		color: #ce1141;
		font-family: 'Century Gothic';
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		mc-auto-number-class: ChapAutoNum;
		padding-left: 0px;
		padding-top: 0px;
		font-size: 24pt;
		mc-auto-number-format: 'CH:CHAPTER {chapnum}: ';
		letter-spacing: -1px;
		border-bottom-color: #3e3e3e;
		border-bottom: solid 1px;
		border-bottom-width: 1.5px;
	}

	h2
	{
		font-size: 14pt;
		font-weight: normal;
		line-height: 14pt;
		page-break-before: always;
	}

	h3
	{
		font-size: 12pt;
		font-weight: normal;
		line-height: 12pt;
		margin-bottom: 1em;
		color: #3e3e3e;
		margin-top: 1.5em;
	}

	h4
	{
		font-size: 10pt;
		font-weight: normal;
		line-height: 10pt;
		margin-top: 1.5em;
	}

	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}

	img.OneHundredPercent
	{
		max-width: 100%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	img.SeventyFivePercent
	{
		max-width: 75%;
	}

	img.SeventyFivePercentThumbnail
	{
		max-width: 75%;
	}

	li
	{
		orphans: 2;
		widows: 2;
		margin-bottom: 1.5em;
		margin-top: 0.5em;
		line-height: 1.5em;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #bed230;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top-width: 0px;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0px;
		border-top-style: none;
		border-top-color: #000000;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	ol
	{
		margin-bottom: 1em;
		clear: both;
		margin-top: 1em;
		margin-left: 0.25in;
	}

	ol.lower_alpha
	{
		list-style-type: lower-alpha;
		margin-left: 0.75in;
	}

	ol.lower_roman
	{
		list-style-type: lower-roman;
		margin-left: 1.25in;
	}

	ol.upper_alpha
	{
		list-style-type: upper-alpha;
		margin-left: 1.75in;
	}

	p
	{
		font-size: 8pt;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.DocDate
	{
		font-size: 11pt;
		color: #3d3d3d;
		font-weight: bold;
		font-style: normal;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #f3f3f3;
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #f3f3f3;
		font-family: 'Century Gothic';
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: 'Century Gothic';
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #bed230;
		font-family: 'Century Gothic';
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: 'Century Gothic';
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MasterFooterContact
	{
		margin-right: 0em;
		margin-bottom: 0em;
		margin-top: 0em;
	}

	p.MiniTOC1
	{
		font-weight: normal;
		font-size: 8pt;
		line-height: 2em;
		text-transform: capitalize;
	}

	p.TableCaption
	{
		color: #f3f3f3;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TOC1
	{
		color: #ce1141;
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		page-break-after: avoid;
		mc-leader-format: '.';
		mc-pagenum-display: all;
	}

	p.TOC2
	{
		margin-bottom: 2px;
		margin-left: 0.25in;
		margin-top: 2px;
		font-size: 8pt;
		font-weight: normal;
	}

	p.TOC3
	{
		font-size: 8pt;
		margin-bottom: 2px;
		margin-top: 2px;
		font-weight: normal;
		margin-left: 0.5in;
	}

	p.TOC4
	{
		font-weight: normal;
		font-size: 8pt;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 0.75in;
	}

	p.TOCHeading
	{
		color: #3e3e3e;
		font-weight: normal;
		letter-spacing: -1px;
		margin: 0;
		mc-heading-level: 0;
		line-height: 24pt;
		font-size: 24pt;
		border-bottom: solid 1px;
		border-bottom-color: #3e3e3e;
		border-bottom-width: 1.5px;
	}

	span.ChapAutoNum
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		letter-spacing: -1px;
		font-size: 24pt;
	}

	span.FigureNum
	{
		color: #bed230;
		font-style: normal;
	}

	span.TableNum
	{
		color: #bed230;
		font-style: normal;
	}

	table
	{
		border-collapse: collapse;
		clear: both;
		max-width: 100%;
	}

	table.Code
	{
		border-collapse: collapse;
		margin-left: 0px;
		border-color: #F3F3F3;
		border: solid 1em #F3F3F3;
		background-color: #F3F3F3;
	}

	th
	{
		font-size: inherit;
		white-space: nowrap;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		margin-left: 0.25in;
	}

	ul.disc
	{
		margin-left: 0.5in;
		list-style-type: disc;
	}

	ul.circle
	{
		margin-left: 0.5in;
		list-style-type: circle;
	}

	ul.square
	{
		margin-left: 0.5in;
		list-style-type: square;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: inherit;
		mc-breadcrumbs-prefix: '';
		display: block;
		mc-page-number-format: lower-alpha;
		mc-page-number-start-value: 1;
		mc-pagenum-display: all;
		mc-printer-page-footer-margin: 1em;
		mc-printer-page-header-margin: 1em;
		mc-printer-page-margin-bottom: 1em;
		mc-printer-page-margin-left: 1em;
		mc-printer-page-margin-right: 1em;
		mc-printer-page-margin-top: 1em;
		mc-breadcrumbs-count: 4;
		border-bottom-style: solid;
	}

	p.Code
	{
		mc-hyphenate: never;
	}

	p.Code2
	{
		mc-hyphenate: never;
	}

	p.Code3
	{
		mc-hyphenate: never;
	}

	p.Code4
	{
		mc-hyphenate: never;
	}

	p.Code5
	{
		mc-hyphenate: never;
	}

	p.Code6
	{
		mc-hyphenate: never;
	}

	p.Code7
	{
		mc-hyphenate: never;
	}

	p.Code8
	{
		mc-hyphenate: never;
	}

	p.Code9
	{
		mc-hyphenate: never;
	}

	p.Code10
	{
		mc-hyphenate: never;
	}
}

