/*<meta />*/

/* This is a brand specific default stylesheet for new HTML5 Web Help targets. It should call MainStyles.css via @import in the first line below. All brand specific style changes should be made to this stylesheet. i.e. Font color changes, icon color changes, etc. If something is to affect ALL brands, then it must be changed in MainStyles.css. For example, adding a border to content. */

@import url('basestyles/mainstyles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* These are the Brand Specific styles for the TopNav WebHelp targets. These styles are 100% modifiable for your needs. */

body
{
	background-color: #ececec;
	color: #404040;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.7em;
}

a
{
	color: #BC1B22;
}

a:link
{
	color: #BC1B22;
}

a:visited
{
	color: #BC1B22;
}

a:hover
{
	color: #FE9901;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #BC1B22;
}

a.MCBreadcrumbsLink:hover
{
	color: #FE9901;
}

/* a.menu-icon
{
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
} */

h1
{
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 20px;
	padding-bottom: 10px;
	color: #1F77B4;
}

h2
{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #669FCE;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #AEC7E8;
}

.main-section
{
	width: 75%;
	margin-left: auto;
	margin-bottom: 100px;
	margin-right: auto;
	margin-top: 175px;
	background-color: #ffffff;
	border: solid #acacac 1px;
	border-bottom: solid #acacac 1px;
	padding: 20px;
	border-radius: 10px;
}

blockquote
{
	background-image: url('../images/icons/quotationmark-red.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 40px;
	margin: 20px 40px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding-left: 45px;
}

blockquote.name
{
	background-image: none;
	padding-left: 45px;
}

p
{
	margin-bottom: 16px;
	margin-top: 8px;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.Caption
{
	margin-bottom: 4px;
	margin-top: 14px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #A7A7A7;
}

p.Example
{
	background-image: url('../images/icons/hand-red.png');
	mc-auto-number-format: '{b}{color #9EB515}Example: {/color}{/b}';
	margin: 20px 40px;
	padding-left: 45px;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
}

p.ExampleTop
{
	background-image: url('../images/icons/hand-red.png');
	background-color: #e1e1e1;
	mc-auto-number-format: '{b}{color #9EB515}Example: {/color}{/b}';
	margin: 20px 40px 0px 40px;
	padding-left: 45px;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
}

p.ExampleMiddle
{
	margin: 0px 40px;
	padding-left: 45px;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
}

p.ExampleBottom
{
	margin: 0px 40px 20px 40px;
	padding-left: 45px;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
}

p.Note
{
	background-image: url('../images/icons/noteicon-red.png');
	mc-auto-number-format: '{b}{color #9EB515}Note: {/color}{/b}';
	margin: 20px 40px;
	padding-left: 45px;
	color: #404040;
}

p.NoteTop
{
	background-image: url('../images/icons/noteicon-red.png');
	background-color: #e1e1e1;
	mc-auto-number-format: '{b}{color #9EB515}Note: {/color}{/b}';
	margin: 20px 40px 0px 40px;
	padding-left: 45px;
	color: #404040;
}

p.NoteMiddle
{
	margin: 0px 40px;
	padding-left: 45px;
	color: #404040;
}

p.NoteBottom
{
	margin: 0px 40px 20px 40px;
	padding-left: 45px;
	color: #404040;
}

p.Tip
{
	background-image: url('../images/icons/tipicon-red.png');
	mc-auto-number-format: '{b}{color #9EB515}Tip: {/color}{/b}';
	margin: 20px 40px;
	padding-left: 45px;
	color: #404040;
	font-weight: bold;
}

p.TipTop
{
	background-image: url('../images/icons/tipicon-red.png');
	background-color: #e1e1e1;
	mc-auto-number-format: '{b}{color #9EB515}Tip: {/color}{/b}';
	margin: 20px 40px 0px 40px;
	padding-left: 45px;
	color: #404040;
	font-weight: bold;
}

p.TipMiddle
{
	margin: 0px 40px;
	padding-left: 45px;
	color: #404040;
	font-weight: bold;
}

p.TipBottom
{
	margin: 0px 40px 20px 40px;
	padding-left: 45px;
	color: #404040;
	font-weight: bold;
}

div.address
{
	font-size: 9pt;
	line-height: 130%;
	margin-left: 30px;
	padding-left: 100px;
	font-family: Verdana, Arial, Helvetica-Black, sans-serif;
	color: #424242;
}

ul.eFaxRedArrowBullet
{
	list-style-image: url('../images/icons/redarrow.gif');
	list-style-position: inside;
	color: #666666;
}

/* Print Overrides */
/* These styles apply to printed documents ONLY. If you need to update a WebStyle, it should go above this section. */

@media print
{
	body
	{
		font-family: Verdana, Arial, Helvetica-Black, sans-serif;
		font-size: 11pt;
		background-color: #ffffff;
		background-image: none;
		background-repeat: no-repeat;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	h1
	{
		font-style: normal;
		text-align: right;
		margin-bottom: 20pt;
		margin-bottom: 36pt;
		border-right-style: none;
		border-right-width: 0px;
		border-right: none 0px #c0c0c0;
		font-family: Verdana;
		font-size: 24pt;
		page-break-before: always;
		color: #424242;
		font-weight: normal;
		border-bottom: solid 1px #c0c0c0;
	}

	a
	{
		color: #424242;
		text-decoration: none;
		font-size: 9pt;
	}

	a:visited
	{
		text-decoration: underline;
	}

	a:link
	{
		color: #424242;
		text-decoration: none;
	}

	h2
	{
		margin-bottom: 12pt;
		color: #424242;
		font-style: normal;
		font-family: Verdana;
		font-weight: normal;
		font-size: 18pt;
		margin-top: 48pt;
		mc-hyphenate: never;
	}

	h3
	{
		margin-bottom: 12pt;
		margin-top: 18pt;
		font-style: normal;
		font-family: Verdana;
		color: #424242;
		font-weight: normal;
		font-size: 16pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
	}

	.NewPage
	{
		page-break-before: always;
	}

	p
	{
		margin-bottom: 12pt;
		font-family: Verdana;
		padding-left: 0px;
		font-size: 9pt;
		mc-hyphenate: never;
	}

	ol
	{
		line-height: 140%;
		margin-bottom: 18pt;
		margin-top: 0pt;
		font-size: 9pt;
		margin-left: 0.375in;
	}

	li
	{
		margin-left: 0in;
		color: #424242;
	}

	p.WelcomeHead
	{
		color: #0066ee;
		font-size: 12px;
		margin-bottom: 8px;
	}

	MadCap|xref
	{
		color: #424242;
		text-decoration: none;
		font: Verdana;
		font-size: 9pt;
	}

	th
	{
		text-transform: none;
		white-space: nowrap;
		text-align: right;
		padding-right: 3px;
		border-bottom: solid 1px #c0c0c0;
	}

	td
	{
		border-bottom: solid 1px #c0c0c0;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		font-size: 9pt;
		padding: 10px;
		mc-hyphenate: never;
	}

	ul
	{
		font: Verdana;
		font-family: Verdana;
		color: #424242;
		font-size: 9pt;
		margin-left: 0.375in;
	}

	table
	{
		margin-bottom: 0.25in;
		margin-top: 0.25in;
		padding-bottom: 10px;
		padding: 0px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-bottom: solid 1px #666666;
		border-top: solid 1px #666666;
		margin-left: 0px;
		margin-right: 0px;
	}

	h4
	{
		font: Verdana;
		font-weight: normal;
		font-size: 14pt;
		color: #424242;
		mc-heading-level: 0;
	}

	div.ChapNumTest
	{
		color: #0066ee;
		font: Verdana;
		font-size: 20pt;
		font-weight: bold;
		mc-auto-number-position: inside-tail;
		text-align: right;
		mc-auto-number-format: '{chapnum}:';
		page-break-before: always;
	}

	div.AppendixNumTest
	{
		color: #0066ee;
		font: Verdana;
		font-size: 20pt;
		font-weight: bold;
		page-break-before: always;
		mc-auto-number-position: inside-tail;
		text-align: right;
		mc-auto-number-format: '{A+}:';
	}

	div.AppendixNumHeader
	{
		color: #424242;
		font: Verdana;
		font-size: 10pt;
		mc-auto-number-position: inside-tail;
		mc-auto-number-format: '{A+}';
	}

	div.ChapNumHeader
	{
		color: #424242;
		font: Verdana;
		font-size: 10pt;
		mc-auto-number-format: '{chapnum}';
		mc-auto-number-position: inside-tail;
		font-weight: normal;
	}

	tbody
	{
		border-bottom: solid 1px #c0c0c0;
		padding: 0px;
	}

	tfoot
	{
		border-bottom: solid 1px #424242;
		padding: 0px;
	}

	thead
	{
		padding: 0px;
	}

	div.TitlePageTitle
	{
		color: #424242;
		font: Verdana;
		font-size: 24pt;
		text-align: center;
		margin-top: 3.50in;
	}

	p.FrontMatter
	{
		font-size: 6pt;
	}

	div.TOCHeading
	{
		color: #424242;
		font: Verdana;
		font-size: 24pt;
		margin-bottom: 25px;
		border-bottom: solid 0px #c0c0c0;
		page-break-before: always;
	}

	.TOCbox
	{
		border-bottom: solid 0px #c0c0c0;
	}

	img
	{
		text-align: center;
		margin-bottom: 0.125in;
		margin-top: 0.125in;
	}

	.center
	{
		text-align: center;
		padding: 10px;
		max-height: 90%;
		max-width: 90%;
	}

	p.TOC1
	{
		font-size: 11pt;
		font-weight: normal;
		margin-top: 20px;
		color: #424242;
	}

	p.TOC2
	{
		font-size: 11pt;
		font-weight: normal;
		color: #424242;
		margin-top: 10px;
	}

	h5
	{
		mc-heading-level: 0;
	}

	ul.eFaxRedArrowBullet
	{
		list-style-image: url('../images/icons/redarrow.gif');
		list-style-position: inside;
		color: #666666;
		font-weight: bold;
	}

	td.BottomRow
	{
		border-bottom: none 0px #c0c0c0;
		padding-left: 10px;
		padding-right: 10px;
	}

	th.SendFileTypes
	{
		padding-bottom: 5px;
		padding-top: 5px;
		vertical-align: middle;
		font-weight: bold;
		font-size: 12pt;
		color: #424242;
		font: Verdana;
		background-color: #f6f6f6;
		border-bottom-color: #666666;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: #666666;
		border-top-style: solid;
		border-top-width: 1px;
	}

	td.SendFileBottom
	{
		border-bottom-color: #666666;
	}

	td.SendFileHead
	{
		border-bottom-color: #666666;
	}

	thead.SendFileTypes
	{
		color: #424242;
		font: Verdana;
		font-size: 12pt;
		font-weight: bold;
		background-color: #f6f6f6;
		border-bottom-color: #666666;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top: solid 1px #666666;
	}

	blockquote
	{
		background-color: #ffffff;
		background-image: url('../images/icons/quotationmark-red.png');
		background-repeat: no-repeat;
		background-position: left;
		min-height: 55px;
		margin: 20px 40px;
	}

	blockquote.name
	{
		background-image: none;
	}

	p.Example
	{
		background-color: #ffffff;
		background-image: url('../images/icons/hand-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Example: {/color}{/b}';
	}

	p.ExampleTop
	{
		background-color: #ffffff;
		background-image: url('../images/icons/hand-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Example: {/color}{/b}';
	}

	p.ExampleMiddle
	{
		background-color: #ffffff;
	}

	p.ExampleBottom
	{
		background-color: #ffffff;
	}

	p.Note
	{
		background-color: #ffffff;
		background-image: url('../images/icons/noteicon-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Note: {/color}{/b}';
	}

	p.NoteBottom
	{
		background-color: #ffffff;
	}

	p.NoteMiddle
	{
		background-color: #ffffff;
	}

	p.NoteTop
	{
		background-color: #ffffff;
		background-image: url('../images/icons/noteicon-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Note: {/color}{/b}';
	}

	p.Tip
	{
		background-color: #ffffff;
		background-image: url('../images/icons/tipicon-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Tip: {/color}{/b}';
	}

	p.TipBottom
	{
		background-color: #ffffff;
	}

	p.TipMiddle
	{
		background-color: #ffffff;
	}

	p.TipTop
	{
		background-color: #ffffff;
		background-image: url('../images/icons/tipicon-red.png');
		background-repeat: no-repeat;
		background-position: left;
		mc-auto-number-format: '{b}{color #bc1b22}Tip: {/color}{/b}';
	}

	p.address
	{
		font-size: 9pt;
		line-height: 130%;
		margin-left: 30px;
		padding-left: 100px;
		font-family: Verdana, Arial, Helvetica-Black, sans-serif;
		color: #424242;
	}
}

