/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*Global Style Sheet for Innowera*/

body	/*Used for setting watermarks, such as DRAFT*/
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 100%;
	line-height: 108%;
	margin: 0.5em;
	max-width: 100%;
	mc-hyphenate: never;
}

h1
{
	color: #25CAD2;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: -1em;
	margin-top: 0;
	padding-bottom: 0.625em;
	padding-right: 1em;
	padding-top: 0.625em;
	width: 100%;
	font-size: 16pt;
	font-family: "Pangea", "Arial", sans-serif;
	page-break-before: always;
	line-height: 108%;
}

h1.NoTOC	/*h1.NoTOC does not appear in the Table of Contents, and also does not appear in the bookmarks panel */
{
	mc-heading-level: 0;
	/*border-bottom-width: 0.025em;*/
	mc-hyphenate: never;
}

h1.Contents	/*h1.Contents does not appear in the Table of Contents, but an entry for "Contents" is created in the bookmarks panel*/
{
	mc-heading-level: 9;
	border-bottom-width: 0.025em;
	mc-hyphenate: never;
}

h2
{
	margin-bottom: 0.25em;
	margin-top: 1.25em;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
	font-family: Pangea, Arial, sans-serif;
	color: #061C2B;
	line-height: 112%;
	page-break-after: avoid;
}

h2.NoTOC	/*h2.NoTOC does not appear in the Table of Contents, and also does not appear in the bookmarks panel */
{
	margin-bottom: 0.25em;
	margin-top: 1.25em;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
	font-family: "Pangea", "Arial", sans-serif;
	color: #061C2B;
	line-height: 112%;
	page-break-after: avoid;
	mc-heading-level: 0;
	mc-hyphenate: never;
	page-break-before: auto;
}

h3
{
	padding-bottom: -.125em;
	margin-top: 1.125em;
	mc-hyphenate: never;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	font-family: "Pangea", "Arial", sans-serif;
	color: #061C2B;
	line-height: 120%;
	page-break-after: avoid;
}

h4
{
	padding-bottom: -.125em;
	margin-top: 1.125em;
	mc-hyphenate: never;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	font-family: "Pangea", "Arial", sans-serif;
	color: #061C2B;
	line-height: 120%;
	page-break-after: avoid;
}

h4.footer
{
	margin-top: 0.1em;
	text-align: center;
}

img
{
	max-width: 800px;
	margin-top: 16px;
	border: solid 1px #000000;
	border-radius: 8px;
	padding: 5px;
	position: relative;
}

p	/*Can be used for body text if no padding is required; used in result after steps*/
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 0;
	mc-hyphenate: never;
	white-space: normal;
	line-height: 1.15;
}

p.subheading	/*Used for sub-headings under H1, H2, H3, or H4*/
{
	padding-bottom: -.2em;
	margin-top: 1em;
	mc-heading-level: 0;
	page-break-after: avoid;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	font-family: "Pangea", "Arial", sans-serif;
	color: #061C2B;
}

/*Shubha: *Got the snippets for note and important from Flare forum and note 1 might have to be modified*/

p.note
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 12pt;
	color: #000000;
	border: solid 1px #ffffff;
	border-radius: 6px;
	padding: 14px 20px;
	padding-left: 30px;
	padding-top: 10px;
	background-color: #f7f7f7;
	background-image: url('../Images/note.png');
	background-position: 9px 10px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}Note: {/b}';
	line-height: 1.15;
	white-space: normal;
}

p.important
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 12pt;
	color: #000000;
	border: solid 1px #ffffff;
	border-radius: 6px;
	padding: 14px 20px;
	padding-left: 30px;
	padding-top: 10px;
	background-color: #f7f7f7;
	background-image: url('../Images/important.png');
	background-position: 9px 10px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}Important: {/b}';
	line-height: 1.15;
	white-space: normal;
}

p.Copyright
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 10pt;
}

p.tableheader	/* Used in tables. For table header.*/
{
	margin-top: 1em;
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

p.tabletext	/* Used in tables. For table text.*/
{
	margin-top: 1em;
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 11pt;
}

p.FrameFooterText
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 10pt;
}

p.docfeedback	/* only used on master page for feedback link */
{
	text-decoration: none;
}

p.code	/*Used for a block or a single line of code, if the code must be within a block. Make sure you enclose within a pair of </div.code> tags */
{
	font-family: "Courier New", monospace;
	word-wrap: break-word;
	margin-top: .11em;
	page-break-after: avoid;
	color: #000000;
}

div.code
{
	padding: 5px 5px 5px 5px;
	background-color: #f2f2f2;
	margin-top: 1em;
}

code	/*Inline style used for sample code*/
{
	font-family: "Courier New", monospace;
	color: #000000;
	mc-hyphenate: never;
}

p.liIntro	/*Used for the paragraph introducing a procedure; Used in "Symptom" and "Solution" for troubleshooting topics; Used in bug titles*/
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 3pt;
	margin-top: 12pt;
	page-break-after: avoid;
	color: #000000;
}

li	/*Used for bulleted list items and numbered list items using default options*/
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0pt;
	margin-top: 0.5em;
	orphans: 2;
	widows: 2;
	margin-left: 0;
	padding-left: 0;
	color: #000000;
	mc-hyphenate: never;
	line-height: 1.15;
	white-space: normal;
}

a:link
{
	color: #3179A3;
}

a:visited
{
	color: #3179A3;
}

a:focus
{
	color: #ff4040;
}

a:hover
{
	color: #ff4040;
}

a:active
{
	color: #ff4040;
}

a
{
	color: #3179A3;
}

img.icon
{
	border: none;
	padding: 1.5px;
	max-width: 225px;
	border-radius: 0;
}

MadCap|xref
{
	color: #3179A3;
	font-weight: normal;
	font-size: 1em;
	mc-format: '{para}';
}

MadCap|xref:hover
{
	color: ff4040;
}

MadCap|xref.ParaNumOnly
{
	mc-format: '{paranumonly}';
}

MadCap|xref.FirstH1Text
{
	mc-format: '{h1}';
}

MadCap|indexProxy
{
	border-top: none;
	/* from PDF */
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
	/* from PDF */
}

p
{
	mc-breadcrumbs-prefix: ' ';
}

@media online
{
	#results-heading	/* The "Your search returned X results" 
				heading, because you inexplicably can't 
				edit the background in the skin. */
	{
		background-color: #F7F7F7;
	}

	body
	{
		margin: 0;
	}

	.sidenav-wrapper
	{
		background-color: #F7F7F7;
	}

	.body-container	/* so it doesn't slam up against the footer */
	{
		padding-bottom: 1em;
	}

	#header-area
	{
		background-color: #061C2B;
		padding-top: 2em;
		padding-bottom: 1em;
	}

	#header-logo-area
	{
		float: left;
	}

	#header-title-area
	{
		margin-top: 1em;
	}

	.header-logo
	{
		margin-left: 3em;
	}

	p.doctitle
	{
		font-weight: normal;
		font-style: normal;
		font-size: 1.6em;
		font-family: Pangea, Arial, sans-serif;
		color: #F7F7F7;
		line-height: 112%;
		text-align: center;
	}

	#footer-area
	{
		background-color: #061C2B;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	h4.footer
	{
		margin-top: 1.5em;
		margin-bottom: 0.3em;
	}

	.footer,
	.footertext
	{
		color: #f7f7f7;
	}

	p.footertext
	{
		text-align: center;
		margin: 0;
		line-height: 120%;
	}

	a
	{
		text-decoration: underline;
	}

	MadCap|xref
	{
		mc-format: '{para}';
		text-decoration: underline;
	}

	MadCap|breadcrumbsProxy
	{
		font-family: "Pangea", "Arial", sans-serif;
		border-bottom-color: #000000;
		font-size: 1em;
		color: #000000;
		mc-breadcrumbs-prefix: ' ';
	}

	MadCap|dropDown
	{
		margin-bottom: 6px;
		margin-top: 6px;
		mc-closed-image: url('../Images/DropDownClosed.png');
		mc-disabled: false;
		mc-open-image: url('../Images/DropDownOpen.png');
	}

	MadCap|dropDownBody
	{
		border-bottom: solid 1px #25CAD2;
		/*Comment this out for Innowera*/
		mc-disabled: false;
	}

	MadCap|dropDownBody.Final
	{
		border-bottom: 0px;
	}

	MadCap|dropDownHead
	{
		font-family: "Pangea", "Arial", sans-serif;
		font-size: 10pt;
		mc-disabled: false;
	}

	/* To be used for expanding text*/

	MadCap|dropDownHotspot
	{
		font-family: "Pangea", "Arial", sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #3179A3;
		mc-disabled: false;
	}

	MadCap|dropDownHotspot:hover
	{
		font-family: "Pangea", "Arial", sans-serif;
		color: #ff4040;
		font-weight: bold;
		font-size: 10pt;
	}

	ul
	{
		margin-top: -0.1em;
		margin-bottom: -0.1em;
	}

	.content_container
	{
		max-width: 968px;
		margin: 0 auto;
	}

	div.code
	{
		padding: 5px 5px 5px 5px;
		border: solid 1px #000000;
		border-radius: 8px;
		margin-top: 1em;
	}

	td > :first-child
	{
		margin-top: 0;
	}
}

div.content
{
	
}

img.diagram
{
	
}

div.body
{
	width: 67%;
	overflow: hidden;
}

#results-heading	/* The "Your search returned X results" 
				heading, because you inexplicably can't 
				edit the background in the skin. */
{
	background-color: #F7F7F7;
}

body
{
	margin: 0;
}

.sidenav-wrapper
{
	background-color: #F7F7F7;
}

.body-container	/* so it doesn't slam up against the footer */
{
	padding-bottom: 1em;
}

#header-area
{
	background-color: #061C2B;
	padding-top: 2em;
	padding-bottom: 1em;
}

#header-logo-area
{
	float: left;
}

#header-title-area
{
	margin-top: 1em;
}

.header-logo
{
	margin-left: 3em;
}

p.doctitle
{
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	font-family: Pangea, Arial, sans-serif;
	color: #F7F7F7;
	line-height: 112%;
	text-align: center;
}

#footer-area
{
	background-color: #061C2B;
	padding-top: 1em;
	padding-bottom: 1em;
}

h4.footer
{
	margin-top: 1.5em;
	margin-bottom: 0.3em;
}

.footer,
.footertext
{
	color: #f7f7f7;
}

p.footertext
{
	text-align: center;
	margin: 0;
	line-height: 120%;
}

a
{
	text-decoration: underline;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	font-family: "Pangea", "Arial", sans-serif;
	border-bottom-color: #000000;
	font-size: 1em;
	color: #000000;
	mc-breadcrumbs-prefix: ' ';
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-disabled: false;
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #25CAD2;
	mc-disabled: false;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 10pt;
	mc-disabled: false;
}

MadCap|dropDownHotspot
{
	font-family: "Pangea", "Arial", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3179A3;
	mc-disabled: false;
}

MadCap|dropDownHotspot:hover
{
	font-family: "Pangea", "Arial", sans-serif;
	color: #ff4040;
	font-weight: bold;
	font-size: 10pt;
}

ul
{
	margin-top: -0.1em;
	margin-bottom: -0.1em;
}

.content_container
{
	max-width: 968px;
	margin: 0 auto;
}

div.code
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #000000;
	border-radius: 8px;
	margin-top: 1em;
}

td > :first-child
{
	margin-top: 0;
}

