/*<meta />*/

@import url('prism.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* imports Source Code Pro */
/* imports the Kampyle stylesheet */
/* imports landing pages for cc6 */
/* imports prism */
/* imports font awesome */

/* colors
green: #84c361;
grey v light: #f2f2f2;
grey dark: #646466;
grey med: #717174
blue: 00b7ff;
text: #000000;
links: #00b7ff; 
*/

body
{
	background-color: #ffffff;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	color: #000000;
	mc-hyphenate: never;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 10px;
}

/* ************** */
/* heading styles */
/* ************** */

h1
{
	font-size: 1.4em;
	color: #84c361;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 0;
	font-weight: bold;
}

h1.Concept
{
	/* this class isn't needed unless concept topics' headings need unique formatting */
}

h1.Task
{
	/* this class isn't needed unless task topics' headings need unique formatting */
}

h1.Reference
{
	/* this class isn't needed unless reference topics' headings need unique formatting */
}

h1.noTOC
{
	/* removes heading from the print TOC */
	mc-heading-level: 0;
}

h2
{
	font-size: 1.2em;
	color: #84c361;
	margin: 0;
	margin-bottom: 0;
	margin-top: 1em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	margin: 0;
	margin-bottom: 0;
	margin-top: 1em;
	font-weight: bold;
	color: #84c361;
}

h4
{
	text-indent: 0pt;
	margin: 0;
	margin-top: 1em;
	padding-left: 2em;
	color: #84c361;
	font-size: 1em;
	font-style: italic;
}

h5
{
	color: #84c361;
	margin-bottom: 0em;
	margin: 0;
	margin-top: 2em;
	font-size: 1em;
}

h6
{
	color: #84c361;
	margin-bottom: 0em;
	margin: 0;
	margin-top: 2em;
	font-size: 1em;
	mc-disabled: false;
}

/* ************************* */
/* heading styles - commands */
/* ************************* */

h1.command
{
	
}

h3.command_subhead
{
	
}

/* **************** */
/* paragraph styles */
/* **************** */

p
{
	font-size: 1em;
	margin: 0;
	margin-bottom: 0;
	margin-top: .5em;
}

p.deprecateditem
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	line-height: 13pt;
	clip: rect(auto,auto,auto,0px);
	padding-bottom: 1px;
	position: static;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #caeaff;
}

p.listindent
{
	/* adds the same left padding that list items have */
	padding-left: 40px;
}

p.headerfooter
{
	/* can be used to fotmat header/footer in page layout */
	mc-disabled: false;
}

p.comment
{
	/* used to add comments to topics */
}

p.Command_Ref_Option_Description
{
	text-indent: 0in;
	left: 1in;
	padding-left: 2em;
}

/* **************** */
/* character styles */
/* **************** */

b,
strong
{
	font-weight: 700;
}

span.overline
{
	text-decoration: overline;
	mc-disabled: false;
}

/* *********** */
/* list styles */
/* *********** */

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	mc-disabled: false;
}

ol ol
{
	padding-left: 24px;
	list-style-type: lower-alpha;
}

ol ol ol
{
	padding-left: 26px;
	list-style-type: lower-roman;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

ul ul
{
	list-style-type: disc;
	padding-left: 0;
	margin-left: 22px;
}

ul ul ul
{
	list-style-type: circle;
	padding-left: 0;
	margin-left: 14px;
}

li
{
	font-size: 1em;
	margin: 0;
	margin-bottom: 0;
	margin-top: .5em;
	line-height: 1.2em;
	mc-disabled: false;
}

/* ************ */
/* image styles */
/* ************ */

img
{
	border: none;
	padding-top: 5pt;
	padding-bottom: 5pt;
}

img.btn
{
	height: 20px;
	width: auto;
	padding: 0;
}

p.diagram
{
	text-align: center;
	mc-disabled: false;
}

img.float_left
{
	float: left;
}

img.float_right
{
	float: right;
}

img.smaller
{
	height: auto;
	max-width: 30%;
}

img.smallest
{
	max-width: 20%;
	height: auto;
}

/* *********** */
/* link styles */
/* *********** */

a,
a:link,
a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:link,
MadCap|xref,
MadCap|xref:link
{
	color: #00b7ff !important;
	text-decoration: none !important;
}

MadCap|xref a:visited,
a.MCBreadcrumbsLink:visited,
MadCap|xref:visited
{
	color: #00b7ff !important;
}

a:hover,
a:active,
a.MCBreadcrumbsLink:hover,
a.MCBreadcrumbsLink:active,
MadCap|xref,
MadCap|xref:link
{
	color: #00b7ff !important;
	text-decoration: underline !important;
}

a.Popup
{
	mc-disabled: false;
}

a[href^="http"]
{
	color: #00b7ff !important;
	text-decoration: none !important;
}

MadCap|expandingHead
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

MadCap|expandingBody
{
	color: #000000;
	font-style: normal;
}

MadCap|dropDown
{
	mc-open-image: url('../images/skin/drop_open.png');
	mc-closed-image: url('../images/skin/drop_closed.png');
	mc-image-spacing: 10px;
	color: #000000;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-style: normal;
	color: #000000;
}

MadCap|dropDownHead
{
	color: #000000;
}

MadCap|dropDownBody
{
	color: #000000;
}

MadCap|toggler
{
	mc-open-image: url('../images/skin/drop_open.png');
	mc-closed-image: url('../images/skin/drop_closed.png');
	color: #000000;
	mc-image-spacing: 10px;
	mc-disabled: false;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #0080bf;
	mc-disabled: false;
}

MadCap|breadcrumbsProxy
{
	border-bottom-style: none;
	border-bottom-color: #84c361;
	border-bottom-width: 2px;
	mc-breadcrumbs-count: 10;
	page-break-before: avoid;
	mc-disabled: false;
}

/* ***************** */
/* title page styles */
/* ***************** */

p.Product_Family
{
	font-size: 20.0pt;
	margin-top: 0pt;
	margin-bottom: 15pt;
	line-height: 29pt;
	color: #00b7ff;
	mc-disabled: false;
}

p.Product_Name
{
	font-size: 36.0pt;
	color: #84c361;
	margin-top: 12pt;
	line-height: 43pt;
	mc-disabled: false;
}

p.Subtitle
{
	font-size: 16pt;
	letter-spacing: 0;
	color: #00b7ff;
	margin-top: 8pt;
	line-height: 19pt;
}

p.Book_Type
{
	font-size: 16pt;
	letter-spacing: 0;
	margin-top: 0pt;
	border-top: 4px solid #00b7ff;
}

p.Pubication_Number
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 10pt;
	margin-bottom: 0pt;
	font-size: 10pt;
	letter-spacing: 0em;
	text-indent: 0px;
	mc-disabled: false;
}

/* ************* */
/* footer styles */
/* ************* */

div#content
{
	/* pushes footer down for short topics */
	min-height: 500px;
}

div#FooterTable
{
	/* formats footer */
	background-color: #636363;
	margin-left: -8px;
	margin-right: -2px;
	margin-top: 40px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	bottom: 0;
	min-height: 125px;
	width: 100%;
	clear: both;
}

div#FooterTable a
{
	/* removes underlining from footer links */
	text-decoration: none !important;
	color: #ffffff !important;
}

p.title a,
div#FooterTable a[href^="http"]
{
	/* removes icon from external links in footer and welcome page title */
	background: none;
	padding-right: 0;
}

/* *********** */
/* code styles */
/* *********** */

pre
{
	padding: 2px;
	font-family: "Source Code Pro", Consolas, Inconsolata, 'Courier New', monospace;
	white-space: pre;
	border-bottom: solid 2px #cccccc;
	border-top: solid 2px #cccccc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin: 1em 0px 1em 2px;
	background-color: transparent;
	margin-right: -400px;
	font-size: 0.8em;
	padding-top: 4px;
}

pre.prettyprint
{
	
}

/* ************ */

/* revision bar
/* ************ */

.revision
{
	border-left: 2px solid black;
	padding-left: 16px;
}

/* *************** */
/* prettify styles */
/* *************** */

pre p
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 10px;
}

/* ************** */
/* note, tip, etc */
/* ************** */

div.note,
table.TableStyle-tablestyle_numbers div.note
{
	border-top: 1px solid #84c361;
	border-bottom: 1px solid #84c361;
}

div.note p:first-child
{
	mc-auto-number-format: "{color #84c361}{b}Note {/b}{/color}";
}

td div.note
{
	/* hides border inside tables */
	border-top: none;
	border-bottom: none;
}

div.tip,
table.TableStyle-tablestyle_numbers div.tip
{
	border-top: 1px solid #84c361;
	border-bottom: 1px solid #84c361;
}

div.tip p:first-child
{
	mc-auto-number-format: "{color #84c361}{b}Tip  {/b}{/color}";
}

td div.tip
{
	/* hides border inside tables */
	border-top: none;
	border-bottom: none;
}

div.caution
{
	background-image: url('caution.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 60px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-disabled: false;
}

div.caution p:first-child
{
	/* the word 'caution' is commented out--can be added again if needed
mc-auto-number-format: "{color #84c361}{b}Caution   {/b}{/color}"; 
text-indent: -70px; 
*/
}

div.caution_wireless
{
	background-image: url('caution_wireless.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 100px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-disabled: false;
}

div.warning
{
	background-image: url('warning.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 60px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-disabled: false;
}

div.warning p:first-child
{
	/* the word 'warning' is commented out--can be added again if needed
mc-auto-number-format: "{color #84c361}{b}Warning   {/b}{/color}"; 
text-indent: -76px;
*/
}

div.home
{
	margin: 0 auto 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	max-width: 800px;
	/*
	display: table;
*/
	mc-disabled: false;
}

div.introduction
{
	margin: 5px;
	mc-disabled: false;
}

div.introduction img
{
	margin-left: 20px;
}

div.gsg_section
{
	float: left;
	display: block;
	margin: 5px;
	height: 250px;
	width: 100%;
	max-width: 388px;
	border: none;
	/* border: solid 1px #efefef; */
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	mc-disabled: false;
}

div.gsg_section p
{
	padding: 0px 10px;
}

div.home:hover .gsg_section
{
	zoom: 1;
	filter: alpha(opacity=45);
	opacity: 0.45;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

div.home .gsg_section:hover
{
	box-shadow: 2px 2px 15px #666;
	border: none;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	/*Opacity*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

div.gsg_section_title
{
	height: 32px;
	font-size: 26px;
	padding: 5px;
	text-align: center;
	background-color: #000000;
	color: white;
	mc-disabled: false;
}

div.feature_list
{
	width: 100%;
	mc-disabled: false;
}

div.feature_item
{
	width: 100%;
	min-height: 85px;
	margin: 5px 0px;
	text-align: center;
	background-color: #eeeeee;
	/*	display: table; */
	mc-disabled: false;
}

div.feature_list:hover .feature_item
{
	zoom: 1;
	filter: alpha(opacity=45);
	opacity: 0.45;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

div.feature_list .feature_item:hover
{
	box-shadow: 2px 2px 15px #666;
	border: none;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	/*Opacity*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

div.feature_icon
{
	text-align: center;
	width: 84px;
	height: 64px;
	margin: 5px 10px;
	/*	display: table-cell; */
	vertical-align: middle;
	mc-disabled: false;
}

div.feature_content
{
	font-size: 20pt;
	padding: 5px;
	/*	display: table-cell; */
	vertical-align: middle;
	mc-disabled: false;
}

div.feature_title
{
	font-size: 26px;
	text-align: left;
	/*	display: table-row; */
	mc-disabled: false;
}

div.feature_description
{
	font-size: 16px;
	text-align: left;
	/*	display: table-row; */
	mc-disabled: false;
}

div.gsg_section_double
{
	float: left;
	display: block;
	margin: 5px;
	height: 250px;
	width: 100%;
	max-width: 786px;
	border: none;
	/* border: solid 1px #efefef; */
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	mc-disabled: false;
}

div.gsg_section_double p
{
	padding: 0px 10px;
}

div.home:hover .gsg_section_double
{
	zoom: 1;
	filter: alpha(opacity=45);
	opacity: 0.45;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

div.home .gsg_section_double:hover
{
	box-shadow: 2px 2px 15px #666;
	border: none;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	/*Opacity*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* *************** */
/* feedback button */
/* *************** */

#feedback	/* positions feedback icon */
{
	position: fixed !important;
	right: 0;
	top: 30px;
}

/* ******************** */
/* table-specfic styles */
/* ******************** */

p.tablecaption
{
	mc-auto-number-format: 'CH:Table: {n+}: ';
	mc-disabled: false;
}

td,
th
{
	padding-left: 4px;
}

th
{
	margin-bottom: 0;
	color: #000000;
	text-align: left;
	font-weight: bold;
	mc-hyphenate: never;
	mc-hyphenate-maximum-adjacent-line-count: 2;
	mc-hyphenate-shortest-prefix: 3;
	mc-hyphenate-shortest-suffix: 3;
	mc-hyphenate-shortest-word: 5;
	padding-left: 1px;
	padding-bottom: 1px;
}

td p,
th p
{
	padding: 0;
	margin: 0;
}

td.AutoNumber_p
{
	text-align: right;
	mc-disabled: false;
}

/* ******************* */
/* side-by-side styles */
/* ******************* */

div.desc
{
	mc-disabled: false;
}

div.image
{
	mc-disabled: false;
}

ul
{
	line-height: 1.5em;
	mc-disabled: false;
}

p.MiniTOC1
{
	margin-top: 15;
	font-weight: normal;
	mc-disabled: false;
}

MadCap|miniTocProxy
{
	font-weight: normal;
	border-top-style: none;
}

div.caution_wireless
{
	background-repeat: no-repeat;
	background-position: left center;
}

MadCap|xref:link
{
	text-decoration: none;
}

p.MiniTOC2
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC3
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC4
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC5
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC6
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC7
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC8
{
	display: none;
	mc-disabled: false;
}

p.MiniTOC9
{
	display: none;
	mc-disabled: false;
}

div.FooterTable
{
	mc-disabled: false;
}

div.GlossaryPageDefinition
{
	mc-disabled: false;
}

div.GlossaryPageEntry
{
	mc-disabled: false;
}

div.GlossaryPageHeading
{
	mc-disabled: false;
}

div.GlossaryPageTerm
{
	mc-disabled: false;
}

div.kampyle
{
	mc-disabled: false;
}

div.productlines
{
	mc-disabled: false;
}

div.Row-4-4-4
{
	mc-disabled: false;
}

div.Row-6-6
{
	mc-disabled: false;
}

div.Row-8-4
{
	mc-disabled: false;
}

fieldset
{
	mc-disabled: false;
}

figcaption
{
	mc-disabled: false;
}

form
{
	mc-disabled: false;
}

frame
{
	mc-disabled: false;
}

frameset
{
	mc-disabled: false;
}

input
{
	mc-disabled: false;
}

label
{
	mc-disabled: false;
}

legend
{
	mc-disabled: false;
}

span.SearchHighlight5
{
	mc-disabled: false;
}

span.SearchHighlight6
{
	mc-disabled: false;
}

span.SearchHighlight7
{
	mc-disabled: false;
}

span.SearchHighlight8
{
	mc-disabled: false;
}

span.SearchHighlight9
{
	mc-disabled: false;
}

span.SearchHighlight10
{
	mc-disabled: false;
}

span.SeeAlsoIndex
{
	mc-disabled: false;
}

span.SeeAlsoIndexTerms
{
	mc-disabled: false;
}

span.SeeIndex
{
	mc-disabled: false;
}

span.SeeIndexTerms
{
	mc-disabled: false;
}

strike
{
	mc-disabled: false;
}

strong
{
	mc-disabled: false;
}

style
{
	mc-disabled: false;
}

td.curl
{
	mc-disabled: false;
}

tt
{
	mc-disabled: false;
}

u
{
	mc-disabled: false;
}

ul.mc-component
{
	mc-disabled: false;
}

ul.sub-menu
{
	mc-disabled: false;
}

a
{
	mc-disabled: false;
}

a.GlossaryPageTerm
{
	mc-disabled: false;
}

a.MCBreadcrumbsLink
{
	mc-disabled: false;
}

a.selected
{
	mc-disabled: false;
}

area
{
	mc-disabled: false;
}

article
{
	mc-disabled: false;
}

aside
{
	mc-disabled: false;
}

b
{
	mc-disabled: false;
}

br
{
	mc-disabled: false;
}

button
{
	mc-disabled: false;
}

canvas
{
	mc-disabled: false;
}

col
{
	mc-disabled: false;
}

colgroup
{
	mc-disabled: false;
}

datalist
{
	mc-disabled: false;
}

del
{
	mc-disabled: false;
}

dir
{
	mc-disabled: false;
}

div.MCBreadcrumbsBox_0
{
	mc-disabled: false;
}

em
{
	mc-disabled: false;
}

figure
{
	mc-disabled: false;
}

footer
{
	mc-disabled: false;
}

head
{
	mc-disabled: false;
}

header
{
	mc-disabled: false;
}

hr
{
	mc-disabled: false;
}

html.concept
{
	mc-disabled: false;
}

html.reference
{
	mc-disabled: false;
}

html.task
{
	mc-disabled: false;
}

html.topic
{
	mc-disabled: false;
}

i
{
	mc-disabled: false;
}

MadCap|annotation
{
	mc-disabled: false;
}

MadCap|concept
{
	mc-disabled: false;
}

MadCap|conceptLinkControlList
{
	mc-disabled: false;
}

MadCap|conceptLinkControlListItem
{
	mc-disabled: false;
}

MadCap|conceptLinkControlListItemLink
{
	mc-disabled: false;
}

MadCap|conceptsProxy
{
	mc-disabled: false;
}

MadCap|conditionalText
{
	mc-disabled: false;
}

MadCap|endnoteBlock
{
	mc-disabled: false;
}

MadCap|endnotesBlock
{
	mc-disabled: false;
}

MadCap|endnotesProxy
{
	mc-disabled: false;
}

MadCap|glossaryProxy
{
	mc-disabled: false;
}

MadCap|glossaryTerm
{
	mc-disabled: false;
}

MadCap|glossaryTerm.Expanding
{
	mc-disabled: false;
}

MadCap|glossaryTerm.Hyperlink
{
	mc-disabled: false;
}

MadCap|glossaryTerm.Popup
{
	mc-disabled: false;
}

MadCap|helpControlList
{
	mc-disabled: false;
}

MadCap|helpControlListItem
{
	mc-disabled: false;
}

MadCap|helpControlListItemLink
{
	mc-disabled: false;
}

MadCap|helpControlMenu
{
	mc-disabled: false;
}

MadCap|helpControlMenuItem
{
	mc-disabled: false;
}

MadCap|indexProxy
{
	mc-disabled: false;
}

MadCap|keyword
{
	mc-disabled: false;
}

MadCap|keywordLinkControlList
{
	mc-disabled: false;
}

MadCap|keywordLinkControlListItem
{
	mc-disabled: false;
}

MadCap|keywordLinkControlListItemLink
{
	mc-disabled: false;
}

MadCap|listOfProxy
{
	mc-disabled: false;
}

MadCap|model3D
{
	mc-disabled: false;
}

MadCap|namedDestination
{
	mc-disabled: false;
}

MadCap|pageFooter
{
	mc-disabled: false;
}

MadCap|pageFooter.EvenPage
{
	mc-disabled: false;
}

MadCap|pageFooter.FirstPage
{
	mc-disabled: false;
}

MadCap|pageFooter.OddPage
{
	mc-disabled: false;
}

MadCap|pageHeader
{
	mc-disabled: false;
}

MadCap|pageHeader.EvenPage
{
	mc-disabled: false;
}

MadCap|pageHeader.FirstPage
{
	mc-disabled: false;
}

MadCap|pageHeader.OddPage
{
	mc-disabled: false;
}

MadCap|popup
{
	mc-disabled: false;
}

MadCap|popupBody
{
	mc-disabled: false;
}

MadCap|popupHead
{
	mc-disabled: false;
}

MadCap|relatedTopicsControlList
{
	mc-disabled: false;
}

MadCap|relatedTopicsControlListItem
{
	mc-disabled: false;
}

MadCap|relatedTopicsControlListItemLink
{
	mc-disabled: false;
}

MadCap|relationshipsHeading
{
	mc-disabled: false;
}

MadCap|relationshipsHeading.concept
{
	mc-disabled: false;
}

MadCap|relationshipsHeading.reference
{
	mc-disabled: false;
}

MadCap|relationshipsHeading.task
{
	mc-disabled: false;
}

MadCap|relationshipsItem
{
	mc-disabled: false;
}

MadCap|relationshipsProxy
{
	mc-disabled: false;
}

MadCap|searchBarProxy
{
	mc-disabled: false;
}

MadCap|searchResultsProxy
{
	mc-disabled: false;
}

MadCap|section
{
	mc-disabled: false;
}

MadCap|slide
{
	mc-disabled: false;
}

MadCap|slideshow
{
	mc-disabled: false;
}

MadCap|slideshowAutoControls
{
	mc-disabled: false;
}

MadCap|slideshowAutoControls.active
{
	mc-disabled: false;
}

MadCap|slideshowAutoControls.Start
{
	mc-disabled: false;
}

MadCap|slideshowAutoControls.Stop
{
	mc-disabled: false;
}

MadCap|slideshowBullet
{
	mc-disabled: false;
}

MadCap|slideshowBullet.active
{
	mc-disabled: false;
}

MadCap|slideshowCaption
{
	mc-disabled: false;
}

MadCap|slideshowNavigationControls
{
	mc-disabled: false;
}

MadCap|slideshowNavigationControls.Next
{
	mc-disabled: false;
}

MadCap|slideshowNavigationControls.Previous
{
	mc-disabled: false;
}

MadCap|slideThumbnail
{
	mc-disabled: false;
}

MadCap|slideThumbnail.active
{
	mc-disabled: false;
}

MadCap|snippetBlock
{
	mc-disabled: false;
}

MadCap|snippetText
{
	mc-disabled: false;
}

MadCap|topicToolbarProxy
{
	mc-disabled: false;
}

span.mc-variable
{
	mc-disabled: false;
}

MadCap|xref
{
	mc-disabled: false;
}

MadCap|xref.ConceptPageNumber
{
	mc-disabled: false;
}

MadCap|xref.IndexPageNumber
{
	mc-disabled: false;
}

MadCap|xref.ListOfPageNumber
{
	mc-disabled: false;
}

MadCap|xref.RelLinkPageNumber
{
	mc-disabled: false;
}

MadCap|xref.TOCPageNumber
{
	mc-disabled: false;
}

madcapEditorBehavior
{
	mc-disabled: false;
}

map
{
	mc-disabled: false;
}

menu
{
	mc-disabled: false;
}

nav
{
	mc-disabled: false;
}

noframes
{
	mc-disabled: false;
}

object
{
	mc-disabled: false;
}

optgroup
{
	mc-disabled: false;
}

option
{
	mc-disabled: false;
}

p.ConceptContext
{
	mc-disabled: false;
}

p.desc
{
	mc-disabled: false;
}

p.Index1
{
	mc-disabled: false;
}

p.Index2
{
	mc-disabled: false;
}

p.Index3
{
	mc-disabled: false;
}

p.Index4
{
	mc-disabled: false;
}

p.Index5
{
	mc-disabled: false;
}

p.Index6
{
	mc-disabled: false;
}

p.Index7
{
	mc-disabled: false;
}

p.Index8
{
	mc-disabled: false;
}

p.Index9
{
	mc-disabled: false;
}

p.IndexHeading
{
	mc-disabled: false;
}

p.ListOf
{
	mc-disabled: false;
}

p.name
{
	mc-disabled: false;
}

p.title
{
	mc-disabled: false;
}

p.TOC1
{
	mc-disabled: false;
}

p.TOC2
{
	mc-disabled: false;
}

p.TOC3
{
	mc-disabled: false;
}

p.TOC4
{
	mc-disabled: false;
}

p.TOC5
{
	mc-disabled: false;
}

p.TOC6
{
	mc-disabled: false;
}

p.TOC7
{
	mc-disabled: false;
}

p.TOC8
{
	mc-disabled: false;
}

p.TOC9
{
	mc-disabled: false;
}

q
{
	mc-disabled: false;
}

s
{
	mc-disabled: false;
}

script
{
	mc-disabled: false;
}

select
{
	mc-disabled: false;
}

small
{
	mc-disabled: false;
}

span
{
	mc-disabled: false;
}

span.SearchHighlight
{
	mc-disabled: false;
}

span.SearchHighlight1
{
	mc-disabled: false;
}

span.SearchHighlight2
{
	mc-disabled: false;
}

span.SearchHighlight3
{
	mc-disabled: false;
}

span.SearchHighlight4
{
	mc-disabled: false;
}

textarea
{
	mc-disabled: false;
}

abbr
{
	mc-disabled: false;
}

acronym
{
	mc-disabled: false;
}

address
{
	mc-disabled: false;
}

big
{
	mc-disabled: false;
}

center
{
	mc-disabled: false;
}

cite
{
	mc-disabled: false;
}

code
{
	mc-disabled: false;
}

ins
{
	mc-disabled: false;
}

kbd
{
	mc-disabled: false;
}

samp
{
	mc-disabled: false;
}

span.boolean
{
	mc-disabled: false;
}

span.state
{
	mc-disabled: false;
}

var
{
	mc-disabled: false;
}

@media screen
{
	div.desc
	{
		width: 50%;
		float: left;
		margin-right: 20px;
		padding-bottom: 140px;
	}

	div.image
	{
		width: 40%;
		float: left;
		padding-bottom: 140px;
	}

	p.Book_Type
	{
		text-indent: 0px;
	}

	MadCap|dropDownBody
	{
		color: #000000;
	}

	MadCap|dropDownHotspot
	{
		color: #000000;
	}

	pre
	{
		border-bottom-style: solid;
	}

	pre.label
	{
		border-bottom-style: dashed;
		margin-bottom: 0em;
	}

	pre.prettyprint
	{
		
	}
}

@media screen and (max-width: 1279px)
{
	/* stacks side-by-side for smaller screens */

	div.desc
	{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}

	div.image
	{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}

	img.float_left
	{
		float: none;
	}

	img.float_right
	{
		float: none;
	}
}

/* ******************* */
/* welcome page styles */
/* ******************* */

html.welcome
{
	mc-disabled: false;
	mc-master-page: url('../masterpages/masterpage_start.flmsp');
}

html.welcome p.title
{
	font-size: 1.3em;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 40px;
}

html.welcome div.productlines
{
	vertical-align: top;
	width: 200px;
	float: left;
	margin-right: 80px;
}

html.welcome div.productlines p.name
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
}

html.welcome div.productlines p.desc
{
	margin-top: 0;
	padding-top: 0;
	font-size: 1em;
}

html.welcome td.curl
{
	padding-right: 0px;
	font-size: .9em;
	/*
    background: #84c361;
    background: -moz-linear-gradient(-45deg, #84c361 0%, #84c361 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #84c361), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(51%, #84c361), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(-45deg, #84c361 0%, #84c361 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(-45deg, #84c361 0%, #84c361 51%, rgba(239, 197, 202, 1) 51%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(-45deg, #84c361 0%, #84c361 51%, rgba(239, 197, 202, 1) 51%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, #84c361 0%, #84c361 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c361', endColorstr='white, GradientType=1);
background-image: url(curl.png); 
background-repeat: no-repeat;
*/
}

@media screen
{
	html.welcome body > div.MCBreadcrumbsBox_0
	{
		display: none !important;
	}

	/* ************** */
	/* kampyle styles */
	/* ************** */

	div#kampyle a[href^="http"]
	{
		/* removes right padding from feedback icon */
		padding-right: 0;
	}

	div#kampyle a[href^="http"],
	div#k_slogan a[href^="http"],
	div#k_pop_branding a[href^="http"],
	div#k_pop_whatisthis a[href^="http"]
	{
		/* removes icon and padding from kampyle links in feedback popup */
		background: none;
		padding-right: auto;
	}

	/* ****************** */
	/* prettify           */
	/* code sample styles */
	/* ****************** */

	.str
	{
		color: #080;
	}

	.kwd
	{
		color: #008;
	}

	.com
	{
		color: #800;
	}

	.typ
	{
		color: #606;
	}

	.lit
	{
		color: #066;
	}

	.pun,
	.opn,
	.clo
	{
		color: #660;
	}

	.tag
	{
		color: #008;
	}

	.atn
	{
		color: #606;
	}

	.atv
	{
		color: #080;
	}

	.dec,
	.var
	{
		color: #606;
	}

	.fun
	{
		color: red;
	}
}

@media PDF
{
	body
	{
		font-size: 10pt;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	div.MCBreadcrumbsBox_0
	{
		display: none;
	}

	div.FooterTable
	{
		display: none;
	}

	div.kampyle
	{
		display: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		page-break-after: avoid;
	}

	h1
	{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
		font-size: 18pt;
		color: #000000;
		margin-bottom: 18pt;
		font-weight: bold;
		line-height: 22pt;
		widows: 2;
		orphans: 2;
		padding-top: 18pt;
		margin-top: 18pt;
	}

	h1.noTOC
	{
		padding-bottom: 4px;
		mc-heading-level: 0;
		border-bottom-width: 1px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h3.command_subhead
	{
		mc-heading-level: 0;
	}

	h2
	{
		margin: 0pt;
		margin-left: -0.5in;
		color: #000000;
		font-weight: bold;
		font-size: 16pt;
		line-height: 19pt;
		margin-top: 19pt;
		widows: 2;
		orphans: 2;
	}

	h3
	{
		margin-bottom: -0.17pt;
		margin: 0pt;
		font-size: 14pt;
		color: #000000;
		font-weight: bold;
		margin-top: 17pt;
		line-height: 17pt;
		widows: 2;
		orphans: 2;
	}

	h4
	{
		text-indent: 0;
		padding-left: 0;
		color: #000000;
		font-size: 12pt;
		font-weight: bold;
		font-style: italic;
		line-height: 14pt;
		margin-top: 14pt;
		widows: 2;
		orphans: 2;
	}

	h4,
	h5,
	h6
	{
		mc-heading-level: 0;
	}

	p,
	td,
	li
	{
		font-size: 10pt;
	}

	li
	{
		page-break-inside: auto;
	}

	img
	{
		max-width: 6.25in;
	}

	table.TableStyle-tablestyle_wide
	{
		margin-left: -.65in !important;
		width: 7.25in !important;
	}

	tr
	{
		page-break-inside: avoid;
	}

	th
	{
		font-size: 10pt;
		font-weight: bold;
		padding-bottom: 0px;
	}

	caption
	{
		font-size: 10pt;
	}

	pre
	{
		font-size: 9pt;
		margin-right: 0;
	}

	MadCap|tocProxy
	{
		/* removes border from top of TOC */
		border-top-style: none;
	}

	MadCap|xref.TOCPageNumber
	{
		/* formats TOC page numbers	*/
		color: #84c361;
	}

	p.TOC1
	{
		font-weight: normal;
		font-size: 14pt;
		mc-pagenum-display: none;
		page-break-after: avoid;
		page-break-inside: avoid;
		margin-top: 15pt;
		margin-bottom: 10pt;
		color: #84c361;
		margin-left: -1in;
	}

	p.TOC2
	{
		font-weight: normal;
		font-size: 10pt;
		margin-top: 0;
		margin-bottom: 0;
		mc-leader-align: left;
		mc-leader-format: '.';
		margin-left: 0;
	}

	p.TOC3
	{
		font-weight: normal;
		font-size: 10pt;
		margin-top: 0;
		margin-bottom: 0;
		mc-leader-align: left;
		mc-leader-format: '.';
		margin-left: 0.2in;
	}

	p.headerfooter
	{
		font-style: italic;
	}

	MadCap|xref
	{
		mc-format: '{paratext}';
		text-decoration: none;
	}

	MadCap|footnoteBlock,
	.MCTextPopupBody
	{
		font-size: 9pt;
	}

	.str
	{
		color: #060;
	}

	.kwd
	{
		color: #006;
		font-weight: bold;
	}

	.com
	{
		color: #600;
		font-style: italic;
	}

	.typ
	{
		color: #404;
		font-weight: bold;
	}

	.lit
	{
		color: #044;
	}

	.pun,
	.opn,
	.clo
	{
		color: #440;
	}

	.tag
	{
		color: #006;
		font-weight: bold;
	}

	.atn
	{
		color: #404;
	}

	.atv
	{
		color: #060;
	}

	p.Book_Type
	{
		border-top-style: solid;
		border-top-width: 4px;
		border-top: solid 4px #00b7ff;
		font-size: 24pt;
		border-top-color: #84c361;
		margin-top: 0;
		padding-top: 8pt;
	}

	div.note
	{
		padding-left: 0;
	}

	div.caution
	{
		height: 40px;
		background-position: left center;
		min-height: 65px;
	}

	div.warning
	{
		height: 40px;
	}

	div.tip
	{
		padding-left: 0;
	}

	p.Product_Name
	{
		text-indent: 0px;
		mc-printer-page-margin-left: 0px;
		text-align: left;
		padding-left: 0px;
		margin-left: -0.75in;
		font-size: 20pt;
	}

	p.Product_Family
	{
		margin-left: -0.75in;
	}

	p.Subtitle
	{
		color: #84c361;
		font-size: 20pt;
	}

	h1.command
	{
		border-bottom-width: 2px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h1.Concept
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h1.Reference
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h1.Task
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h5
	{
		color: #000000;
		font-weight: bold;
		font-size: 10pt;
		margin-top: 12pt;
		widows: 2;
		orphans: 2;
	}

	img.screen
	{
		height: auto;
		max-width: 50%;
	}

	p.title
	{
		color: #000000;
		font-size: 30pt;
	}

	h6
	{
		color: #000000;
		font-size: 10pt;
		font-style: italic;
		font-weight: bold;
		margin-top: 12pt;
		widows: 2;
		orphans: 2;
	}

	h1.step
	{
		
	}

	h2.step
	{
		
	}

	div.caution_wireless
	{
		height: 40px;
		background-image: url('caution_wireless.png');
	}

	td
	{
		mc-hyphenate: never;
		padding-left: 0px;
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
		page-break-after: avoid;
		mc-breadcrumbs-count: 5;
	}

	h2.noTOC
	{
		page-break-before: avoid;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none;
		color: #000000;
		mc-toc-depth: 2;
		padding-left: 0;
		page-break-after: always;
	}

	p.MiniTOC1
	{
		margin-top: 0;
	}

	p.MiniTOC2
	{
		margin-left: 0;
		margin-top: 0;
	}

	pre.ls
	{
		font-size: 6pt;
	}

	h3.noTOC
	{
		mc-heading-level: 0;
	}

	h4.noTOC
	{
		
	}

	h5.noTOC
	{
		
	}

	h6.noTOC
	{
		
	}

	ol
	{
		display: block;
		page-break-inside: auto;
		margin-bottom: 1.12em;
		margin-top: 1.12em;
		margin-left: 0;
		padding-left: 40px;
		margin: 1.12em 0 1.12em 0px;
		padding: 0px 0px 0px 40px;
	}

	ul
	{
		page-break-inside: auto;
	}

	ul.table
	{
		margin-left: 20px;
	}

	ol.table
	{
		margin-left: 20px;
	}
}

@media print
{
	body
	{
		font-size: 10pt;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
	}

	div.MCBreadcrumbsBox_0
	{
		display: none;
	}

	div.FooterTable
	{
		display: none;
	}

	div.kampyle
	{
		display: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		page-break-after: avoid;
	}

	h1
	{
		padding-bottom: 3px;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
		font-size: 18pt;
		color: #000000;
		page-break-before: avoid;
	}

	h1.noTOC
	{
		padding-bottom: 4px;
		mc-heading-level: 0;
		page-break-before: avoid;
		border-bottom-width: 1px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h1.Concept,
	h1.Task,
	h1.Reference
	{
		page-break-before: always;
	}

	h3.command_subhead
	{
		mc-heading-level: 0;
		page-break-before: avoid;
	}

	h2
	{
		margin-left: -.75in;
		font-size: 14pt;
		color: #000000;
		margin: 0pt;
		margin-top: 14pt;
	}

	h3
	{
		color: #000000;
		font-size: 14pt;
		margin-bottom: -0.17pt;
		margin: 0pt;
		margin-top: 14pt;
	}

	h4
	{
		font-weight: bold;
		text-indent: 0;
		padding-left: 0;
		font-size: 12pt;
		color: #000000;
		font-style: normal;
	}

	h4,
	h5,
	h6
	{
		mc-heading-level: 0;
	}

	p,
	td,
	li
	{
		font-size: 10pt;
	}

	li
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 6.25in;
	}

	table.TableStyle-tablestyle_wide
	{
		margin-left: -.65in !important;
		width: 7.25in !important;
	}

	tr
	{
		page-break-inside: avoid;
	}

	th
	{
		font-size: 10pt;
		font-weight: bold;
		padding-bottom: 0px;
	}

	caption
	{
		font-size: 10pt;
	}

	pre
	{
		font-size: 9pt;
		margin-right: 0;
	}

	MadCap|tocProxy
	{
		/* removes border from top of TOC */
		border-top-style: none;
	}

	MadCap|xref.TOCPageNumber
	{
		/* formats TOC page numbers	*/
		color: #84c361;
	}

	p.TOC1
	{
		font-weight: normal;
		font-size: 14pt;
		mc-pagenum-display: none;
		page-break-after: avoid;
		page-break-inside: avoid;
		margin-top: 15pt;
		margin-left: 0in;
		margin-bottom: 10pt;
		color: #84c361;
	}

	p.TOC2
	{
		font-weight: normal;
		font-size: 10pt;
		margin-top: 0;
		margin-bottom: 0;
		mc-leader-align: left;
		mc-leader-format: '.';
		margin-left: 0.2in;
	}

	p.TOC3
	{
		font-weight: normal;
		font-size: 10pt;
		margin-top: 0;
		margin-bottom: 0;
		mc-leader-align: left;
		mc-leader-format: '.';
		margin-left: 0.4in;
	}

	p.headerfooter
	{
		font-style: italic;
	}

	MadCap|xref
	{
		mc-format: '{paratext} on page {page}';
	}

	MadCap|footnoteBlock,
	.MCTextPopupBody
	{
		font-size: 9pt;
	}

	.str
	{
		color: #060;
	}

	.kwd
	{
		color: #006;
		font-weight: bold;
	}

	.com
	{
		color: #600;
		font-style: italic;
	}

	.typ
	{
		color: #404;
		font-weight: bold;
	}

	.lit
	{
		color: #044;
	}

	.pun,
	.opn,
	.clo
	{
		color: #440;
	}

	.tag
	{
		color: #006;
		font-weight: bold;
	}

	.atn
	{
		color: #404;
	}

	.atv
	{
		color: #060;
	}

	p.Book_Type
	{
		border-top-style: solid;
		border-top-width: 4px;
		border-top: solid 4px #00b7ff;
		font-size: 24pt;
		border-top-color: #84c361;
	}

	div.note
	{
		padding-left: 50px;
	}

	div.caution
	{
		height: 40px;
		background-position: left center;
		min-height: 65px;
	}

	div.warning
	{
		height: 40px;
	}

	div.tip
	{
		
	}

	p.Product_Name
	{
		text-indent: 0px;
		mc-printer-page-margin-left: 0px;
		text-align: left;
		padding-left: 0px;
		margin-left: -0.75in;
		font-size: 20pt;
	}

	p.Product_Family
	{
		margin-left: -0.75in;
	}

	p.Subtitle
	{
		margin-left: -0.75in;
		font-size: 18pt;
		color: #84c361;
	}

	h1.command
	{
		border-bottom-width: 2px;
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
	}

	h1.Concept
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
		page-break-before: avoid;
	}

	h1.Reference
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
		page-break-before: avoid;
	}

	h1.Task
	{
		border-bottom: solid 2px #00b7ff;
		border-bottom-color: #84c361;
		page-break-before: avoid;
	}

	h5
	{
		font-size: 10pt;
		color: #000000;
		font-weight: bold;
	}

	img.screen
	{
		height: auto;
		max-width: 50%;
	}

	p.title
	{
		line-height: 29pt;
		letter-spacing: 0px;
		margin-left: -0.75in;
		color: #000000;
		font-size: 30pt;
	}

	h6
	{
		color: #000000;
		font-size: 10pt;
		font-style: italic;
		font-weight: bold;
	}

	h1.step
	{
		
	}

	h2.step
	{
		
	}

	div.caution_wireless
	{
		height: 40px;
	}

	td
	{
		mc-hyphenate: never;
		padding-left: 0px;
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
		page-break-after: avoid;
		mc-breadcrumbs-count: 5;
	}
}

/* *************** */
/* disabled styles */
/* *************** */

abbr,
acronym,
address,
big,
center,
cite,
code,
ins,
kbd,
samp,
span.boolean,
span.state,
tt,
var
{
	mc-disabled: true;
}

MadCap|menuProxy
{
	
}

ul.menu
{
	width: 700px;
	padding-left: 0px;
	margin-left: 60px;
	mc-disabled: false;
}

ul.menu a.selected
{
	display: none;
}

ul.sub-menu li
{
	list-style-type: square;
}

ul.menu li > a:hover,
ul.menu ul > li > a:hover,
ul.menu ul ul > li > a:hover,
ul.menu ul ul ul > li > a:hover,
ul.menu ul ul ul ul > li > a:hover
{
	/* removes hover highlight from menu items */
	background-color: white !important;
}

ul.sub-menu li a
{
	color: #00b7ff;
}

div.note
{
	margin-top: 10px;
	mc-disabled: false;
	padding-left: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.tip
{
	margin-top: 10px;
	margin-bottom: 10px;
	mc-disabled: false;
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2.noTOC
{
	mc-heading-level: 0;
}

img.screen
{
	max-width: 50%;
}

dl
{
	border-bottom-color: #78be20;
	border-top-color: #78be20;
	border-bottom: solid 0px;
	border-top: solid 0px;
	margin: 0;
	margin-left: 2em;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

dt
{
	mc-next-tag: dd;
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
}

dd
{
	mc-next-tag: dt;
	margin-left: 0px;
	font-size: 1em;
}

blockquote
{
	mc-disabled: false;
}

h1.step
{
	mc-auto-number-format: 'Step {Cn+}: ';
}

h2.step
{
	mc-auto-number-format: 'Step {Cn+}: ';
}

dt.code
{
	font-family: Inconsolata;
	font-size: 1.2em;
	font-weight: bold;
}

td
{
	mc-hyphenate: never;
	mc-hyphenate-maximum-adjacent-line-count: 3;
	mc-hyphenate-shortest-prefix: 3;
	mc-hyphenate-shortest-suffix: 3;
	mc-hyphenate-shortest-word: 5;
	padding-left: 0px;
}

MadCap|conceptLink
{
	color: #00b7ff;
	mc-disabled: false;
}

MadCap|keywordLink
{
	color: #00b7ff;
	mc-disabled: false;
}

MadCap|relatedTopics
{
	color: #00b7ff;
}

MadCap|shortcut
{
	color: #00b7ff;
	mc-disabled: false;
}

a:visited
{
	
}

pre.label
{
	padding-bottom: 0px;
	background-color: #f5f5f5;
	font-weight: bold;
	font-family: 'Open Sans';
	border-bottom: none;
	margin-top: 1.12em;
}

pre.code
{
	margin-top: 0em;
	border-top-style: none;
	padding-top: 2px;
}

p.caution
{
	background-image: url('caution.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 50px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-auto-number-format: '{b}CAUTION! {/b}';
}

p.caution_wireless
{
	background-image: url('caution_wireless.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 100px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-auto-number-format: '{b}CAUTION! {/b}';
}

p.note
{
	padding-left: 0px;
	border-bottom: solid 1px;
	border-bottom-color: #84c361;
	border-top: solid 1px #84c361;
	mc-auto-number-format: '{color #84c361}{b}Note {/b}{/color}';
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.tip
{
	border-bottom-width: 1px;
	border-top: solid 1px #84c361;
	margin: 10px;
	margin-right: 0px;
	line-height: 110%;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #84c361;
	margin-left: 0;
	mc-auto-number-format: '{color #84c361}{b}Tip {/b}{/color}';
}

p.warning
{
	background-image: url('warning.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 60px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
	mc-auto-number-format: '{b}WARNING! {/b}';
}

MadCap|footnoteBlock
{
	color: #000000;
}

p.caution_locale
{
	background-image: url('caution.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 60px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
}

p.caution_wireless_locale
{
	background-image: url('caution_wireless.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 100px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
}

p.tip_locale
{
	border-bottom-width: 1px;
	border-top: solid 1px #84c361;
	margin: 10px;
	margin-right: 0px;
	line-height: 110%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #84c361;
	margin-top: 10px;
	margin-left: 0;
}

p.warning_locale
{
	background-image: url('warning.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 60px;
	line-height: 110%;
	padding-bottom: 15px;
	padding-top: 15px;
}

p.note_locale
{
	padding-left: 0px;
	border-bottom: solid 1px;
	border-bottom-color: #84c361;
	border-top: solid 1px #84c361;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

html.start
{
	mc-master-page: url('../masterpages/masterpage_start.flmsp');
	mc-disabled: false;
}

html
{
	mc-disabled: false;
}

MadCap|bodyProxy
{
	page-break-before: avoid;
	mc-disabled: false;
}

ul.menu.mc-component
{
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100% !important;
	height: 100%;
	background-color: #ffffff;
}

pre.prism
{
	
}

h3.Step
{
	mc-auto-number-format: 'Step {Cn+}: ';
}

@media only screen and (max-width: 1279px)
{
	body
	{
		margin-right: 200px;
	}
}

@media only screen and (max-width: 767px)
{
	body
	{
		margin-right: 50px;
		margin-left: 20px;
	}
}

pre.ls
{
	
}

p.task_dropdown
{
	color: #84c361;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	padding-bottom: 0;
	padding: 0;
	vertical-align: middle;
}

ul.table
{
	line-height: 0em;
	margin: 0px 0px 0.5em;
	margin-left: 0px;
}

li.table
{
	line-height: 1.2em;
	margin: 0px;
	margin-top: 0px;
}

ol.table
{
	margin: 0px 0px 0.5em;
}

