/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

html
{
	mc-master-page: url('../MasterPages/Normal.flmsp');
}

html.startPage
{
	mc-master-page: url('../MasterPages/Start.flmsp');
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

html.startPage h2
{
	border-bottom: #0097A9 1px solid;
}

/* end */

div.startPage
{
	background-color: #ffffff;
	filter: alpha(opacity=95);
	opacity: 0.95;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #0097A9;
	border-width: 1px;
	border-style: solid;
	width: 85%;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
}

body
{
	margin: 4px 16px;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 75%;
	line-height: 150%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
}

h1,
h2,
h3
{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #0097A9;
	margin-left: 0em;
	margin-right: 0em;
}

h1
{
	line-height: 150%;
	font-size: 1.75em;
	margin-top: .3em;
	margin-bottom: .7em;
}

h2
{
	font-size: 1.5em;
	line-height: 120%;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	font-family: Open Sans, Arial, sans-serif;
}

h3
{
	font-size: 1.25em;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: .7em;
}

h2.Fields
{
	mc-auto-number-format: 'Fields';
	mc-heading-level: 0;
}

h2.Buttons
{
	mc-auto-number-format: 'Buttons';
	mc-heading-level: 0;
}

h2.Procedures
{
	mc-auto-number-format: 'Procedures';
	mc-heading-level: 0;
}

h3.Buttons
{
	mc-auto-number-format: 'Buttons';
	mc-heading-level: 0;
}

h3.Fields
{
	mc-auto-number-format: 'Fields';
	mc-heading-level: 0;
}

h2.Reports
{
	mc-auto-number-format: 'Report Criteria';
	mc-heading-level: 0;
}

h3.Reports
{
	mc-auto-number-format: 'Report Criteria';
	mc-heading-level: 0;
}

h4,
h5,
h6
{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
	font-size: 1em;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: .7em;
	mc-heading-level: 0;
}

h4
{
	color: #007b8b;
}

h5
{
	color: #7d8036;
}

h6
{
	color: #4b4F54;
}

h1.FrontMatterTitle,
h1.ChapterTitle,
h1.TOCTitle,
h1.EndMatterTitle,
h1.AppendixTitle
{
	line-height: 150%;
	font-weight: bold;
	font-size: 1.75em;
	margin-top: .3em;
	margin-bottom: .7em;
}

hr
{
	border-style: none;
	border-bottom: solid 1px #323e48;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

hr.heavy
{
	clear: both;
	border-bottom: solid 2px #323e48;
	height: 2px;
}

hr.light
{
	clear: both;
	border-bottom: solid 1px #e5e6e8;
	height: 2px;
}

p
{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

p.alignright
{
	text-align: right;
}

p.prerequisite
{
	background-repeat: no-repeat;
	background-image: url('../Images/styles/iconCheck.gif');
	padding-left: 20px;
	margin-left: 4px;
	margin-bottom: 4px;
	background-position: left top;
}

p.listintro,
p.taskintro
{
	font-weight: bold;
	margin-top: 1em;
}

p.MiniTOC1,
p.linkTopic,
p.linkHelp,
p.linkVideo,
p.linkPDF,
p.linkWeb
{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 4px;
	margin-bottom: 4px;
}

p.MiniTOC1,
p.linkTopic
{
	background-image: url('../Images/styles/iconTopic.gif');
}

p.linkHelp
{
	background-image: url('../Images/styles/iconHelp.gif');
}

p.linkVideo
{
	background-image: url('../Images/styles/iconVideo.gif');
}

p.linkPDF
{
	background-image: url('../Images/styles/iconPDF.gif');
}

p.linkWeb
{
	background-image: url('../Images/styles/iconWeb.gif');
}

p.menupath
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0em 0.8em;
	border: #4B4F54 1px solid;
	background-color: #a8aca1;
	background-position: left top;
	background-repeat: repeat-x;
	width: auto;
	overflow: auto;
}

div.moreInformation
{
	clear: right;
	float: right;
	width: 40%;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #a8aca1;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	background-image: url('../Images/styles/shadegray.gif');
	mc-auto-number-class: boxTitle;
	mc-auto-number-format: 'More information';
	display: block;
}

span.boxTitle
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #323e48;
	font-weight: bold;
	vertical-align: top;
	padding-left: 4px;
	margin-left: 0px;
	line-height: 26px;
}

p.note,
p.tip,
p.example
{
	margin: 0.5em 1em 0.5em 0em;
	padding: 0.3em 0;
	border-color: #8e8f89;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	width: auto;
	mc-auto-number-class: noteTitle;
	overflow: auto;
}

p.note
{
	mc-auto-number-format: 'Note: ';
}

p.tip
{
	mc-auto-number-format: 'Tip: ';
}

p.example
{
	mc-auto-number-format: 'Example: ';
}

p.caution,
p.important
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0.5em 0.8em;
	border: #e5e6e8 1px solid;
	background-color: #f5f6dd;
	background-position: left top;
	background-repeat: repeat-x;
	width: auto;
	overflow: auto;
}

p.caution
{
	mc-auto-number-format: "Caution! ";
	mc-auto-number-class: cautionTitle;
	/*	text-indent: .75em;
	background: url('../Images/styles/IconRedOctagon.png') left top no-repeat;
	position: text-bottom;
	padding-left: 14px;*/
}

p.important
{
	mc-auto-number-format: "Important! ";
	mc-auto-number-class: importantTitle;
}

div.note,
div.notes,
div.tip,
div.tips,
div.example,
div.examples
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: -0.3em;
	border-color: #e5e6e8;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	mc-auto-number-class: noteTitle;
	width: auto;
	overflow: auto;
}

div.example
{
	mc-auto-number-format: 'Example: ';
}

div.examples
{
	mc-auto-number-format: 'Examples: ';
}

div.tip
{
	mc-auto-number-format: 'Tip: ';
}

div.tips
{
	mc-auto-number-format: 'Tips: ';
}

div.note
{
	mc-auto-number-format: 'Note: ';
}

div.notes
{
	mc-auto-number-format: 'Notes: ';
}

div.noteBorders
{
	margin-top: 0em;
	margin-bottom: 0em;
	border-color: #25282a;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	overflow: none;
	width: auto;
	page-break-inside: avoid;
}

div.caution,
div.important
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0em 0.8em;
	border: #e5e6e8 1px solid;
	background-color: #f5f6dd;
	width: auto;
	overflow: auto;
	page-break-inside: avoid;
}

div.important
{
	mc-auto-number-format: "Important!";
	mc-auto-number-class: importantTitle;
}

div.caution
{
	mc-auto-number-format: "Caution!";
	mc-auto-number-class: cautionTitle;
	/*	text-indent: .75em;
	background: url('../Images/styles/IconRedOctagon.png') left top no-repeat;
	position: text-bottom;
	padding-left: 14px;*/
}

span.noteTitle
{
	font-weight: bold;
	color: #1a5e66;
}

span.cautionTitle
{
	background-position: left;
	background-repeat: no-repeat;
	color: #963821;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
	margin-left: 0px;
	line-height: 120%;
}

span.importantTitle
{
	background-position: left;
	background-repeat: no-repeat;
	color: #712a19;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
	margin-left: 0px;
	line-height: 120%;
}

div.example span.noteTitle,
div.examples span.noteTitle,
div.tip span.noteTitle,
div.tips span.noteTitle,
div.note span.noteTitle,
div.notes span.noteTitle
{
	line-height: 200%;
}

div.important span.importantTitle,
div.caution span.cautionTitle
{
	display: block;
	vertical-align: middle;
}

span.importantTitle,
span.cautionTitle
{
	vertical-align: baseline;
	line-height: 120%;
}

td > p.note,
td > p.tip,
td > p.example,
td > div.note,
td > div.notes,
td > div.tip,
td > div.tips,
td > div.example,
td > div.examples
{
	background-color: transparent;
	background-image: none;
	border: 0 none;
	padding: 0;
	margin: 0;
}

td > p.important,
td > p.caution,
td > div.important,
td > div.caution
{
	background-color: transparent;
	background-image: none;
	border: 0 none;
	padding: 0;
	margin: 0;
}

div.glossaryhead
{
	font-size: 1.5em;
	font-weight: bold;
}

div.glossaryhead a
{
	text-decoration: none;
}

div.glossaryhead p
{
	background-color: #EEF0F0;
	border: 1px solid #C1D59F;
	padding: 0.5em;
	margin: 0.75em 0em;
}

div.glossarybody h2
{
	border-bottom: solid 1px #C0C0C0;
}

div.glossarybody MadCap|dropDown
{
	mc-open-image: none;
	mc-closed-image: none;
}

ul
{
	list-style-type: none;
	margin: 3px 0 3px 15px;
	padding: 0;
}

/* Level 2 unordered list */

ul > li
{
	background: url('../Images/styles/bullet_1.png') no-repeat top left;
	padding-left: 14px;
}

ul ul > li,
ol ul > li
{
	background: url('../Images/styles/bullet_2.png') left top no-repeat;
	padding-left: 14px;
}

/*margin-bottom: 3px;*/
/* Level 3 unordered list */

ul ul,
ol ul
{
	margin-left: 3px;
}

/* adding identical rule for the following sublist - Flare is reporting a length database error */

ul ul ul > li,
ol ul ul > li,
ol ol ul > li
{
	background: url('../Images/styles/bullet_3.png') left top no-repeat;
	padding-left: 14px;
}

/* reset list-style-image for ordered lists*/

ul ol ul > li
{
	background: url('../Images/styles/bullet_3.png') left top no-repeat;
	padding-left: 14px;
}

/*ul
{
	margin: 3px 0 3px 5px;
	padding-left: 15px;
}

ul > li
{
	list-style-type: none;
	text-indent: -1.75em;
	padding-left: 0; 
}

ul > li:before {
      /* For a round bullet */

/*content:'\2022';*/
/* For a square bullet */

/*     content:"\25A0     ";
      position: relative;
      color: #007b8b;
      font-size: 10px;
    }

ul ul > li:before,
ol ul > li:before
{

	  content:"\25A0     ";
      position: relative;
	  color: #999933;
      font-size: 10px;
}

ul ul,
ol ul
{
	margin-left: 12px;
}

ul ul ul > li:before,
ul ol ul > li:before,
ol ul ul > li:before,
ol ol ul > li:before
{
	  content:"\25A0     ";
      position: relative;
	  color: #383b3f;
      font-size: 10px;
}

/*{
    content: "•  ";
    color: #4b4F54;    
}*/

ol
{
	list-style-type: decimal;
	margin: 3px 0 3px 25px;
	padding: 0;
}

ol,
ul ol,
ol ol,
ul ul ol,
ul ol ol,
ol ol ol,
ol ul ol
{
	list-style-image: none;
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
	margin-left: 20px;
	margin-bottom: 3px;
}

/* lists that use a check mark instead of a bullet */

ol ol ol,
ul ul ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-roman;
}

/* lists that use a check box instead of a bullet */

ul.prerequisite
{
	list-style-type: none;
}

ul.prerequisite > li
{
	background: url('../Images/styles/iconCheck.gif') left top no-repeat;
	padding-left: 36px;
	text-indent: 0;
}

ul.prerequisite > li:before
{
	content: " ";
}

/* removes bullet from single item list */

ul.checklist
{
	list-style-type: none;
}

ul.checklist > li
{
	background: url('../Images/styles/checkBoxList.gif') left top no-repeat;
	padding-left: 36px;
	text-indent: 0;
}

ul.checklist > li:before
{
	content: " ";
}

ul.single_item > li
{
	background: none;
}

ul.single_item > li:before
{
	content: " ";
}

li,
li p,
ol p,
ul p,
ul div.MCDropDown,
ol div.MCDropDown,
li div.MCDropDown
{
	margin: 3px 0 3px 0;
	padding-left: 0px;
}

/* end */
/* GENERAL CHARACTER STYLES */
/* document or guide name */

td > ol,
td > ul,
td > ol ol,
td > ol ul,
td > ul ol,
td > ul ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

span.emphasis,
span.doc
{
	font-style: italic;
}

span.strongemphasis
{
	font-style: italic;
	font-weight: bold;
}

span.boldListItem
{
	font-weight: bold;
}

span.ui,
span.menu
{
	font-weight: bold;
	color: #383b3f;
}

span.key
{
	color: #0097a9;
}

span.input
{
	color: #0097a9;
}

span.term
{
	font-style: italic;
}

/* folder and file names */

span.code
{
	color: #323e48;
	font-family: monospace, sans-serif;
	font-size: 1.125em;
}

span.filename
{
	font-weight: bold;
	color: #323e48;
}

a,
a:link
{
	color: #0066cc;
	text-decoration: none;
}

MadCap|dropDown
{
	margin-bottom: 10px;
	mc-open-image: url('../Images/styles/dd_opened.gif');
	mc-closed-image: url('../Images/styles/dd_closed.gif');
	mc-image-position: left;
	mc-image-spacing: 4px;
}

MadCap|dropDown.access
{
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHead.access
{
	background-repeat: no-repeat;
	background-image: url('../Images/styles/win_access.gif');
	padding-left: 22px;
	margin-left: 0px;
	margin-bottom: 4px;
	background-position: left top;
}

MadCap|dropDownHead.note
{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
}

MadCap|dropDownHotspot:focus,
MadCap|dropDownHotspot:hover
{
	color: #675C53;
}

MadCap|dropDownBody
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	background-image: url('../Images/styles/dd_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom-style: dotted;
	border-bottom-color: #323e48;
	border-bottom-width: 1px;
}

MadCap|toggler
{
	mc-open-image: url('../Images/styles/dropDown_open.png');
	mc-closed-image: url('../Images/styles/dropDown_closed.png');
	mc-image-position: left;
	mc-image-spacing: 5px;
	text-decoration: none;
	color: #00338D;
}

MadCap|toggler:focus,
MadCap|toggler:hover
{
	color: #a28629;
}

MadCap|toggler.more
{
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|expandingBody
{
	color: #000000;
}

MadCap|expanding
{
	mc-image-spacing: 1px;
	mc-open-image: url('../Images/styles/arrow_left.gif');
	mc-closed-image: url('../Images/styles/arrow_right.gif');
}

MadCap|xref
{
	mc-format: '{para}';
	color: #0066cc;
	text-decoration: none;
}

MadCap|xref.moreInformation
{
	mc-format: 'For more information, see {para}.';
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #675C53;
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	font-family: Open Sans, Arial, sans-serif;
	font-size: 0.9em;
	color: #007b8b;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #323e48;
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-count: 10;
}

MadCap|miniTocProxy
{
	border: none;
	margin-top: 0em;
	padding-top: 0em;
	mc-toc-depth: 1;
	mc-output-support: all-online;
	color: #00338D;
}

MadCap|helpControlMenu
{
	background-color: #EEF0F0;
	border: solid 1px #C0C0C0;
	padding: 5px;
}

MadCap|helpControlMenuItem
{
	font-size: 1em;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #EEF0F0;
	color: #B5121B;
}

MadCap|conceptLink
{
	text-decoration: none;
	mc-label: 'See also';
	mc-image: url('../Images/styles/greenArrow.gif');
	mc-image-spacing: 5px;
}

MadCap|popupBody
{
	background-image: url('../Images/styles/shadeBrown.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}

MadCap|popupHead
{
	text-decoration: none;
	color: #00338D;
}

MadCap|popup:focus,
MadCap|popup:hover
{
	color: #675C53;
}

MadCap|relatedTopics
{
	text-decoration: none;
	mc-label: 'Related topics';
	mc-image: url('../Images/styles/related_topics.gif');
	mc-image-spacing: 5px;
	mc-help-control-display: list;
}

MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	color: #675C53;
}

td.MCKLinkBodyCell_Highlighted
{
	color: #000000;
	background-color: #BFE0D9;
}

div.MCKLinkBody
{
	background-image: url('../Images/styles/shadeGray.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	border-color: #BFE0D9;
	display: block;
}

body > pre.code
{
	width: auto;
	overflow: auto;
}

pre.code
{
	border: 1px dashed #4b4F54;
	margin: 4px 0px;
	padding: 4px;
	color: #675C53;
	font-family: monospace, sans-serif;
	font-size: 1.125em;
	line-height: 150%;
	background-image: url('../Images/styles/shadeBrown.gif');
	background-color: #faf6f5;
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	overflow: auto;
}

table
{
	font-size: 1em;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 10px;
	mc-caption-repeat: true;
	mc-caption-continuation: '(continued)';
}

caption
{
	text-align: center;
}

th
{
	vertical-align: top;
	text-align: left;
	margin-top: 4px;
}

td
{
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

body.feedback
{
	background-color: #FCFEFE;
}

div.feedbackBox
{
	width: 30em;
	clear: both;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 4px;
	border-style: solid;
	border-color: #4B4F54;
	border-width: 1px;
	background-image: url('../Images/styles/shadeGray.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	display: block;
}

form.feedbackHeading
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset
{
	display: inline;
}

input
{
	font-weight: normal;
	font-size: 1em;
}

input.feedbackbutton
{
	vertical-align: middle;
	background-color: #FFFFFF;
	border-color: #675C53;
	border-width: 1px;
	border-style: solid;
}

input.searchbox
{
	
}

textarea.feedbackbox
{
	font-size: 1em;
	font-weight: normal;
}

form.feedbackform
{
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img
{
	text-align: center;
	max-width: 100%;
}

img.border
{
	border: 1px solid #4b4f54;
}

@media print
{
	body
	{
		font-family: Open Sans, Arial, sans-serif;
		font-size: 10pt;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 16pt;
		color: #0097A9;
		margin: 27pt 0 9pt 0;
	}

	h2
	{
		page-break-after: avoid;
		page-break-before: avoid;
		font-size: 14pt;
		color: #0097A9;
		margin: 21pt 0 9pt 0;
	}

	h3
	{
		page-break-after: avoid;
		font-size: 12pt;
		color: #0097A9;
		margin: 15pt 0 9pt 0;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		margin: 15pt 0 9pt 0;
		color: #1a5e66;
	}

	h5
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #7d8036;
		margin: 15pt 0 9pt 0;
	}

	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #4b4F54;
		margin: 15pt 0 9pt 0;
	}

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		font-size: 24pt;
		margin: 0 0 20pt 0;
		color: #0097A9;
		border-bottom: 2.25pt solid #0097A9;
		mc-next-tag: p;
		mc-auto-number-format: '{ }';
		padding-bottom: 4pt;
		text-align: right;
	}

	h1.ChapterTitle
	{
		mc-auto-number-format: 'Chapter {chapnum}: ';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0in;
	}

	h1.EndMatterTitle
	{
		margin-left: 0in;
	}

	h1.AppendixTitle
	{
		mc-auto-number-format: 'Appendix {chapnum}: ';
	}

	p
	{
		text-align: left;
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
	}

	p.titleproduct1
	{
		font-weight: normal;
		font-size: 36pt;
		line-height: 37pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: 0pt;
		margin-bottom: 0pt;
		mc-hyphenate: never;
	}

	p.titleproduct2
	{
		font-weight: normal;
		font-size: 36pt;
		line-height: 40pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: .25in;
		margin-bottom: 0pt;
		mc-hyphenate: never;
	}

	p.titledocument
	{
		font-family: Open Sans, Arial, sans-serif;
		font-weight: normal;
		font-size: 36pt;
		line-height: 40pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: .25in;
		margin-bottom: 0pt;
	}

	p.title_image
	{
		line-height: .65in;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 24pt;
		margin-bottom: 6pt;
		margin-left: -1.25in;
		mc-pagenum-display: all;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 6pt;
		margin-left: -1.25in;
	}

	p.TOC3
	{
		margin-left: 0.25in;
	}

	p.IndexHeading
	{
		text-align: left;
		border-bottom: solid 1px #000000;
		font-size: 14pt;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
	}

	p.Index2
	{
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.break_page
	{
		line-height: 20pt;
		margin-top: 0pt;
		page-break-after: always;
	}

	p.copyright
	{
		font-size: 9pt;
		margin-left: 0;
	}

	p.footer
	{
		font-size: 9pt;
		padding: 3pt 0 0 0;
		margin: 0;
	}

	p.header
	{
		font-size: 9pt;
		padding: 0 0 3pt 0;
		margin: 0;
	}

	p.taskintro,
	p.listintro
	{
		margin-top: 12pt;
		page-break-after: avoid;
	}

	p.linkHelp,
	p.linkVideo,
	p.linkPDF,
	p.linkWeb
	{
		margin: 9pt 0 9pt 0;
	}

	li
	{
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
	}

	ol
	{
		margin-left: 0.23in;
	}

	ul
	{
		margin-left: 0;
	}

	ol ul,
	ul ol,
	ol ol,
	ul ul
	{
		margin-top: 9pt;
	}

	p.example,
	p.note,
	p.important,
	p.tip,
	p.warning
	{
		border-top: #909090 1px dotted;
		border-bottom: #909090 1px dotted;
		page-break-inside: avoid;
	}

	div.example,
	div.examples,
	div.note,
	div.notes,
	div.tip,
	div.tips,
	div.important,
	div.caution
	{
		border-top: #909090 1px dotted;
		border-bottom: #909090 1px dotted;
		page-break-inside: avoid;
		padding-bottom: 3pt;
	}

	table
	{
		width: 5.75in;
	}

	MadCap|toggler
	{
		mc-closed-image: none;
		mc-image-position: none;
		mc-open-image: none;
	}

	MadCap|toggler.more
	{
		color: #ffffff;
		font-size: 1pt;
	}

	MadCap|xref
	{
		mc-format: '{quote}{paratext}{quote} (page {page})';
	}

	MadCap|xref.IndexPageNumber
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page}';
	}

	MadCap|xref.TOCPageNumber
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page}';
	}

	MadCap|dropDown,
	MadCap|dropDownBody
	{
		mc-open-image: none;
		mc-closed-image: none;
		border: none;
		background-image: none;
	}

	MadCap|dropDownHead
	{
		font-size: 12pt;
		margin: 8pt 0 9pt 0;
	}

	MadCap|dropDownHead,
	MadCap|dropDownHead.whatsnew,
	MadCap|dropDownHead.access
	{
		background-image: none;
		padding-left: 0;
		page-break-after: avoid;
		page-break-before: avoid;
		font-size: 10pt;
		font-weight: bold;
		color: #0097A9;
	}

	MadCap|dropDownHead.note
	{
		font-size: 10pt;
	}

	MadCap|dropDownHead.faq
	{
		font-size: 10pt;
		color: #000000;
	}

	li MadCap|dropDownHead
	{
		font-weight: normal;
		margin: 3pt 0 3pt 0;
	}

	li MadCap|dropDownBody
	{
		margin-left: 0;
	}

	MadCap|tocProxy
	{
		border-top-width: 0px;
	}

	MadCap|indexProxy
	{
		border-top-style: none;
		border: none;
		border-top-width: 0px;
	}

	MadCap|indexProxy.PrintIndex
	{
		mc-column-count: 2;
	}

	MadCap|miniTocProxy
	{
		display: none;
	}

	a
	{
		text-decoration: none;
	}

	img
	{
		max-width: 515px;
	}
}

html
{
	mc-master-page: url('../MasterPages/Normal.flmsp');
}

html.startPage
{
	mc-master-page: url('../MasterPages/Start.flmsp');
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

html.startPage h2
{
	border-bottom: #0097A9 1px solid;
}

/* end */

div.startPage
{
	background-color: #ffffff;
	filter: alpha(opacity=95);
	opacity: 0.95;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #0097A9;
	border-width: 1px;
	border-style: solid;
	width: 85%;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
}

body
{
	margin: 4px 16px;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 75%;
	line-height: 150%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
}

h1,
h2,
h3
{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #0097A9;
	margin-left: 0em;
	margin-right: 0em;
}

h1
{
	line-height: 150%;
	font-size: 1.75em;
	margin-top: .3em;
	margin-bottom: .7em;
}

h2
{
	font-size: 1.5em;
	line-height: 120%;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	font-family: Open Sans, Arial, sans-serif;
}

h3
{
	font-size: 1.25em;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: .7em;
}

h2.Fields
{
	mc-auto-number-format: 'Fields';
	mc-heading-level: 0;
}

h2.Buttons
{
	mc-auto-number-format: 'Buttons';
	mc-heading-level: 0;
}

h3.Buttons
{
	mc-auto-number-format: 'Buttons';
	mc-heading-level: 0;
}

h3.Fields
{
	mc-auto-number-format: 'Fields';
	mc-heading-level: 0;
}

h2.Reports
{
	mc-auto-number-format: 'Report Criteria';
	mc-heading-level: 0;
}

h3.Reports
{
	mc-auto-number-format: 'Report Criteria';
	mc-heading-level: 0;
}

h4,
h5,
h6
{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
	font-size: 1em;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: .7em;
	mc-heading-level: 0;
}

h4
{
	color: #007b8b;
}

h5
{
	color: #7d8036;
}

h6
{
	color: #4b4F54;
}

h1.FrontMatterTitle,
h1.ChapterTitle,
h1.TOCTitle,
h1.EndMatterTitle,
h1.AppendixTitle
{
	line-height: 150%;
	font-weight: bold;
	font-size: 1.75em;
	margin-top: .3em;
	margin-bottom: .7em;
}

hr
{
	border-style: none;
	border-bottom: solid 1px #323e48;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

hr.heavy
{
	clear: both;
	border-bottom: solid 2px #323e48;
	height: 2px;
}

p
{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

p.alignright
{
	text-align: right;
}

p.prerequisite
{
	background-repeat: no-repeat;
	background-image: url('../Images/styles/iconCheck.gif');
	padding-left: 20px;
	margin-left: 4px;
	margin-bottom: 4px;
	background-position: left top;
}

p.listintro,
p.taskintro
{
	font-weight: bold;
	margin-top: 1em;
}

p.MiniTOC1,
p.linkTopic,
p.linkHelp,
p.linkVideo,
p.linkPDF,
p.linkWeb
{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 4px;
	margin-bottom: 4px;
}

p.MiniTOC1,
p.linkTopic
{
	background-image: url('../Images/styles/iconTopic.gif');
}

p.linkHelp
{
	background-image: url('../Images/styles/iconHelp.gif');
}

p.linkVideo
{
	background-image: url('../Images/styles/iconVideo.gif');
}

p.linkPDF
{
	background-image: url('../Images/styles/iconPDF.gif');
}

p.linkWeb
{
	background-image: url('../Images/styles/iconWeb.gif');
}

p.menupath
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0em 0.8em;
	border: #4B4F54 1px solid;
	background-color: #a8aca1;
	background-position: left top;
	background-repeat: repeat-x;
	width: auto;
	overflow: auto;
}

div.moreInformation
{
	clear: right;
	float: right;
	width: 40%;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #a8aca1;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	background-image: url('../Images/styles/shadegray.gif');
	mc-auto-number-class: boxTitle;
	mc-auto-number-format: 'More information';
	display: block;
}

span.boxTitle
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #323e48;
	font-weight: bold;
	vertical-align: top;
	padding-left: 4px;
	margin-left: 0px;
	line-height: 26px;
}

p.note,
p.tip,
p.example
{
	margin: 0.5em 1em 0.5em 0em;
	padding: 0.3em 0;
	border-color: #8e8f89;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	width: auto;
	mc-auto-number-class: noteTitle;
	overflow: auto;
}

p.note
{
	mc-auto-number-format: 'Note: ';
}

p.tip
{
	mc-auto-number-format: 'Tip: ';
}

p.example
{
	mc-auto-number-format: 'Example: ';
}

p.caution,
p.important
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0.5em 0.8em;
	border: #e5e6e8 1px solid;
	background-color: #f5f6dd;
	background-position: left top;
	background-repeat: repeat-x;
	width: auto;
	overflow: auto;
}

p.caution
{
	mc-auto-number-format: "Caution! ";
	mc-auto-number-class: cautionTitle;
	/*	text-indent: .75em;
	background: url('../Images/styles/IconRedOctagon.png') left top no-repeat;
	position: text-bottom;
	padding-left: 14px;*/
}

p.important
{
	mc-auto-number-format: "Important! ";
	mc-auto-number-class: importantTitle;
}

div.note,
div.notes,
div.tip,
div.tips,
div.example,
div.examples
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: -0.3em;
	border-color: #e5e6e8;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	mc-auto-number-class: noteTitle;
	width: auto;
	overflow: auto;
}

div.example
{
	mc-auto-number-format: 'Example: ';
}

div.examples
{
	mc-auto-number-format: 'Examples: ';
}

div.tip
{
	mc-auto-number-format: 'Tip: ';
}

div.tips
{
	mc-auto-number-format: 'Tips: ';
}

div.note
{
	mc-auto-number-format: 'Note: ';
}

div.notes
{
	mc-auto-number-format: 'Notes: ';
}

div.noteBorders
{
	margin-top: 0em;
	margin-bottom: 0em;
	border-color: #25282a;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	overflow: none;
	width: auto;
	page-break-inside: avoid;
}

div.caution,
div.important
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.4em 0.4em 0em 0.8em;
	border: #e5e6e8 1px solid;
	background-color: #f5f6dd;
	width: auto;
	overflow: auto;
	page-break-inside: avoid;
}

div.important
{
	mc-auto-number-format: "Important!";
	mc-auto-number-class: importantTitle;
}

div.caution
{
	mc-auto-number-format: "Caution!";
	mc-auto-number-class: cautionTitle;
	/*	text-indent: .75em;
	background: url('../Images/styles/IconRedOctagon.png') left top no-repeat;
	position: text-bottom;
	padding-left: 14px;*/
}

span.noteTitle
{
	font-weight: bold;
	color: #1a5e66;
}

span.cautionTitle
{
	background-position: left;
	background-repeat: no-repeat;
	color: #963821;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
	margin-left: 0px;
	line-height: 120%;
}

span.importantTitle
{
	background-position: left;
	background-repeat: no-repeat;
	color: #712a19;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
	margin-left: 0px;
	line-height: 120%;
}

div.example span.noteTitle,
div.examples span.noteTitle,
div.tip span.noteTitle,
div.tips span.noteTitle,
div.note span.noteTitle,
div.notes span.noteTitle
{
	line-height: 200%;
}

div.important span.importantTitle,
div.caution span.cautionTitle
{
	display: block;
	vertical-align: middle;
}

span.importantTitle,
span.cautionTitle
{
	vertical-align: baseline;
	line-height: 120%;
}

td > p.note,
td > p.tip,
td > p.example,
td > div.note,
td > div.notes,
td > div.tip,
td > div.tips,
td > div.example,
td > div.examples
{
	background-color: transparent;
	background-image: none;
	border: 0 none;
	padding: 0;
	margin: 0;
}

td > p.important,
td > p.caution,
td > div.important,
td > div.caution
{
	background-color: transparent;
	background-image: none;
	border: 0 none;
	padding: 0;
	margin: 0;
}

div.glossaryhead
{
	font-size: 1.5em;
	font-weight: bold;
}

div.glossaryhead a
{
	text-decoration: none;
}

div.glossaryhead p
{
	background-color: #EEF0F0;
	border: 1px solid #C1D59F;
	padding: 0.5em;
	margin: 0.75em 0em;
}

div.glossarybody h2
{
	border-bottom: solid 1px #C0C0C0;
}

div.glossarybody MadCap|dropDown
{
	mc-open-image: none;
	mc-closed-image: none;
}

ul
{
	list-style-type: none;
	margin: 3px 0 3px 15px;
	padding: 0;
}

/* Level 2 unordered list */

ul > li
{
	background: url('../Images/styles/bullet_1.png') no-repeat top left;
	padding-left: 14px;
}

ul ul > li,
ol ul > li
{
	background: url('../Images/styles/bullet_2.png') left top no-repeat;
	padding-left: 14px;
}

/*margin-bottom: 3px;*/
/* Level 3 unordered list */

ul ul,
ol ul
{
	margin-left: 3px;
}

/* adding identical rule for the following sublist - Flare is reporting a length database error */

ul ul ul > li,
ol ul ul > li,
ol ol ul > li
{
	background: url('../Images/styles/bullet_3.png') left top no-repeat;
	padding-left: 14px;
}

/* reset list-style-image for ordered lists*/

ul ol ul > li
{
	background: url('../Images/styles/bullet_3.png') left top no-repeat;
	padding-left: 14px;
}

/*ul
{
	margin: 3px 0 3px 5px;
	padding-left: 15px;
}

ul > li
{
	list-style-type: none;
	text-indent: -1.75em;
	padding-left: 0; 
}

ul > li:before {
      /* For a round bullet */

/*content:'\2022';*/
/* For a square bullet */

/*     content:"\25A0     ";
      position: relative;
      color: #007b8b;
      font-size: 10px;
    }

ul ul > li:before,
ol ul > li:before
{

	  content:"\25A0     ";
      position: relative;
	  color: #999933;
      font-size: 10px;
}

ul ul,
ol ul
{
	margin-left: 12px;
}

ul ul ul > li:before,
ul ol ul > li:before,
ol ul ul > li:before,
ol ol ul > li:before
{
	  content:"\25A0     ";
      position: relative;
	  color: #383b3f;
      font-size: 10px;
}

/*{
    content: "•  ";
    color: #4b4F54;    
}*/

ol
{
	list-style-type: decimal;
	margin: 3px 0 3px 25px;
	padding: 0;
}

ol,
ul ol,
ol ol,
ul ul ol,
ul ol ol,
ol ol ol,
ol ul ol
{
	list-style-image: none;
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
	margin-left: 20px;
	margin-bottom: 3px;
}

/* lists that use a check mark instead of a bullet */

ol ol ol,
ul ul ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-roman;
}

/* lists that use a check box instead of a bullet */

ul.prerequisite
{
	list-style-type: none;
}

ul.prerequisite > li
{
	background: url('../Images/styles/iconCheck.gif') left top no-repeat;
	padding-left: 36px;
	text-indent: 0;
}

ul.prerequisite > li:before
{
	content: " ";
}

/* removes bullet from single item list */

ul.checklist
{
	list-style-type: none;
}

ul.checklist > li
{
	background: url('../Images/styles/checkBoxList.gif') left top no-repeat;
	padding-left: 36px;
	text-indent: 0;
}

ul.checklist > li:before
{
	content: " ";
}

ul.single_item > li
{
	background: none;
}

ul.single_item > li:before
{
	content: " ";
}

li,
li p,
ol p,
ul p,
ul div.MCDropDown,
ol div.MCDropDown,
li div.MCDropDown
{
	margin: 3px 0 3px 0;
	padding-left: 0px;
}

/* end */
/* GENERAL CHARACTER STYLES */
/* document or guide name */

td > ol,
td > ul,
td > ol ol,
td > ol ul,
td > ul ol,
td > ul ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

span.emphasis,
span.doc
{
	font-style: italic;
}

span.strongemphasis
{
	font-style: italic;
	font-weight: bold;
}

span.boldListItem
{
	font-weight: bold;
}

span.ui,
span.menu
{
	font-weight: bold;
	color: #383b3f;
}

span.key
{
	color: #0097a9;
}

span.input
{
	color: #0097a9;
}

span.term
{
	font-style: italic;
}

/* folder and file names */

span.code
{
	color: #323e48;
	font-family: monospace, sans-serif;
	font-size: 1.125em;
}

span.filename
{
	font-weight: bold;
	color: #323e48;
}

a,
a:link
{
	color: #0066cc;
	text-decoration: none;
}

MadCap|dropDown
{
	margin-bottom: 10px;
	mc-open-image: url('../Images/styles/dd_opened.gif');
	mc-closed-image: url('../Images/styles/dd_closed.gif');
	mc-image-position: left;
	mc-image-spacing: 4px;
}

MadCap|dropDown.access
{
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHead.access
{
	background-repeat: no-repeat;
	background-image: url('../Images/styles/win_access.gif');
	padding-left: 22px;
	margin-left: 0px;
	margin-bottom: 4px;
	background-position: left top;
}

MadCap|dropDownHead.note
{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
}

MadCap|dropDownHotspot:focus,
MadCap|dropDownHotspot:hover
{
	color: #675C53;
}

MadCap|dropDownBody
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	background-image: url('../Images/styles/dd_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom-style: dotted;
	border-bottom-color: #323e48;
	border-bottom-width: 1px;
}

MadCap|toggler
{
	mc-open-image: url('../Images/styles/dropDown_open.png');
	mc-closed-image: url('../Images/styles/dropDown_closed.png');
	mc-image-position: left;
	mc-image-spacing: 5px;
	text-decoration: none;
	color: #00338D;
}

MadCap|toggler:focus,
MadCap|toggler:hover
{
	color: #a28629;
}

MadCap|toggler.more
{
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|expandingBody
{
	color: #000000;
}

MadCap|expanding
{
	mc-image-spacing: 1px;
	mc-open-image: url('../Images/styles/arrow_left.gif');
	mc-closed-image: url('../Images/styles/arrow_right.gif');
}

MadCap|xref
{
	mc-format: '{para}';
	color: #0066cc;
	text-decoration: none;
}

MadCap|xref.moreInformation
{
	mc-format: 'For more information, see {para}.';
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #675C53;
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	font-family: Open Sans, Arial, sans-serif;
	font-size: 0.9em;
	color: #007b8b;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #323e48;
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-count: 10;
}

MadCap|miniTocProxy
{
	border: none;
	margin-top: 0em;
	padding-top: 0em;
	mc-toc-depth: 1;
	mc-output-support: all-online;
	color: #00338D;
}

MadCap|helpControlMenu
{
	background-color: #EEF0F0;
	border: solid 1px #C0C0C0;
	padding: 5px;
}

MadCap|helpControlMenuItem
{
	font-size: 1em;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #EEF0F0;
	color: #B5121B;
}

MadCap|conceptLink
{
	text-decoration: none;
	mc-label: 'See also';
	mc-image: url('../Images/styles/greenArrow.gif');
	mc-image-spacing: 5px;
}

MadCap|popupBody
{
	background-image: url('../Images/styles/shadeBrown.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}

MadCap|popupHead
{
	text-decoration: none;
	color: #00338D;
}

MadCap|popup:focus,
MadCap|popup:hover
{
	color: #675C53;
}

MadCap|relatedTopics
{
	text-decoration: none;
	mc-label: 'Related topics';
	mc-image: url('../Images/styles/related_topics.gif');
	mc-image-spacing: 5px;
	mc-help-control-display: list;
}

MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	color: #675C53;
}

td.MCKLinkBodyCell_Highlighted
{
	color: #000000;
	background-color: #BFE0D9;
}

div.MCKLinkBody
{
	background-image: url('../Images/styles/shadeGray.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	border-color: #BFE0D9;
	display: block;
}

body > pre.code
{
	width: auto;
	overflow: auto;
}

pre.code
{
	border: 1px dashed #4b4F54;
	margin: 4px 0px;
	padding: 4px;
	color: #675C53;
	font-family: monospace, sans-serif;
	font-size: 1.125em;
	line-height: 150%;
	background-image: url('../Images/styles/shadeBrown.gif');
	background-color: #faf6f5;
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	overflow: auto;
}

table
{
	font-size: 1em;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 10px;
	mc-caption-repeat: true;
	mc-caption-continuation: '(continued)';
}

caption
{
	text-align: center;
}

th
{
	vertical-align: top;
	text-align: left;
	margin-top: 4px;
}

td
{
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

body.feedback
{
	background-color: #FCFEFE;
}

div.feedbackBox
{
	width: 30em;
	clear: both;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 4px;
	border-style: solid;
	border-color: #4B4F54;
	border-width: 1px;
	background-image: url('../Images/styles/shadeGray.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	display: block;
}

form.feedbackHeading
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset
{
	display: inline;
}

input
{
	font-weight: normal;
	font-size: 1em;
}

input.feedbackbutton
{
	vertical-align: middle;
	background-color: #FFFFFF;
	border-color: #675C53;
	border-width: 1px;
	border-style: solid;
}

input.searchbox
{
	
}

textarea.feedbackbox
{
	font-size: 1em;
	font-weight: normal;
}

form.feedbackform
{
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img
{
	text-align: center;
	max-width: 100%;
}

img.border
{
	border: 1px solid #4b4f54;
}

@media nolinkPDF
{
	body
	{
		font-family: Open Sans, Arial, sans-serif;
		font-size: 10pt;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 16pt;
		color: #0097A9;
		margin: 27pt 0 9pt 0;
	}

	h2
	{
		page-break-after: avoid;
		page-break-before: avoid;
		font-size: 14pt;
		color: #0097A9;
		margin: 21pt 0 9pt 0;
	}

	h3
	{
		page-break-after: avoid;
		font-size: 12pt;
		color: #0097A9;
		margin: 15pt 0 9pt 0;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		margin: 15pt 0 9pt 0;
		color: #1a5e66;
	}

	h5
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #7d8036;
		margin: 15pt 0 9pt 0;
	}

	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #4b4F54;
		margin: 15pt 0 9pt 0;
	}

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		font-size: 24pt;
		margin: 0 0 20pt 0;
		color: #0097A9;
		border-bottom: 2.25pt solid #0097A9;
		mc-next-tag: p;
		mc-auto-number-format: '{ }';
		padding-bottom: 4pt;
		text-align: right;
	}

	h1.ChapterTitle
	{
		mc-auto-number-format: 'Chapter {chapnum}: ';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0in;
	}

	h1.EndMatterTitle
	{
		margin-left: 0in;
	}

	h1.AppendixTitle
	{
		mc-auto-number-format: 'Appendix {chapnum}: ';
	}

	p
	{
		text-align: left;
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
	}

	p.titleproduct1
	{
		font-weight: normal;
		font-size: 36pt;
		line-height: 37pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: 0pt;
		margin-bottom: 0pt;
		mc-hyphenate: never;
	}

	p.titleproduct2
	{
		font-weight: normal;
		font-size: 36pt;
		line-height: 40pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: .25in;
		margin-bottom: 0pt;
		mc-hyphenate: never;
	}

	p.titledocument
	{
		font-family: Open Sans, Arial, sans-serif;
		font-weight: normal;
		font-size: 36pt;
		line-height: 40pt;
		color: #0097A9;
		mc-hyphenate: never;
		margin-top: .25in;
		margin-bottom: 0pt;
	}

	p.title_image
	{
		line-height: .65in;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 24pt;
		margin-bottom: 6pt;
		margin-left: -1.25in;
		mc-pagenum-display: all;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 6pt;
		margin-left: -1.25in;
	}

	p.TOC3
	{
		margin-left: 0.25in;
	}

	p.IndexHeading
	{
		text-align: left;
		border-bottom: solid 1px #000000;
		font-size: 14pt;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
	}

	p.Index2
	{
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.break_page
	{
		line-height: 20pt;
		margin-top: 0pt;
		page-break-after: always;
	}

	p.copyright
	{
		font-size: 9pt;
		margin-left: 0;
	}

	p.footer
	{
		font-size: 9pt;
		padding: 3pt 0 0 0;
		margin: 0;
	}

	p.header
	{
		font-size: 9pt;
		padding: 0 0 3pt 0;
		margin: 0;
	}

	p.taskintro,
	p.listintro
	{
		margin-top: 12pt;
		page-break-after: avoid;
	}

	p.linkHelp,
	p.linkVideo,
	p.linkPDF,
	p.linkWeb
	{
		margin: 9pt 0 9pt 0;
	}

	li
	{
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
	}

	ol
	{
		margin-left: 0.23in;
	}

	ul
	{
		margin-left: 0;
	}

	ol ul,
	ul ol,
	ol ol,
	ul ul
	{
		margin-top: 9pt;
	}

	p.example,
	p.note,
	p.important,
	p.tip,
	p.warning
	{
		border-top: #909090 1px dotted;
		border-bottom: #909090 1px dotted;
		page-break-inside: avoid;
	}

	div.example,
	div.examples,
	div.note,
	div.notes,
	div.tip,
	div.tips,
	div.important,
	div.caution
	{
		border-top: #909090 1px dotted;
		border-bottom: #909090 1px dotted;
		page-break-inside: avoid;
		padding-bottom: 3pt;
	}

	table
	{
		width: 5.75in;
	}

	MadCap|toggler
	{
		mc-closed-image: none;
		mc-image-position: none;
		mc-open-image: none;
	}

	a,
	a:link
	{
		color: #000000;
		text-decoration: none;
	}

	MadCap|toggler.more
	{
		color: #ffffff;
		font-size: 1pt;
	}

	MadCap|xref
	{
		mc-format: '{quote}{paratext}{quote} (page {page})';
	}

	MadCap|xref.IndexPageNumber
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page}';
	}

	MadCap|xref.TOCPageNumber
	{
		mc-format: 'See {quote}{paratext}{quote} on page {page}';
	}

	MadCap|dropDown,
	MadCap|dropDownBody
	{
		mc-open-image: none;
		mc-closed-image: none;
		border: none;
		background-image: none;
	}

	MadCap|dropDownHead
	{
		font-size: 12pt;
		margin: 8pt 0 9pt 0;
	}

	MadCap|dropDownHead,
	MadCap|dropDownHead.whatsnew,
	MadCap|dropDownHead.access
	{
		background-image: none;
		padding-left: 0;
		page-break-after: avoid;
		page-break-before: avoid;
		font-size: 10pt;
		font-weight: bold;
		color: #0097A9;
	}

	MadCap|dropDownHead.note
	{
		font-size: 10pt;
	}

	MadCap|dropDownHead.faq
	{
		font-size: 10pt;
		color: #000000;
	}

	li MadCap|dropDownHead
	{
		font-weight: normal;
		margin: 3pt 0 3pt 0;
	}

	li MadCap|dropDownBody
	{
		margin-left: 0;
	}

	MadCap|tocProxy
	{
		border-top-width: 0px;
	}

	MadCap|indexProxy
	{
		border-top-style: none;
		border: none;
		border-top-width: 0px;
	}

	MadCap|indexProxy.PrintIndex
	{
		mc-column-count: 2;
	}

	MadCap|miniTocProxy
	{
		display: none;
	}

	img
	{
		max-width: 515px;
	}
}

@media non-print
{
	img
	{
		max-width: 515px;
	}
}

a:visited
{
	color: #5D467E;
}

a:hover
{
	color: #675C53;
	text-decoration: underline;
}

img
{
	max-width: 515px;
}

@media only screen and (max-width: 767px)
{
	body
	{
		font-size: 85%;
		line-height: 100%;
		color: #333333;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: Open Sans, Arial, sans-serif;
		font-weight: bold;
		text-align: left;
		color: #333333;
		margin-left: 0em;
		margin-right: 0em;
	}

	h1
	{
		line-height: 100%;
		margin-top: .3em;
		margin-bottom: .7em;
		font-size: 1.5em;
	}

	h2
	{
		line-height: 100%;
		margin-top: 1.2em;
		margin-bottom: 0.5em;
		font-size: 1em;
	}

	h3
	{
		line-height: 100%;
		font-size: 1em;
	}

	h4,
	h5,
	h6
	{
		font-size: .75em;
		line-height: 100%;
	}

	h5
	{
		color: #000000;
	}

	h6
	{
		color: #000000;
	}

	h1.FrontMatterTitle,
	h1.ChapterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		line-height: 100%;
		font-weight: bold;
		font-size: 1.5em;
	}

	p
	{
		font-weight: normal;
		margin: 0 0 9px 0;
	}

	a.Mobile
	{
		
	}

	a.Mobile:link
	{
		
	}

	a.Mobile:visited
	{
		
	}

	ol.mobilelist
	{
		
	}

	a.Mobile:hover
	{
		
	}

	div.mobilelink
	{
		
	}
}

p.titleproduct2
{
	color: #0097a9;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 36pt;
}

p.titleproduct1
{
	color: #0097a9;
	font-size: 48pt;
	font-weight: normal;
	font-variant: normal;
	font-family: Open Sans, Arial, sans-serif;
}

p.titleproductwhite
{
	font-style: normal;
	color: #ffffff;
	font-size: 48pt;
	font-weight: normal;
	font-family: Open Sans, Arial, sans-serif;
	mc-hyphenate: never;
	mc-hyphenate-maximum-adjacent-line-count: 0;
	mc-heading-level: 0;
}

p.datetitle
{
	margin-top: 24px;
	font-size: 24pt;
	color: #0097a9;
}

