@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

body,
p,
td,
th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 8px;
}

th
{
	page-break-inside: avoid;
}

/*start of Headings*/
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: '3dsweb', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #005386;
	margin-bottom: 16px;
}


h1
{
	font-size: 24pt;
}

h2
{
	font-size: 18pt;
}

h3
{
	font-size: 16pt;
}

h4
{
	font-size: 14pt;
	mc-auto-number-format: '';
	mc-heading-level: 0;
}

h5,
h6
{
	font-size: 12pt;
	mc-auto-number-format: '';
	mc-heading-level: 0;
}

/* headings for PDF */
@media print
{
	h1,h2,h3,h4,h5,h6
	{
		font-family: '3ds', Arial, Helvetica, sans-serif;
	}
	h1
	{
		mc-auto-number-format: 'GH:{n+} ';
	}

	h1.NoNumber
	{
		margin-bottom: 0;
		mc-heading-level: none;
		mc-auto-number-format: '';
	}

	h2
	{
		mc-auto-number-format: 'GH:{n}.{n+} ';
	}

	h3
	{
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	}

	h4.NoNumber
	{
		margin-top: 0;
		font-size: 14pt;
		mc-auto-number-format: '';
	}
}
/*end of Headings*/

.Strong
{
	font-weight: bold;
}

.Info,
.Warning,
.CodeListing,
.CodeListingDark,
.InfoIndented,
.WarningIndented
{
	padding: 10px;
	padding-left: 35px;
	height: auto;
	font-size: 12pt;
	border-radius: 4px;
	border-left: 5px solid;
	color: #3D3D3D;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
	display: block;
	page-break-inside: avoid;
}

.Info,
.Warning,
.CodeListing,
.CodeListingDark
{
	margin: 5px 0;
}

.InfoIndented
{
	margin: 5px 25px;
}

.Info,
.InfoIndented
{
	background: #f2f5f7 url(ico_info.svg) 8px 8px no-repeat;
	border-color: #00b8de;
}

.Warning,
.WarningIndented
{
	background: #fff3e9 url(ico_warning.svg) 8px 8px no-repeat;
	border-color: #e87b00;
}

.InfoIndented,
.WarningIndented
{
	margin: 5px 25px;
}

.CodeListing,
.CodeListingDark
{
	border-color: #D1D4D4;
	padding: 10px;
	line-height: 12pt;
}

.CodeListing
{
	background-color: #F9F9F9;
	border-color: #D1D4D4;
}

.CodeListingDark
{
	background-color: #3D3D3D;
	color: #F2F2F2;
}

.MachineType, .CodeListing, .CodeListingDark, .MachineTypeBlue, .MachineTypeDarkCyan, .MachineTypeDarkRed, .MachineTypeGrayed, .MachineTypeGreen, .KeyPhrase
{
	font-family: "Consolas", monospace;
	font-size: 10pt;
}

.MachineTypeBlue, .BlueHighlight 
{
	color: #002596;
}

.MachineTypeDarkCyan, .DarkCyanHighlight
{
	color: #00B8DE;
}

.MachineTypeDarkRed, .DarkRedHighlight
{
	color: #CC092F;
}

.MachineTypeGrayed, .SubtleEmphasis
{
	color: #B4B6BA;
}

.MachineTypeGreen, .GreenHighlight
{
	color: #57B847;
}

.Highlight
{
	color: #EA4F37;
}

.KeyPhrase
{
	font-size: 90%;
	color: #fff;
	background-color: #3d3d3d;
	border-radius: 3px;
	padding: 2px 4px;
}

.footnote > *, .FootnoteText, .FootnoteText > *
{
	font-size: 8pt;
	color: black;
}

img.Diagram
{
	max-width: 550px;
	height: auto;
}

img
{
	max-width: 100%;
}

p.CaptionTable, p.CaptionFigure
{
	font-size: 9pt;
	text-align: center;
	padding-top: -10;
	page-break-before: avoid;
}

p.CaptionTable
{
	mc-auto-number-format: 'GT:Table {n+} ';
}

p.CaptionFigure
{
	mc-auto-number-format: 'GF:Figure {n+} ';
}

a:link { color: #368ec4; text-decoration: none; }
a:hover, a:focus { color: #368ec4; text-decoration: underline; }
a:hover { outline: 0; }
a:visited { color: #005686; }
a[target='_blank']:link
{
	padding-right: 18px;
	background: transparent url(ico_external.svg) 100% 0 no-repeat;
}

.IntenseEmphasis
{
	color: #368EC4;
	text-decoration: none;
}

.Emphasis
{
	font-style: italic;
}

.ExternalReference
{
	font-style: italic;
	font-weight: bold;
}

.Definition
{
	text-indent: -40px;
	margin-left: 40px;
}

ul,
ol
{
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 20px;
	margin-top: 6px;
}

ul
{
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: url(bullet.svg);
}

ul ul, ol ul
{
	list-style-image: url(bullet2.svg);
}

ol ol
{
	list-style-type: lower-alpha;
}

ul ul ul
{
	list-style-image: url(bullet3.svg);
}

ul li
{
	list-style-type: none;
}

.ListContinue
{
	margin-left: 20px;
}

.ListContinue2
{
	margin-left: 40px;
}

p.header
{
	font-family: '3ds', Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005386;
}

p.CopyrightNotice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	color: #808080;
	line-height: 50%;
	margin: 6px;
}

p.Footer
{
	font-family: '3ds', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #005386;
	font-size: 10pt;
	margin-top: 4px;
}

/* start of TOC */

p.TOCHeading
{
	font-family: '3ds', Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005386;
	font-size: 16pt;
	margin-bottom: 0;
	padding-bottom: 0;
	mc-auto-number-format: '';
}

MadCap|TOCProxy
{
	border-top-width: 0px;
	padding: 0;
	margin-top: 8;
}

p.TOC1,
p.TOC2,
p.TOC3,
p.TOC4,
p.TOC5
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	mc-leader-format: ' ';
	margin-top: 0;
	margin-bottom: 2;
}

p.TOC1
{
	font-size: 14pt;
}

p.TOC2,
p.TOC3,
p.TOC4,
p.TOC5
{
	font-size: 12pt;
}

p.Figure
{
	
}	

MadCap|listOfProxy
{
	border-width: 0;
	margin: 0;
	margin-top: 8;
	padding: 0;
}

p.ListOf
{
	mc-leader-format: ' ';
	margin: 0;
	margin-bottom: 2;
	padding: 0;
}

/* end of TOC */
/* start of Tables */
table
{
	width: 100%;
}
	
table.Apriso
{
	font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;
	border-style: Solid;
	border-width: 0px;
	border-color: #005386;
	border-bottom-width: 3px;
}

table td img
{
	max-width: auto;
}

@media print
{
	table.Apriso
	{
		margin-left: auto;
		margin-right: auto;
		align: center;
		width: 100%;
		table-layout: auto;
	}
	
	p.Figure
	{
		text-align: center;
		page-break-after: avoid;
	}
}

table.Apriso tr:first-child, tr.Header
{
	background-color: #005386;
	color: #ffffff;
	page-break-after: avoid;
}

table.Apriso td
{
	border-style: Solid;
	border-width: 0.4pt;
	border-color: #005386;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table.blank td
{
	border-width: 0px;
	text-align: left;
	vertical-align: top;
}

table.blank tr:first-child
{
	background-color: transparent;
	color: black;
}

/* end of Tables */

@font-face {
  font-family: '3dsweb';
  font-style: normal;
  font-weight: normal;
  src: url("../../../../../Start/fonts/DS_FY_Regular.eot");
  src: url("../../../../../Start/fonts/DS_FY_Regular.eot?#iefix") format("embedded-opentype"), url("../../../../../Start/fonts/DS_FY_Regular.woff") format("woff"), url("../../../../../Start/fonts/DS_FY_Regular.ttf") format("truetype"), url("../../../../../Start/fonts/DS_FY_Regular.svg#3dsregular") format("svg");
}

@font-face {
  font-family: '3dsweblight';
  font-style: normal;
  font-weight: normal;
  src: url("../../../../../Start/fonts/DS_FY_Light.eot");
  src: url("../../../../../Start/fonts/DS_FY_Light.eot?#iefix") format("embedded-opentype"), url("../../../../../Start/fonts/DS_FY_Light.woff") format("woff"), url("../../../../../Start/fonts/DS_FY_Light.ttf") format("truetype"), url("../../../../../Start/fonts/DS_FY_Light.svg#3dsregular") format("svg");
}

MadCap|xref
{
	mc-format: '{paranum}{paratext}';
	color: #368EC4;
	text-decoration: none;
}
MadCap|toggler
{
	mc-closed-image: url('drop_closed.png');
	mc-open-image: url('drop_open.png');
}

MadCap|dropDown
{
	mc-closed-image: url('drop_closed.png');
	mc-open-image: url('drop_open.png');
}

div.nobreak
{
	page-break-inside: avoid;
}
