/*<meta />*/

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

:root
{
	--dark: #4e4e4e;
	--darker: #131313;
	--red: #d24541;
	--link: #045FAB;
	--note: #52859e;
	--tip: #6D9387;
	--warning: #b1717d;
}

html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	mc-language: en-us;
}

body
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	color: var(--darker);
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.45em;
	mc-hyphenate: never;
}

h1
{
	margin-top: 30px;
	font-weight: bold;
	color: var(--red);
	font-size: 28px;
	line-height: 28pt;
}

h2
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	margin-bottom: 11px;
	margin-top: 40px;
	font-size: 20px;
	color: var(--dark);
	border-bottom-color: var(--dark);
}

h1 + h2
{
	margin-top: 20px;
}

h3
{
	margin-bottom: 11px;
	font-weight: bold;
	margin-top: 16px;
	color: var(--red);
	font-size: 18px;
}

h4
{
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 15px;
	color: var(--dark);
	font-size: 16px;
}

h5
{
	margin-bottom: 11px;
	margin-top: 15px;
	color: var(--dark);
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

h6
{
	color: var(--red);
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 15px;
	font-size: 15px;
}

p
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}

p.bold
{
	font-weight: bold;
}

p.code
{
	font-family: 'Courier New';
	white-space: pre-wrap;
	overflow-wrap: break-word;
	padding-right: 10px;
}

p.figure
{
	font-weight: bold;
	font-style: italic;
	mc-auto-number-format: 'Figure {n+}: ';
	margin-bottom: 10pt;
	margin-top: 3pt;
	font-size: 12px;
	mc-hidden: hidden;
}

p.figureNoNumber
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10pt;
	margin-top: 3pt;
	font-size: 12px;
	mc-hidden: hidden;
}

p.FooterLeft
{
	text-align: left;
	white-space: nowrap;
	margin-bottom: 0px;
	margin-top: 0px;
	mc-hidden: hidden;
	font-size: 12px;
}

p.FooterRight
{
	text-align: right;
	white-space: nowrap;
	margin-bottom: 0px;
	margin-top: 0px;
	mc-hidden: hidden;
	font-size: 12px;
}

p.nospace
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.nowrap
{
	white-space: nowrap;
}

p.redLink
{
	color: var(--red);
	font-style: italic;
}

pre
{
	tab-size: 4;
	font-family: 'Courier New';
	white-space: pre-wrap;
}

pre.sampleBox1
{
	font-family: 'Courier New';
	tab-size: 4;
	border: solid 1px #000000;
	padding: 10px;
}

b
{
	font-weight: bold;
}

u
{
	text-decoration: underline;
}

i
{
	font-style: italic;
}

a
{
	color: var(--link);
}

b.spanRedBold
{
	font-weight: bold;
	color: var(--red);
}

a:link
{
	color: #045FAB;
	text-decoration: none;
}

a:visited
{
	color: #045FAB;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #045FAB;
}

a:active
{
	outline-color: transparent;
	color: #045FAB;
}

a.expandspot
{
	cursor: hand;
	font-weight: bold;
	font-style: italic;
	text-decoration: none none none;
}

ol	/* ol: numbered lists */
{
	list-style-image: none;
	list-style-type: decimal;
	margin-top: 12x;
	margin-bottom: 12px;
	margin-left: 30px;
	margin-right: 0px;
	padding-left: 0px;
}

ul	/* ul: bullet lists */
{
	list-style-type: disc;
	margin-top: 12x;
	margin-bottom: 12px;
	margin-left: 30px;
	margin-right: 0px;
	padding-left: 0px;
}

ol ol	/* second level numbered lists */
{
	list-style-type: lower-alpha;
}

ul ol
{
	list-style-type: decimal;
}

ul ul	/* second level bullet lists */
{
	list-style-type: circle;
}

ol ul
{
	list-style-type: disc;
}

ol ol ol	/* third level numbered lists */
{
	list-style-type: lower-roman;
}

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

ul ul ul	/* third level bullet lists */
{
	list-style-type: disc;
}

ol ul ul
{
	list-style-type: circle;
}

ul ol ul,
ol ol ul
{
	list-style-type: disc;
}

li	/* li: list items */
{
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-left: 0px;
	page-break-inside: avoid;
}

li.nospace,
li.nospace p
{
	margin-bottom: 3px;
	margin-top: 3px;
}

div.sub1
{
	margin-left: 20px;
	max-width: 95%;
}

div.sub2
{
	margin-left: 50px;
	max-width: 90%;
}

div.footer
{
	border-top-style: solid;
	border-top-length: 1px;
	border-top-color: #d9dfe3;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fcfcfc;
	background-image: url('../images/tile.png');
	background-repeat: repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

div.Note,
div.Tip,
div.Warning
{
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	vertical-align: top;
	display: block;
	border-style: solid;
	border-width: 1px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.Note
{
	background-image: url('../images/Note.png');
	border-color: var(--note);
	background-color: #f2f6f8;
	mc-image-alt-text: Note;
}

div.Tip
{
	background-image: url('../images/Tip.png');
	border-color: var(--tip);
	background-color: #f4f7f6;
	mc-closed-image-alt-text: Tip;
}

div.Warning
{
	background-image: url('../images/Warning.png');
	border-color: var(--warning);
	background-color: #f9f5f5;
	mc-closed-image-alt-text: Warning;
}

caption
{
	border: none 0px #000000;
	padding-top: 6px;
}

img
{
	mc-thumbnail-max-height: auto;
	mc-thumbnail: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	max-width: 100%;
}

img.Inline
{
	vertical-align: text-bottom;
}

img.image30px
{
	width: 30px;
}

MadCap|bodyProxy
{
	border: solid 1px #999999;
	margin: 0px;
	padding: 20px;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-count: 5;
	border-bottom-width: 1px;
	font-size: 13px;
	mc-breadcrumbs-prefix: ' ';
	background-color: #fcfcfc;
	margin-top: 0px;
	mc-breadcrumbs-divider: ' > ';
	font-weight: normal;
	background-image: url('../images/tile.png');
	background-repeat: repeat;
	border-bottom-color: #d9dfe3;
	padding: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	box-sizing: border-box;
}

MadCap|helpControlMenu
{
	border: solid 1px #a9a9a9;
}

MadCap|popup
{
	font-size: 13px;
}

MadCap|popupHead
{
	color: #00688b;
	font-weight: 600;
}

MadCap|popupBody
{
	background-color: #ffffff;
	border: solid 2px #000000;
	border-radius: 7px;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #0572ce;
	text-decoration: underline;
}

MadCap|toggler
{
	color: #7C7C7C;
	font-weight: bold;
	mc-image-spacing: 4px;
	mc-open-image: url('../images/Oracle/Arrow_Open_grey.png');
	mc-closed-image: url('../images/Oracle/Arrow_Closed_grey.png');
}

MadCap|toggler.subtoggler
{
	color: var(--red);
	font-style: italic;
	font-weight: normal;
	mc-closed-image: url('../images/Oracle/Arrow_Closed_red.png');
	mc-open-image: url('../images/Oracle/Arrow_Open_red.png');
}

MadCap|toggler.inlinetoggler
{
	color: var(--link);
	mc-image-spacing: 4px;
	font-weight: normal;
	font-style: normal;
	mc-open-image: url('../images/Oracle/Arrow_Open_blue.png');
	mc-closed-image: url('../images/Oracle/Arrow_Closed_blue.png');
}

MadCap|toggler.infoLink
{
	color: var(--link);
	mc-image-spacing: 4px;
	font-weight: normal;
	font-style: normal;
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|relatedTopics
{
	text-decoration: none;
	color: #145c93;
	mc-image-spacing: 5px;
	font: 13px;
	mc-image: url('../images/Oracle/stat_info_16.png');
	mc-label: '<MadCap:conditionalText MadCap:conditions="Default.ScreenOnly">Related Topics</MadCap:conditionalText>';
	mc-master-page: url('../masterPages/MasterPageWebsite.flmsp');
	height: 30px;
}

MadCap|relatedTopics:hover
{
	color: #045FAB;
}

MadCap|relatedTopics:focus
{
	text-decoration: underline;
	color: #454545;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	color: #ffffff;
	background-color: #0572ce;
}

MadCap|slideshow
{
	background-color: #dcdcdc;
	border: solid 2px #696969;
}

MadCap|xref
{
	color: #045FAB;
	font-size: 14px;
	mc-format: ;
}

MadCap|xref:focus
{
	color: #0572ce;
}

MadCap|xref:hover
{
	color: #2b579a;
}

hr
{
	mc-conditions: 'Default.ScreenOnly';
	border-bottom-color: #666666;
	border-right-color: transparent;
	border-top-color: transparent;
	height: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

tbody
{
	display: table-row-group;
}

thead
{
	display: table-header-group;
	text-align: center;
}

th
{
	font-weight: bold;
	background-color: #f2f4f7;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #aaaaaa;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

td p,
td h1,
td h2,
td h3,
td h4,
td h5,
td h6,
td div,
td ol,
td ul,
td li
{
	margin-top: 6px;
	margin-bottom: 6px;
}

div.green,
div.yellow,
div.mauve,
div.blue,
div.orange,
div.grey
{
	max-width: 100%;
	border: solid 1px #c0c0c0;
	display: block;
	margin: 0px;
}

div.green:hover
{
	background-color: #dce5e2;
}

div.yellow:hover
{
	background-color: #f8eecd;
}

div.mauve:hover
{
	background-color: #ecdee0;
}

div.blue:hover
{
	background-color: #d6e2e8;
}

div.orange:hover
{
	background-color: #f8e5da;
}

div.grey:hover
{
	background-color: #eaeaea;
}

div.Note p,
div.Tip p,
div.Warning p,
div.Note ol,
div.Tip ol,
div.Warning ol,
div.Note ul,
div.Tip ul,
div.Warning ul
{
	margin-top: 0px;
}

td div.Note,
td div.Tip,
td div.Warning
{
	background-color: transparent;
	border-top-style: solid;
	border-top-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-left: none;
	border-right: none;
}

td div.Note
{
	border-color: var(--note);
	background-image: url('../images/Note2.png');
}

td div.Tip
{
	border-color: var(--tip);
	background-image: url('../images/Tip2.png');
}

td div.Warning
{
	border-color: var(--warning);
	background-image: url('../images/Warning2.png');
}

textarea
{
	display: inline-block;
}

span.red_Italic
{
	color: var(--red);
	font-weight: normal;
	font-style: italic;
}

div.scroll
{
	overflow-y: scroll;
	height: 400px;
	width: auto;
	mc-hidden: hidden;
}

span.Red
{
	color: var(--red);
}

dt
{
	font-weight: bold;
}

blockquote
{
	margin-left: 20px;
	mc-hidden: hidden;
}

dl
{
	margin-left: 25px;
	margin-right: 0;
}

dd
{
	margin-left: 20px;
}

MadCap|codeSnippetBody
{
	font-family: 'Courier New';
}

code
{
	font-family: 'Courier New';
}

kbd
{
	font-family: 'Courier New';
	mc-hidden: hidden;
}

samp
{
	font-family: 'Courier New';
	mc-hidden: hidden;
}

tt
{
	font-family: 'Courier New';
	mc-hidden: hidden;
}

address,
div.GlossaryPageTerm,
div.green,
div.grey,
div.mauve,
div.orange,
div.yellow,
div.blue,
fieldset,
html.concept,
html.reference,
html.task,
html.topic,
MaCap|helpControlMenuItem,
MadCap|relationshipsHeading,
MadCap|relationshipsItem,
MadCap|relationshipsProxy,
MadCap|slideThumbnail,
span.boolean,
span.state,
abbr,
acronym,
big,
cite,
del,
em,
ins,
label,
q,
small,
var,
colgroup
{
	mc-hidden: hidden;
}

MadCap|xref.RelLinkPageNumber
{
	mc-format: '{paranumonly}';
}

div.columnContainer
{
	mc-hidden: hidden;
}

div.Column20percent
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 20%;
	mc-hidden: hidden;
}

div.Column25percent
{
	border: none 0px transparent;
	width: 25%;
	float: left;
	text-align: left;
	mc-hidden: hidden;
}

div.Column30percent
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 30%;
	mc-hidden: hidden;
}

div.Column33percent
{
	border: none 0px transparent;
	float: left;
	width: 33%;
	text-align: center;
	mc-hidden: hidden;
}

div.Column50percent
{
	border: none 0px transparent;
	float: left;
	width: 50%;
	text-align: left;
	mc-hidden: hidden;
}

div.Column60percent
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 60%;
	mc-hidden: hidden;
}

div.Column70percent
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 70%;
	mc-hidden: hidden;
}

div.Column75percent
{
	border: none 0px transparent;
	float: left;
	width: 75%;
	text-align: left;
	mc-hidden: hidden;
}

div.Column80percent
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 80%;
	mc-hidden: hidden;
}

div.bottomBorder
{
	float: left;
	clear: none;
	border-bottom-color: #696969;
	border-bottom: inset 1px #696969;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	mc-hidden: hidden;
}

div.ColumnSpacer
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	width: 20px;
	mc-hidden: hidden;
}

th.columnOne
{
	font-weight: bold;
	background-color: #f2f4f7;
	text-align: left;
	vertical-align: top;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #aaaaaa;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

p.strong-em
{
	font-weight: bold;
	font-style: italic;
}

div.Column
{
	border: none 0px transparent;
	float: left;
	text-align: left;
	mc-hidden: hidden;
}

div.content-container
{
	margin-left: 20px;
	padding-bottom: 100px;
	position: relative;
	width: 96%;
	mc-hidden: hidden;
}

tr.yellow
{
	background-color: #fffacd;
}

form
{
	mc-hidden: hidden;
}

ol ol ul
{
	
}

@media print
{
	img
	{
		page-break-inside: avoid;
		max-width: 7.5in;
	}

	img.Inline
	{
		mc-image-position: none;
	}

	MadCap|toggler.inlinetoggler
	{
		mc-closed-image: none;
		mc-open-image: none;
		mc-image-spacing: 0px;
		color: var(--darker);
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}

	MadCap|toggler
	{
		mc-image-spacing: 0px;
		mc-open-image: none;
		mc-closed-image: none;
		color: var(--red);
		font-size: 18px;
		page-break-after: avoid;
	}

	MadCap|toggler.inlinetogglerRight
	{
		mc-open-image: none;
		mc-image-spacing: 0px;
		mc-closed-image: none;
		color: var(--darker);
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}

	MadCap|toggler.subtoggler
	{
		font-weight: bold;
		mc-closed-image: none;
		mc-open-image: none;
		color: var(--dark);
		font-size: 16px;
		font-style: normal;
	}

	h1
	{
		margin-top: 0px;
	}

	p
	{
		page-break-inside: avoid;
	}

	body
	{
		color: var(--darker);
	}

	MadCap|toggler#navigate
	{
		color: var(--darker);
		font-size: 14px;
		font-weight: normal;
	}

	ol img,
	ul img,
	div.sub img
	{
		max-width: 7in;
	}

	ol img,
	ul img,
	div.sub1 img
	{
		max-width: 7in;
	}

	ol ol img,
	ul ol img,
	ul ul img,
	ol ul img
	{
		max-width: 6.5in;
	}

	ol ol ol img,
	ol ol ul img,
	ol ul ol img,
	ol ul ul img,
	ul ul ul img,
	ul ul ol img,
	ul ol ul img
	{
		max-width: 6in;
	}

	td
	{
		font-size: 90%;
	}
}

p.sub
{
	margin-left: 20px;
}

img.InlineSvg
{
	vertical-align: text-bottom;
	width: 18px;
}

