@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment." Comments are added throughout this stylesheet with the purpose of making the source code easier to understand. Comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

===========================================================================================================================================================*/

/*This stylesheet modifies General Styles affecting all pages that are not the Home Page. See StylesForHomePage.css to edit Home Page styles.*/

/*Please leave a comment below with the date and a brief description of the changes you made in the event we need to rollback to a previous version:

8/26/25: Updated a:link's text-decoration property to use underline value. Also updated MadCap|glossaryTerm with a text-decoration and set it to underline.
End of changes*/

body
{
	line-height: 1.7em;
	font-size: 1em;
	font-family: Poppins, Arial;
}

a
{
	color: #2d82dc;
}

a:link
{
	font-size:1em;
	color: #2978cc;
	text-decoration: underline;
}

a:visited
{
	color: #2d82dc;
}

a:hover
{
	color: #2d82dc;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #2d82dc;
}

code
{
	font-family: 'Courier New';
}

code.green
{
	color: #0E7C0E;
}

code.blue
{
	color: #2d82dc;
}

blockquote
{
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: none;
	border-left-color: #b3b3b3;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #b3b3b3;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #b3b3b3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 12px;
}

blockquote.name
{
	background-image: none;
	border-bottom-color: #b3b3b3;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 0;
	padding-bottom: 12px;
	padding-right: 35px;
	padding-top: 8px;
	text-align: right;
}

Div.GlossaryPageDefinition
{
	
}

Div.GlossaryPageHeading
{
	
}

Div.GlossaryPageTerm
{
	
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.TightContent
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

div#contentBody > div.row
{
	max-width: 62.5em;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	margin-bottom: 8px;
	margin-top: 20px;
	padding-bottom: 10px;
	mc-heading-level: 1;
	font-size: 1.5em;
	font-weight: bold;
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

h3
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.0em;
}

h4
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.0em;
}

img
{
	border: none;
}

.FiftyPercentMaxWidth
{
	max-width: 50%;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.ReduceButtonSize
{
	max-height: 18px;
	max-width: auto;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

b.asterisk
{
	color: #cc0000;
	font-size: 14pt;
}

/* - - These are the styles for code snippets - - */

p.code
{
	font-family: courier new;
	line-height: .75em;
	page-break-before: avoid;
	margin-left: 40px;
}

p.code_green
{
	font-family: courier new;
	color: #0E7C0E;
	line-height: .75em;
	page-break-before: avoid;
	margin-left: 40px;
}

p.CodeBlockHead
{
	background-color: #D3D3D3;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #a4ac67;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	page-break-after: avoid;
}

p.CodeBlock
{
	background-color: F2F2F2;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: courier new;
	line-height: .75em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

p.CodeBlockEnd
{
	background-color: F2F2F2;
	border-bottom-color: #a4ac67;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: courier new;
	line-height: .75em;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

/* - - These are the LST styles for Release Note icons and styles - - */

p.LST_RN_New
{
	font-weight: bold;
	background-position: 0px 9px;
	background-image: url('../Images/lst_new.png');
	background-repeat: no-repeat;
	margin-bottom: 0.12em;
	padding-left: 40px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
}

p.LST_RN_Fix
{
	font-weight: bold;
	background-position: 0px 9px;
	background-image: url('../Images/lst_ri.png');
	background-repeat: no-repeat;
	margin-bottom: 0.12em;
	padding-left: 40px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
}

p.LST_RN_KI
{
	font-weight: bold;
	background-position: 0px 9px;
	background-image: url('../Images/lst_ki.png');
	background-repeat: no-repeat;
	margin-bottom: 0.12em;
	padding-left: 40px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
}

p.LST_RN_Tip
{
	font-weight: bold;
	background-position: 0px 9px;
	background-image: url('../Images/lst_rn_tip.png');
	background-repeat: no-repeat;
	margin-bottom: 0.12em;
	padding-left: 40px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
}

p.LST_RN_VIDEO
{
	margin-bottom: 0.12em;
	background-position: 40px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_video.png');
	margin-top: .500em;
}

p.LST_RN_Description
{
	margin-bottom: 1em;
	margin-top: 0.12em;
	page-break-before: avoid;
	margin-left: 40px;
}

ul.LST_RN
{
	margin-left: 42px;
}

p.LST_RN_note
{
	margin-left: 40px;
	background-position: 0px 9px;
	background-image: url('../Images/lst_rn_tip.png');
	background-repeat: no-repeat;
	margin-bottom: 0.12em;
	padding-left: 40px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
}

/* - - These are the LST styles for Notes, Cautions, Video Links, Training, etc.. icons and styles - - */

p.LST_NOTE
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_tip.png');
	margin-top: .500em;
}

p.LST_CAUTION
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_caution.png');
	margin-top: .500em;
}

p.LST_VIDEO
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_video.png');
	margin-top: .500em;
}

p.LST_TOUR
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_tour.png');
	margin-top: .500em;
}

p.LST_TRAINING
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_train.png');
	margin-top: .500em;
}

p.LST_PDF
{
	margin-bottom: 0.12em;
	background-position: 0px 9px;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('../Images/lst_pdf.png');
	margin-top: .500em;
}

p.LST_check
{
	background-image: url('../Images/lst_check.png');
	background-repeat: no-repeat;
	background-position: center;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #888888;
	font-size: 0.8em;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: ' ';
}

/* - - These are the styles for dropdowns - - */

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-disabled: false;
	mc-closed-image: url('../Images/drop_down_closed.png');
	mc-open-image: url('../Images/drop_down_open.png');
	mc-image-spacing: 7px;
}

MadCap|dropDown.list1
{
	background-color: transparent;
	margin-left: 40px;
}

MadCap|dropDown.list2
{
	background-color: transparent;
	margin-left: 80px;
}

MadCap|dropDown.list3
{
	background-color: transparent;
	margin-left: 120px;
}

MadCap|dropDownBody
{
	mc-disabled: false;
	border-bottom: solid 1px #015ba9;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
}


MadCap|dropDownHead.H2
{
	mc-heading-level: 2;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

MadCap|dropDownHead.H3
{
	mc-heading-level: 3;
	margin-bottom: 4px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 1em;
}

MadCap|dropDownHotspot
{
	color: #404040;
	font-weight: normal;
	mc-disabled: false;
	font-size: 1em;
}


MadCap|dropDownHotspot:hover
{
	font-weight: bold;
	color: #015ba9;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|tocProxy
{
	
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #2d82dc;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol.LowerRoman
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

ol.LST_NOTE
{
	margin-left: 30px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

p.CreatedUsingFlare
{
	
}

p.EmptyPageText
{
	
}

p.Example
{
	background-color: #2d82dc;
	border-bottom-color: #a4ac67;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

p.ExampleHead
{
	background-color: #2d82dc;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #a4ac67;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 0px;
	margin-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	page-break-after: avoid;
}

p.ExampleMiddleSection
{
	background-color: #2d82dc;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

p.Figure
{
	
}

p.FirstPageOfChapter
{
	
}

p.FrameFooterText
{
	
}

p.FrameFooterText2
{
	
}

p.GlossaryPrintHead
{
	
}

p.IndexHeading
{
	
}

p.IndexPrintHead
{
	
}

p.ManualTitle1
{
	color: #000000;
	font-size: 36pt;
	font-family: 'Open Sans';
	text-align: right;
	padding: 7cm 1cm 0px 0px;
}

p.ManualTitle2
{
	color: #000000;
	font-family: 'Open Sans';
	font-size: 20pt;
	text-align: right;
	padding: 1px 1cm 0px 0px;
}

p.ManualVersionNumber
{
	
}

p.MiniTOC1
{
	
}

p.LST_Copyright
{
	font-size: .9em;
	margin-bottom: 2px;
	margin-top: 2px;
}

p.SeeAlso
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.0em;
}

p.SeeAlsoLinks
{
	margin-bottom: 2px;
	margin-top: 2px;
}

p.training
{
	margin-bottom: 0.12em;
	background-position: 1% 50%;
	background-repeat: no-repeat;
	page-break-after: avoid;
	font-weight: normal;
	font-style: normal;
	background-image: url('../Images/icon_present36.png');
	background-color: #004168;
	color: #ffffff;
	margin-top: 2.12em;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

p.TableCaption
{
	
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextHeadDark
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TOCHeading
{
	
}

span.Emphasis
{
	font-weight: bold;
}

span.FigureNum
{
	
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

span.TableNum
{
	
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

tr
{
	
}

ul
{
	
}

ul.FirstLevelLessIndentation
{
	margin-left: -10px;
}

ul.SecondLevel
{
	margin-left: -10px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

html.templateTopic div.sideContent
{
	display: none;
}

/* Home Page Topic Hero section*/

div.topichero
{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: auto;
	padding-bottom: 30px;
	background-image: url('../Images/BackgroundImage.png');
}

div.topichero h1
{
	font-size: 2.0em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.topichero h3
{
	font-size: 1.6em;
	margin-bottom: 80px;
	line-height: 100%;
}

.search,
.search-bar
{
	margin: 0 auto;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
}

ul.navigation > li > ul
{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

ul.navigation > li > a:after
{
	content: url('../Images/menu_option.png');
	padding-left: 6px;
}

/* Keep the header from scrolling off the page using absolute position  - this was added before Flare included the Fixed Header feature in the skin. We can probably remove this at some point but leaving for now.

.tab-bar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

 */

/* Add scroll bar to Body and absolute position to prevent body from scrolling behind header. */

.main-section
{
	overflow: auto;
	position: fixed;
	width: 100%;
	top: 75px;
	bottom: 0;
}

.tile-content{
	font-size: 1.125em;
    color: #2978cc;
}

span.SearchHighlight
{
	background-color: #fcec1c;
}

MadCap|glossaryTerm
{
	color: #2D8DCC;
	text-decoration: underline;
	mc-closed-image-alt-text: "";
	mc-open-image-alt-text: "";
}

img.THUMB
{
	mc-thumbnail: hover;
	height: auto;
	width: auto;
}

img.THUMB_List
{
	mc-thumbnail: hover;
	height: auto;
	width: auto;
	margin-left: 40px;
}

img.THUMB_Note
{
	mc-thumbnail: hover;
	height: auto;
	width: auto;
	margin-left: 48px;
}


/* Header height changes when media is used, adjust the top position of the body to match  
   Also need to change the width to match the skin settings in the target*/

@media screen and (max-width: 1278px)
{
	.main-section
	{
		overflow: auto;
		position: absolute;
		width: 100%;
		top: 104px;
		bottom: 0;
	}

	div#contentBody > div.row
	{
		/*max-width: 62.5em;*/
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media print
{
	body
	{
		margin: 8px;
	}

	div.topichero
	{
		display: none;
	}

	Div.GlossaryPageDefinition
	{
		color: #e1e1e1;
		font-size: 9pt;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #2d82dc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #bed230;
		font-size: 11pt;
	}

	Div.GlossaryPageTerm
	{
		color: #cd82dc;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div#contentBody > div.row
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
	}

	h1
	{
		border-bottom: none;
		margin-left: 0;
		padding-left: 0px;
		padding-top: 0px;
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 8px;
		mc-heading-level: 1;
		line-height: 24pt;
		page-break-after: avoid;
		page-break-before: avoid;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'APPENDIX ';
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
	}

	h2
	{
		font-size: 16pt;
		font-weight: bold;
		margin-top: 20px;
		page-break-before: inherit;
		widows: 1;
		page-break-after: avoid;
	}

	h3
	{
		font-size: 14pt;
		font-weight: bold;
	}

	h4
	{
		font-size: 14pt;
		font-weight: bold;
		line-height: 11pt;
		mc-heading-level: 4;
	}

	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}

	img.OneHundredPercent
	{
		max-width: 100%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	img.SeventyFivePercent
	{
		max-width: 75%;
	}

	img.SeventyFivePercentThumbnail
	{
		max-width: 75%;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #2d82dc;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top-width: 0px;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0px;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: #404040;
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #2d82dc;
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
	}

	ol.LowerAlpha
	{
		margin-left: 30px;
	}

	ol.LowerRoman
	{
		margin-left: 30px;
	}

	p
	{
		
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: 'Century Gothic';
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		margin-left: 1in;
		font-family: 'Open Sans';
		font-size: 36pt;
		text-align: right;
	}

	p.ManualTitle2
	{
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
		color: #000000;
		font-family: 'Open Sans';
		font-size: 20pt;
	}

	p.ManualVersionNumber
	{
		margin-left: 1in;
		margin-top: 12pt;
		color: #000000;
		font-family: 'Open Sans';
		font-size: 16pt;
		text-align: right;
		padding: 1px 1cm 0px 0px;
	}

	p.MiniTOC1
	{
		color: #e1e1e1;
		font-size: 9pt;
		font-weight: normal;
	}

	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		page-break-after: avoid;
		mc-leader-format: '.';
		mc-pagenum-display: all;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.25in;
		margin-top: 2px;
		font-size: 11pt;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.35in;
		margin-top: 2px;
		font-size: 10pt;
	}

	p.TOC4
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-left: 0;
		margin-top: 12px;
		color: #015ba9;
	}

	p.TOCHeading
	{
		color: #3e3e3e;
		font-size: 90pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 92pt;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}

	span.ChapAutoNum
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
	}

	span.FigureNum
	{
		color: #2d82dc;
		font-style: normal;
	}

	span.TableNum
	{
		color: #2d82dc;
		font-style: normal;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		
	}

	ul.FirstLevelLessIndentation
	{
		margin-left: 30px;
		list-style-image: url('../Images/Bullet1Print.eps');
	}

	ul.SecondLevel
	{
		margin-left: 30px;
		list-style-image: url('../Images/Bullet1Print.eps');
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
	}

	img
	{
		mc-thumbnail-max-height: 24px;
	}

	li::marker
	{
		list-style-image: url('../Images/Bullet1Print.eps');
	}

	ol.li
	{
		list-style-type: decimal;
		font-size: inherit;
	}

	ol
	{
		font: inherit;
	}

	MadCap|xref:hover
	{
		color: #2d82dc;
	}

	p.coverPageNumber
	{
		float: right;
	}

	p.coverPageNumber
	{
		font-size: 9pt;
	}

	img.THUMB
	{
		max-width: auto;
		max-height: 80px;
		page-break-inside: avoid;
	}

	p.LST_Copyright
	{
		font-size: 9pt;
		margin-bottom: 2px;
		margin-top: 2px;
	}

	/* - - These are the PRINT MEDIA LST styles for Release Note icons and styles - - */

	p.LST_RN_New
	{
		font-weight: bold;
		background-position: 0px 9px;
		background-image: url('../Images/lst_new_print.png');
		background-repeat: no-repeat;
		margin-bottom: 0.12em;
		padding-left: 40px;
		padding-right: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	p.LST_RN_Fix
	{
		font-weight: bold;
		background-position: 0px 9px;
		background-image: url('../Images/lst_ri_print.png');
		background-repeat: no-repeat;
		margin-bottom: 0.12em;
		padding-left: 40px;
		padding-right: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	p.LST_RN_KI
	{
		font-weight: bold;
		background-position: 0px 9px;
		background-image: url('../Images/lst_ki_print.png');
		background-repeat: no-repeat;
		margin-bottom: 0.12em;
		padding-left: 40px;
		padding-right: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	p.LST_RN_Tip
	{
		font-weight: bold;
		background-position: 0px 9px;
		background-repeat: no-repeat;
		margin-bottom: 0.12em;
		padding-left: 40px;
		padding-right: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image: url('../Images/lst__rn_tip_print.png');
	}

	/* - - These are the PRINT MEDIA LST styles for Notes, Cautions, Video Links, Training, etc.. icons and styles - - */

	p.LST_NOTE
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_tip_print.png');
		margin-top: .500em;
	}

	p.LST_CAUTION
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_caution_print.png');
		margin-top: .500em;
	}

	p.LST_VIDEO
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_video_print.png');
		margin-top: .500em;
	}

	p.LST_TOUR
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_tour_print.png');
		margin-top: .500em;
	}

	p.LST_TRAINING
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_train_print.png');
		margin-top: .500em;
	}

	p.LST_PDF
	{
		margin-bottom: 0.12em;
		background-position: 0px 9px;
		border-radius: 6px;
		background-repeat: no-repeat;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: url('../Images/lst_pdf_print.png');
		margin-top: .500em;
	}

	p.LST_check
	{
		background-image: url('../Images/lst_check_print.png');
		background-repeat: no-repeat;
		background-position: center;
	}
}
