/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #562F91;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Light: #d0d3d5;
	--RISA-blue: #005B94;
	--RISA-3D: #562F91;
	--RISA-3DLight: #77708F;
	--RISA-2D: #0089BE;
	--RISA-Floor: #BF3236;
	--RISA-Connection: #497875;
	--RISACalc: #006699;
	--RISAFoundation: #005FA8;
	--RISASection: #374775;
	--ADAPT-Builder: #1C204D;
	--ADAPT-BuilderPT: #073285;
	--ADAPT-PTRC: #3773B9;
	--ADAPT-Felt: #93311F;
	--ADAPT-ABI: #3A3087;
	--LinkUtilities: #58BE00;
}

body
{
	color: var(--Dark);
	padding: 2% 2%;
	font-size: 11pt;
	mc-hyphenate: never;
	font-family: Arial, Avenir, Myriad;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	mc-thumbnail-max-width: 500px;
	mc-thumbnail-max-height: auto;
}

p
{
	font-size: 1.0em;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.12em;
	margin: 1.0em 0;
}

p.created-using-flare
{
	text-transform: uppercase;
	font-weight: bolder;
}

/* Headings */

h1
{
	font-weight: bold;
	color: #562f91;
	font-size: 2.00em;
	font-family: Arial, Avenir, Myriad;
}

h2
{
	font-weight: bold;
	font-size: 1.50em;
	margin: 1em 0px 0.75em;
	font-family: Arial, Avenir, Myriad;
	background: transparent;
	color: var(--Dark);
}

h3
{
	font-weight: bold;
	font-size: 1.30em;
	margin: 1em 0px 0.83em;
	font-family: Arial, Avenir, Myriad;
	color: var(--Dark);
}

h4
{
	font-weight: bold;
	font-size: 1.20em;
	margin: 1.67em 0em 1em;
	font-family: Arial, Avenir, Myriad;
	color: var(--Dark);
}

h5
{
	font-weight: bold;
	font-size: 1.15em;
	margin: 1.86em 0em 1em;
	font-family: Arial, Avenir, Myriad;
	color: var(--Dark);
}

h6
{
	font-weight: bold;
	margin: 2em 0em 1em;
	font-family: Arial, Avenir, Myriad;
	color: var(--Dark);
	font-size: 1.05em;
}

/* Home page topic */

div.home-section
{
	padding: 3% 2%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:first-of-type	/*Removes padding-top of the first home-section*/
{
	padding: 0 2% 3%;
}

div.home-section:last-of-type	/*Removes bottom border of last home-section*/
{
	border-bottom: none;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

/*  Caution, Notes, Tips  */

div.caution
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/caution2.png');
	margin-bottom: 16px;
	margin-top: 16px;
	border: solid 1px #000;
	color: #000;
	mc-auto-number-format: '{b}Caution: {/b}';
	background-color: #fae9e8;
	font-family: Arial, Avenir, Myriad;
}

div.note
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #171717;
	mc-auto-number-format: '{b}Note: {/b}';
	background-image: url('../Images/note2.png');
	border: solid 1px #171717;
	margin-bottom: 16px;
	margin-top: 16px;
	background-color: #c7e5ff;
	font-family: Arial, Avenir, Myriad;
}

div.tip
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #171717;
	border: solid 1px #171717;
	margin-bottom: 16px;
	margin-top: 16px;
	background-color: #c7e5ff;
	background-image: url('../Images/tip2.png');
	mc-auto-number-format: '{b}Tip: {/b}';
	font-family: Arial, Avenir, Myriad;
}

div.example
{
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	background-color: #e5ebf5;
	border: solid 1px #9facb8;
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #9abe1d}Note: {/color}{/b}';
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/minus.png');
	mc-closed-image: url('../Images/plus.png');
	padding: 10px 0;
	border-bottom: none 2px #a9a9a9;
}

MadCap|dropDown.Example
{
	mc-open-image: url('../Images/minus.png');
	mc-closed-image: url('../Images/plus.png');
	margin-bottom: 10px;
	margin-top: 4px;
}

MadCap|dropDownBody
{
	padding: 6px 30px 0;
}

MadCap|dropDownBody.Example
{
	background-color: #d9edf7;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: solid 1px #0091c6;
	border-bottom: solid 1px #0091c6;
	border-top: solid 1px #0091c6;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 0.8em;
	border: none 0px transparent;
}

MadCap|dropDownHotspot.Example
{
	font-weight: normal;
	color: #0091c6;
}

MadCap|dropDownHotspot.Example:link
{
	color: #0091c6;
}

MadCap|dropDownHotspot.Example:hover
{
	color: #87ceeb;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
	font-size: 1.0em;
	font-family: Arial, Avenir, Myriad;
}

/* Master page */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #073285;
}

MadCap|dropDownHead
{
	border: none 0px;
	font-size: 1.15em;
	line-height: 1.26em;
	margin-bottom: 0px;
}

MadCap|dropDownHead.Example
{
	letter-spacing: 2px;
	font-size: 0.96em;
	mc-dita-type: p;
	color: #0091c6;
}

li
{
	margin-bottom: 0px;
	line-height: 1.18em;
	font-family: Arial, Avenir, Myriad;
	font-size: inherit;
}

div.QuickLinks-3-3-3-3	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.QuickLinks-3-3-3-3::before
{
	content: ' ';
	display: table;
}

div.QuickLinks-3-3-3-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.QuickLinks-3-3-3-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.QuickLinks-3-3-3-3 > div:nth-child(1)
{
	margin-left: 2%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(2)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(3)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(4)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 *
{
	text-align: center;
}

h2.h2TOC
{
	color: #ffffff;
	background: #a9a9a9;
}

ul
{
	
}

th
{
	font-size: 1.12em;
	font-family: Arial, Avenir, Myriad;
}

li.ProcedureNumbered
{
	font-family: Arial, Avenir, Myriad;
}

MadCap|codeSnippetBody
{
	font-family: ;
}

MadCap|conceptLink
{
	color: #562f91;
}

MadCap|glossaryTerm
{
	color: #562f91;
}

MadCap|keywordLink
{
	color: #562f91;
}

MadCap|pageFooter
{
	font-family: Arial, Avenir, Myriad;
	font-size: .90em;
}

MadCap|pageHeader
{
	font-family: Arial, Avenir, Myriad;
}

MadCap|popupHead
{
	color: #562f91;
}

MadCap|relatedTopics
{
	color: #562f91;
}

MadCap|relationshipsHeading
{
	font-size: 1.2em;
}

MadCap|relationshipsItem
{
	font-size: 1.0em;
}

MadCap|shortcut
{
	color: #562f91;
}

MadCap|toggler
{
	color: #562f91;
}

td
{
	font-family: Arial, Avenir, Myriad;
}

/*td p
{
	
}*/

td p.ClickToEnlargeImage-CENTER
{
	margin-bottom: 5px;
	margin-top: -9px;
	padding-left: 5px;
	padding-right: 5px;
	color: #006666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .72em;
	text-align: center;
	line-height: .80em;
}

td p.ClickToEnlargeImage-LEFT
{
	margin-bottom: 5px;
	margin-top: -9px;
	padding-left: 5px;
	padding-right: 5px;
	color: #006666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .72em;
	text-align: left;
	line-height: .80em;
}

li.BulletText
{
	font-size: inherit;
}

tr
{
	
}

tbody
{
	
}

div.TwoColumnRow-6-6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: solid 1px #171717;
	border-radius: 6px;
	padding: 4px;
	border: solid 0px #000000;
	margin-top: 0%;
}

div.TwoColumnRow-6-6::before
{
	content: ' ';
	display: table;
}

div.TwoColumnRow-6-6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TwoColumnRow-6-6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
	padding-bottom: 0%;
	/*	margin-left: 20px;
	margin-right: 20px; */
	display: inline-block;
}

div.TwoColumnRow-6-6 > div:nth-child(1)
{
	background: #f5f5f5;
	border: solid 1px #c0c0c0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-radius: 6px;
	text-align: left;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 1%;
	width: 50%;
	margin-left: 0%;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
}

div.TwoColumnRow-6-6 > div:nth-child(2)
{
	padding: 4px;
	border: solid 1px #c0c0c0;
	background: #f5f5f5;
	border-radius: 6px;
	text-align: left;
	display: block;
	height: auto;
	padding-bottom: 10px;
	margin-top: 0%;
	margin-bottom: 1%;
	width: 46%;
	margin-left: 20px;
	margin-right: 0px;
}

div.OneColumnRow	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
}

div.OneColumnRow::before
{
	content: ' ';
	display: table;
}

div.OneColumnRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.OneColumnRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 15px;
}

div.OneColumnRow > div:nth-child(1)
{
	background: #f5f5f5;
	border-radius: 6px;
	border: solid 1px #c0c0c0;
	text-align: left;
	margin-top: 0%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	margin-bottom: .25%;
	margin-right: 1%;
	padding-bottom: 20px;
	width: 98%;
	margin-left: 1%;
}

div.TwoLinkBlocksRow::before
{
	content: ' ';
	display: table;
}

div.TwoLinkBlocksRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TwoLinkBlocksRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 15px;
}

div.TwoLinkBlocksRow > div:nth-child(1)
{
	margin-right: 1%;
	background: #f5f5f5;
	text-align: left;
	vertical-align: top;
	border: solid 1px #c0c0c0;
	border-radius: 6px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: .25%;
	margin-left: 1%;
	padding-bottom: 20px;
	width: 48%;
	min-height: 180px;
}

div.TwoLinkBlocksRow > div:nth-child(2)
{
	margin-left: 1%;
	padding-top: 4px;
	border: solid 1px #c0c0c0;
	background: #f5f5f5;
	vertical-align: top;
	text-align: left;
	border-radius: 6px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: .25%;
	margin-right: 1%;
	width: 48%;
	padding-bottom: 20px;
	min-height: 180px;
	height: auto;
}

div.OneColumnRow > div:nth-child(2)
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0%;
}

div.SideBySideImagesText	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

div.SideBySideImagesText::before
{
	content: ' ';
	display: table;
}

div.SideBySideImagesText::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.SideBySideImagesText > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.SideBySideImagesText > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.SideBySideImagesText > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(2)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(3)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(4)
	{
		width: 24%;
		margin-left: 1%;
	}

	h1.ReleaseNotes
	{
		
	}

	div.TwoColumnRow-6-6 > div:nth-child(1)
	{
		width: 46%;
		margin-right: 10px;
	}

	div.TwoColumnRow-6-6 > div:nth-child(2)
	{
		margin-left: 10px;
	}

	div.TwoColumnRow-6-6 > div
	{
		
	}

	div.OneColumnRow > div:nth-child(1)
	{
		margin-bottom: .5%;
		margin-left: 1%;
		width: 98%;
	}

	div.OneColumnRow > div
	{
		
	}

	div.TwoLinkBlocksRow > div:nth-child(1)
	{
		margin-bottom: .5%;
		margin-left: .5%;
		width: 48.5%;
		min-height: 228px;
	}

	div.TwoLinkBlocksRow > div:nth-child(2)
	{
		margin-bottom: .5%;
		margin-left: .5%;
		width: 48.5%;
		min-height: 228px;
		height: auto;
	}

	div.SideBySideImagesText > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.SideBySideImagesText > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

/*MISC*/

p.TableTitle
{
	font-weight: bold;
	margin: 0px;
}

p.Example
{
	page-break-after: avoid;
	padding: 0;
	border: 0;
	letter-spacing: 2px;
	margin: 5px 0 0;
	color: #0091c6;
	font-weight: normal;
}

img.inline
{
	padding: 0px 2px;
	vertical-align: middle;
	max-height: 22px;
	max-width: auto;
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.TwoColumnRow-6-6 > div:nth-child(1)
	{
		height: auto;
		margin-bottom: 2%;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	div.TwoColumnRow-6-6 > div:nth-child(2)
	{
		height: auto;
		margin-bottom: 1%;
		width: 100%;
		margin-left: 0px;
	}

	div.OneColumnRow > div:nth-child(1)
	{
		margin-bottom: 1%;
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}

	div.OneColumnRow > div:nth-child(2)
	{
		width: 0;
	}

	div.OneColumnRow > div
	{
		margin-top: 0px;
		margin-bottom: 0%;
		margin-left: 0%;
		margin-right: 0%;
	}

	div.TwoLinkBlocksRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 1.5%;
		min-height: auto;
	}

	div.TwoLinkBlocksRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 1%;
		min-height: auto;
		height: auto;
	}

	div.TwoLinkBlocksRow
	{
		
	}

	div.TwoLinkBlocksRow > div
	{
		
	}

	div.inlineBlock
	{
		width: 100%;
	}

	div.SideBySideImagesText > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.SideBySideImagesText > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	.note
	{
		page-break-inside: avoid;
	}

	div.ImportantOrCaution
	{
		page-break-inside: avoid;
	}

	div.tip
	{
		page-break-inside: avoid;
		font-family: Arial;
	}

	img.Thumbnail
	{
		mc-thumbnail: none;
	}

	p.ClickToEnlargeImage-CENTER,
	p.ClickToEnlargeImage-LEFT td p.ClickToEnlargeImage-CENTER,
	td p.ClickToEnlargeImage-LEFT
	{
		visibility: hidden;
	}

	h1
	{
		padding: 0.25em;
		color: #562f91;
	}

	h2
	{
		background: transparent;
	}

	h5
	{
		color: #000000;
		mc-heading-level: 0;
	}

	h6
	{
		color: #000000;
	}

	h1.ManualTitle
	{
		color: #000;
		font-size: 24pt;
		mc-heading-level: 0;
	}

	body
	{
		font-family: serif;
		color: #000000;
	}

	p.FontSize90em
	{
		font-size: .90em;
	}

	p
	{
		font-family: Arial;
	}

	h2
	{
		color: #000000;
	}

	h3
	{
		color: #000000;
		mc-heading-level: 0;
	}

	h4
	{
		color: #000000;
		mc-heading-level: 0;
	}

	h6
	{
		color: #000000;
		mc-heading-level: 0;
	}

	li
	{
		font-family: Arial;
		font-size: 1.0em;
	}

	ul
	{
		
	}

	th
	{
		font-family: serif;
		font-size: 14pt;
	}

	div.note
	{
		font-family: Arial;
	}

	div.caution
	{
		font-family: Arial;
	}

	li.ProcedureNumbered
	{
		font-family: Arial;
	}

	MadCap|pageFooter
	{
		font-family: serif;
		font-size: 10pt;
	}

	MadCap|pageHeader
	{
		font-family: serif;
	}

	MadCap|relationshipsHeading
	{
		font-size: 14pt;
	}

	MadCap|relationshipsItem
	{
		font-size: 11pt;
	}

	MadCap|xref
	{
		font-family: serif;
	}

	td
	{
		font-family: serif;
	}

	/*	td p
	{
		
	}*/

	p.TableTitle
	{
		
	}

	p.ClickToEnlargeImage-LEFT
	{
		display: none;
	}

	p.ClickToEnlargeImage-CENTER
	{
		display: none;
	}

	li.BulletText
	{
		font-size: 1.0em;
	}
}

p.ClickToEnlargeImage-CENTER
{
	line-height: .80em;
	color: #006666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .72em;
	text-align: center;
	margin-top: -9px;
}

p.ClickToEnlargeImage-LEFT
{
	line-height: .80em;
	color: #006666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .72em;
	text-align: left;
	margin-top: -9px;
}

img.TableImage
{
	max-width: auto;
	mc-thumbnail-max-height: 100px;
	max-height: 100px;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

p.Indent40px
{
	font-size: 1.0em;
	line-height: 1.18em;
	margin-bottom: 12px;
	margin-top: 12px;
	text-indent: 40px;
}

div.Indent40px
{
	text-indent: 40px;
}

div.Indent20px
{
	text-indent: 20px;
}

h1.ReleaseNotes
{
	font-weight: bold;
	color: #ffffff;
	background: #a9a9a9;
	padding: 0.25em;
	font-size: 2.0em;
}

p.FontSize90em
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin: 0px;
	font-size: .90em;
	line-height: 1.25em;
}

table.PrintHeaderFooter
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-left: 0;
	margin-right: auto;
}

h1.ManualTitle
{
	font-weight: bold;
	font-size: 24pt;
	color: #000;
}

h1.TOCheading1
{
	font-weight: bold;
	font-size: 2.0em;
	font-family: Arial, Avenir, Myriad;
	text-align: left;
}

div.CenterDivInDiv	/*Use to Center divs on a page inside of the 'inlineBlock' div */
{
	text-align: center;
}

div.inlineBlock
{
	zoom: 1;
	/* IE Hack */
	display: inline-block;
	width: 98%;
}

li.noBulletListItem
{
	margin-bottom: 8px;
	margin-top: 8px;
	display: list-item;
	list-style-type: none;
}

p.Issue-header
{
	font-family: Arial, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.12em;
	margin: 1.12em 0;
	mc-auto-number-format: '{size .8em}{b}{color #fd1010}ISSUE:  {/color}{/b}{/size}';
	background-color: #f7dddd;
}

p.Resolution-header
{
	font-family: Arial, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.12em;
	margin: 1.12em 0;
	mc-auto-number-format: '{size 0.8em}{b}{color green}RESOLUTION:  {/color}{/b}{/size}';
	background-color: #e1fbce;
}

div.Format-Code
{
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	border: solid 1px #9facb8;
	background-color: #fffdde;
}

p.p-h2NotinTOC
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	font-size: 1.50em;
	font-weight: bold;
	background: transparent;
	display: block;
	margin: 1em 0px 0.75em;
}

p.p-h3NotinTOC
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	font-size: 1.30em;
	font-weight: bold;
	background: transparent;
	margin: 1em 0px 0.83em;
}

@media Release_Notes_Word
{
	li.BulletText
	{
		margin-top: 0px;
	}

	li.noBulletListItem
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	li.ProcedureNumbered
	{
		margin-top: 0px;
	}

	li
	{
		margin-top: 0px;
		color: #000000;
	}

	h4
	{
		color: #000000;
	}

	body
	{
		color: #000000;
	}

	h1
	{
		color: #000000;
	}

	MadCap|dropDownHotspot:link
	{
		color: #000000;
	}

	p.p-h2NotinTOC
	{
		color: #000000;
	}

	p.p-h3NotinTOC
	{
		color: #000000;
	}

	MadCap|dropDownHotspot:hover
	{
		color: var(--Dark);
	}

	h2
	{
		color: #000000;
	}

	h3
	{
		color: #000000;
	}

	h5
	{
		color: #000000;
	}

	h6
	{
		color: #000000;
	}

	:root
	{
		color: #000000;
	}
}

h1.Copyright
{
	font-weight: bold;
	font-size: 2.0em;
	font-family: Arial, Avenir, Myriad;
	text-align: left;
	mc-heading-level: 0;
}

