﻿/*<meta />*/

/*all elements inherit this value*/
/*taking care of business for old browsers - set same as P*/
/*font size for a bulleted list - relative to P*/
/*font size for a numbered list - relative to P*/
/*not used in RoboHelp - how to define styles for nested lists*/
/*font size is relative to P*/
/*main font size definition from which most styles are based*/
/*006699*/

body
{
	font-family: "HelveticaNeue", "Helvetica", "Arial";
	font-size: 95%;
	color: #696969;
}

.helpContainer	/* Contains the help contents - does not include privacy section */
{
	margin-left: 15px;
}

/*
body
{
	font-family: "HelveticaNeue", "Helvetica", "Arial";
	font-size: 95%;
	color: #696969;
	background: #ffffff;
}*/

@font-face 
{
	font-family: HelveticaNeue;
	src: url('./fonts/HelveticaNeueLTStd-Roman.otf');
} 

@font-face 
{
	font-family: HelveticaNeue;
	font-weight: bold;
	src: url('./fonts/HelveticaNeueLTStd-Bd.otf');
} 

footer
{
	background-color: #6f6f6f;
	width: 100%;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #6f6f6f;
}

p.footer
{
	font-size: 9pt;
	color: #A8A8A8;
	margin-left: 1.3em;
	padding-top: 2em;
}

h1,
h2,
h3,
h4
{
	font-weight: normal;
}

h1
{
	font-size: 190%;
	margin: 0.75em 0 0.5em 0;
	color: #41a940;
	margin-bottom: 0.5em;
}

/*h1
{
	font-size: 190%;
	margin: 0.75em 0 0.5em 0;
	color: #007f64;
}*/

h2
{
	font-size: 120%;
}

h2,
h3
{
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

#header
{
	margin-left: auto;
	height: auto;
}

/*font size is relative to P*/

td
{
	font-size: 80%;
	color: #4d4f53;
}

ul
{
	color: #4d4f53;
}

/*font size is relative to P*/

ol
{
	color: #4d4f53;
}

ul ul,
ul ol,
ol ul,
ol ol
{
	
}

/*font size is relative to P*/
/*font size is relative to P*/

h2,
h3,
h4
{
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

h5
{
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: .2em;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin-top: .2em;
	color: #000000;
}

h6
{
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: .2em;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin-top: .2em;
	color: #000000;
}

/*uses the font size defined for the OL*/

p
{
	font-size: 10pt;
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 12pt;
	color: #4d4f53;
}

li
{
	color: #4d4f53;
	font-size: 10pt;
}

/*uses the font size defined for the OL*/

p.BodyText
{
	
}

/*uses the font size defined for the UL*/

p.LinkList
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/*uses the font size defined for the UL*/

p.LinkListDrop
{
	margin-left: 1.25em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/*uses the font size defined for the UL*/

p.TableHeader
{
	font-size: 9pt;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	color: #00338D;
}

/*purple*/

p.TableCentreHeader
{
	font-size: 9pt;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	color: #00338D;
}

/* navy */

p.TableText
{
	font-size: 9pt;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 11pt;
}

/* dark blue */

p.TableCentreText
{
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

/* Maroon color */
/*font size is relative to the underlying style*/

p.Note
{
	margin-top: .2em;
	margin-bottom: .2em;
}

p.FooterLink
{
	text-decoration: none;
	/*color: #c7c8c9;*/
	color: #ffffff;
	padding-top: 5px;
}

li.Number-List
{
	list-style: decimal;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: .6em;
	margin-bottom: .6em;
}

li.Number-List-2
{
	list-style: lower-alpha;
	margin-right: 0pt;
	margin-top: .6em;
	margin-bottom: .6em;
	margin-left: 2em;
}

li.Number-List-3
{
	margin-left: 4em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	list-style: lower-roman;
}

a:link
{
	/*color: #69923a;*/
	color: #00a1de;
}

a:visited
{
	color: #00a1de;
}

a:focus
{
	color: #00a1de;
}

a:hover
{
	cursor: hand;
	background-color: #ffffff;
	color: #00a1de;
}

a:active
{
	cursor: hand;
	color: #00a1de;
}

span.expandtext
{
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

span.Emphasis
{
	font-weight: bold;
	font-style: normal;
}

span.FieldName
{
	font-weight: bold;
	font-style: normal;
}

MadCap|toggler
{
	color: #009fda;
	text-decoration: none;
	mc-open-image: url('../Image/Webhelp/arrow-icon-down-14x14.gif');
	mc-closed-image: url('../Image/Webhelp/arrow-icon-right-14x14.gif');
	/*text-decoration: none;
	mc-image-position: left;
	mc-closed-image: url('../Image/Webhelp/Toggler_closed.gif');
	mc-open-image: url('../Image/Webhelp/Toggler_open.gif');
	color: #024731;*/
}

MadCap|toggler.toggler_all
{
	mc-image-position: right;
	text-align: right;
	mc-closed-image: url('../Image/btnshowall.gif');
	mc-open-image: url('../Image/btnhideall.gif');
	color: #009fda;
}

MadCap|toggler.toggler_step
{
	mc-image-position: right;
	mc-closed-image: url('../Image/Webhelp/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Image/Webhelp/arrow-icon-down-14x14.gif');
}

img.button
{
	margin-bottom: -4px;
}

.floatimgleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* DIV STYLES */

div.moreInformation
{
	clear: right;
	float: right;
	width: 40%;
	max-width: 320px;
	min-width: 140px;
	margin: 6px 2px 15px 20px;
	border: 1px solid #e0e1dd;
	padding: 14px 10px 6px 10px;
	mc-auto-number-class: boxTitle;
	display: block;
	color: #4d4f53;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('../Image/boxShadeGreen.png');
	/*background-color: #e0e1dd;*/
	background-color: rgba(224,225,221,0.5);
	mc-auto-number-format: 'What do you want to do?';
	mc-auto-number-color: '#ffffff';
	font-size: 1em;
}

div.moreInformation p
{
	line-height: 1em;
	margin-top: 1.1em;
}



@media non-print
{
	h1
	{
		color: #024731;
	}

	p.FooterLink
	{
		color: #c7c8c9;
	}

	p
	{
		color: #4d4f53;
	}

	a
	{
		color: #69923a;
	}

	a:focus
	{
		color: #69923a;
	}

	a.dropspot
	{
		color: #69923a;
	}

	a.expandspot
	{
		color: #69923a;
	}

	a.Popup
	{
		color: #69923a;
	}

	a:hover
	{
		color: #69923a;
	}

	a:link
	{
		color: #69923a;
	}

	a:visited
	{
		color: #00a1de;
	}

	div.moreInformation
	{
		line-height: normal;
		margin-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 14px;
		padding-bottom: 6px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #e0e1dd;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #e0e1dd;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #e0e1dd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #e0e1dd;
	}
}

hr
{
	height: 0.5px;
	border-left-style: inset;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #4d4f53;
	line-height: 4px;
	background-color: #4d4f53;
	margin-right: 10em;
}

a
{
	color: #69923a;
}

a.FooterLink
{
	color: #009fda;
}

th
{
	color: #4d4f53;
}

tr
{
	color: #4d4f53;
}

thead
{
	color: #4d4f53;
}