/*<meta conditions="LP.Infiniium-PG,LP.Infiniium-UG,LP.FlexPLL-PG,LP.FlexPLL-UG,LP.FlexRT-PG,LP.FlexRT-UG,LP.Infiniium-SG" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*******************************************************
Styles for HTML5 Top Navigation output

*********************************************************/

html	/* this is the base font size for rem units. This rem base is NOT inherited which makes it safer to use than em */
{
	font-size: 11pt;
}

body
{
	font-family: Arial;
}

/******************************************************************
 Normal body area in home and other topics.
*******************************************************************/

div.home-layout
{
	padding: 25px 20px;
}

/* home page body area below home_topic div. Other topic body area below topic-header */

div.topic_wrapper
{
	padding: 2% 20px;
	padding-top: 0px;
	margin-top: 0px;
}

/* Removes Flare's Logo and Search banner on normal topics */

.no_logo_bar div.logo-wrapper,
.no_logo_bar div.nav-search-wrapper
{
	display: none;
}

/* 
.nav-search-wrapper
{
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	flex: 0 1 auto;
}
*/

.no_logo_bar div.menu-icon-container
{
	min-height: 30px;
	height: 30px;
}

/* border beneath menu bar */

nav.title-bar
{
	border-bottom: 3px groove #9c9c9c;
}

/* Flare overrides padding set in the skin when in tablet/mobile */

html.home-topic .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/******************************************************************
 Flare inserted div tag. Wrapping home_topic, toolbar, and body content
 on Home and other topics.
*******************************************************************/

div.body-container
{
	margin: 0px;
	padding: 0px;
}

/******************************************************************
 Home page header (resides in body-container)
*******************************************************************/

div.home_topic,
div.home_topic_RT
{
	/*
	margin: 0px;
	*/
	padding: 0.1% 2%;
	background-size: cover;
	background-attachment: fixed;
}

/* Title on Home Topic */

div.home_topic h1,
div.home_topic_RT h1
{
	/*
	margin: 0px;
	padding: 0px;
	*/
	font-size: 2rem;
	text-align: left;
	text-shadow: none;
}

div.home_topic p,
div.home_topic_RT p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.2rem;
	text-shadow: none;
}

/******************************************************************
 Header for topics other than home topic(resides in body-container)
*******************************************************************/

h1
{
	/*
	margin: 0px;
	padding: 10px 15px;
	*/
	background-size: cover;
	background-attachment: fixed;
	border: none;
	font-size: 1.7rem;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}

h1 i,
h1 em,
h1 b,
h1 strong
{
	font-size: 1.7rem;
}

/******************************************************************
 Links
*******************************************************************/

a:link
{
	color: #e90029;
	/* Keysight red */
	text-decoration: none;
}

a:visited
{
	color: #e90029;
	text-decoration: none;
}

a:hover
{
	color: #e90029;
	/* Keysight red */
	text-decoration: underline;
}

div.colophon a:hover
{
	background-position: 0 -18px;
}

/*******************************************************
NavIcons (NavIcons.flsnp)
Small QuickJump navigation icons in every topic banner.
More styles under "@media tablet" in this stylesheet.

IMPORTANT!
These navigation icons get interferred with in Flare's complex DOM
on the displayed web page. So, the z-index is set so that when the topic content is
scrolled up, the icons go beneath the menu bar. Flare sets the menu bar's z-index to
1000. So the navigation icons z-index settings are set to a 900 series.

If a lower z-index is used (eg, 200 or 2):
   * The links and pixie previews do not work. (BAD!)
   * The nav icons correctly pass BENEATH the menu bar when the page scrolls up. (GOOD!)
   * The icons do not interfer with (are on top of) opened menus. (GOOD!)

If a higher z-index is used (eg, >= 1000):
   * The links and pixie previews work. (GOOD!)
   * The nav icons pass ABOVE the menu bar when the page scrolls up. (BAD!)
   * The icons cover (are on top of) opened menus. (BAD!)
*******************************************************/

div a.QuickJump_home,
div a.QuickJump_home_RT
{
	display: block;
	position: absolute;
	width: 20px;
	height: 15px;
	top: 10px;
}

div a.QuickJump_home
{
	right: 61px;
	background: url(Images/QuickJump_home_icon.png) no-repeat;
	z-index: 1901;
}

div a.QuickJump_home_RT
{
	right: 37px;
	background: url(Images/QuickJump_home_icon.png) no-repeat;
	z-index: 1901;
}

div a.QuickJump_yellow,
div a.QuickJump_orange,
div a.QuickJump_violet,
div a.QuickJump_blue,
div a.QuickJump_green
{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 14px;
}

div a.QuickJump_yellow
{
	right: 83px;
	background: url(Images/QuickJump_yellow_icon.png) no-repeat;
	z-index: 1902;
}

div a.QuickJump_orange
{
	right: 101px;
	background: url(Images/QuickJump_orange_icon.png) no-repeat;
	z-index: 1903;
}

div a.QuickJump_violet
{
	right: 119px;
	background: url(Images/QuickJump_violet_icon.png) no-repeat;
	z-index: 1904;
}

div a.QuickJump_blue
{
	right: 137px;
	background: url(Images/QuickJump_blue_icon.png) no-repeat;
	z-index: 1905;
}

div a.QuickJump_green
{
	right: 155px;
	background: url(Images/QuickJump_green_icon.png) no-repeat;
	z-index: 1906;
}

/***************
CHANGE ICON PICTURE IF TOPIC TYPE IDENTIFIED */

.green_topic a.QuickJump_green,
.blue_topic a.QuickJump_blue,
.violet_topic a.QuickJump_violet,
.orange_topic a.QuickJump_orange,
.yellow_topic a.QuickJump_yellow
{
	background-position: 0 -22px;
}

div.home_topic a.QuickJump_home,
div.home_topic_RT a.QuickJump_home_RT
{
	background-position: 0 -30px;
}

/***************
CHANGE ICON PICTURE IF MOUSE HOVERS OVER ICON */

div a.QuickJump_green:hover,
div a.QuickJump_blue:hover,
div a.QuickJump_orange:hover,
div a.QuickJump_violet:hover,
div a.QuickJump_yellow:hover
{
	background-position: 0 -11px;
}

div a.QuickJump_home:hover,
div a.QuickJump_home_RT:hover
{
	background-position: 0 -15px;
}

/******************************************************************
 Search Results Generated Topic
*******************************************************************/

div#searchPane h1#results-heading
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #555;
	font-size: 1.7rem;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}

/******************************************************************
Breadcrumb proxy
*******************************************************************/

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-count: 5;
	mc-breadcrumbs-divider: " > ";
	margin: 0px;
	/*
	padding: 7px 20px 3px 15px;
	height: 15px;
	*/
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #fff;
	background-color: #555;
	border-top-style: none;
	border-bottom: none;
	font-size: 1rem;
	mc-breadcrumbs-prefix: 'You are here: ';
}

a.MCBreadcrumbsLink:link,
a.MCBreadcrumbsLink:visited
{
	color: #f69158;
	text-decoration: none;
}

a.MCBreadcrumbsLink:hover
{
	color: #ffbe99;
	text-decoration: none;
}

/**********************************************************
Flexbox for Infiniium home page "mode" buttons: [Oscilloscope] [Eye/Mask] [Jitter/Noise] [TDR/TDT]
These are not the little navigation icon links that are at the top of each topic.
**********************************************************/

.flexbox_modes
{
	float: right;
	padding: 0px;
	padding-left: 10px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: flex-start;
}

.flexbox_mode_btns
{
	float: right;
	padding: 0px;
	padding-left: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
}

/* Set the viewport for pixie mode buttons */

a.scope_btn,
a.eye_btn,
a.jitter_btn,
a.tdr_btn
{
	display: block;
	width: 108px;
	height: 47px;
	margin: 0px 2px 2px 0px;
}

a.lic_icon_btn
{
	display: block;
	width: 40px;
	height: 47px;
	margin: 0px 0px 0px 0px;
}

a.scope_btn
{
	background: url(Images/N1000_scope_mode_btn.png) no-repeat;
}

a.eye_btn
{
	background: url(Images/N1000_eye_mode_btn.png) no-repeat;
}

a.jitter_btn
{
	background: url(Images/N1000_jitter_mode_btn.png) no-repeat;
}

a.tdr_btn
{
	background: url(Images/N1000_tdr_mode_btn.png) no-repeat;
}

a.lic_icon_btn
{
	background: url(Images/unlicensed_icon_btn.png) no-repeat;
}

a.scope_btn:hover,
a.eye_btn:hover,
a.jitter_btn:hover,
a.tdr_btn:hover,
a.lic_icon_btn:hover
{
	background-position: 0 -47px;
}

/*******************************************************/
/*              Flexbox definitions                    */
/*******************************************************/

.flexbox,
.flexbox_toolbars
{
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	margin: 10px 10px 10px 10px;
}

.flexbox_toolbars img
{
	border: none;
}

.flexbox_modes p
{
	margin: 10px 10px 0px 10px;
	text-align: center;
}

ul.flexbox
{
	margin: 0 10px 10px 20px;
}

ul.flexbox li
{
	width: 160px;
}

.flexbox h2
{
	/* for home page */
	font-family: Arial;
	font-size: 1.25rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555;
	margin: 0px;
	padding: 6px 10px 0px 10px;
	border-top: none;
}

.flexbox figure
{
	border: none;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

.flexbox figcaption
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.flexbox img
{
	margin: 0px;
	padding: 10px 0px;
}

/* Flexbox for topic legend */

.flx_legend_wrapper
{
	mc-conditions: 'K.Screen';
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: left;
	width: 100%;
	padding: 6px 20px 6px 10px;
	margin: 0px;
	border-bottom: 1px solid black;
	background-color: #f2f2f2;
}

.flx_legend
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: left;
	padding: 0.1% 2%;
	margin: 0px;
	background-color: transparent;
}

.flex_label
{
	text-align: right;
	height: 20px;
	font-size: 10pt;
	padding: 0px;
	padding-top: 3px;
	/* was 2px */
	margin: 0px;
	background-color: transparent;
}

/* Flexbox for toolbar buttons */

.flexbox_toolbars div
{
	padding: 10px 0px;
}

.flexbox_toolbars figure
{
	clear: left;
	height: 40px;
	width: 180px;
	margin: 0px;
	padding: 10px;
}

.flexbox_toolbars a
{
	position: relative;
}

/* Option Key Icon that Hovers Over Math Operator Icon */

.flexbox_toolbars figure div.Key_Icon
{
	position: absolute;
	top: -6px;
	right: 4px;
	width: 32px;
	height: 32px;
	border: none;
	background: url(Images/key_license_operator.png) left top no-repeat;
}

.flexbox_toolbars figcaption
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.flexbox_toolbars img
{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.flexbox_toolbars h2
{
	font-size: 1rem;
}

/******************************************************************
Home Topic Footer
*******************************************************************/

div.footer
{
	background-color: #e8e8e8;
	padding: 1% 2%;
}

div.home-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
}

div.home-footer::before
{
	content: ' ';
	display: table;
}

div.home-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-footer > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.home-footer > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

p.book_id,
p.web_address
{
	color: #555;
	padding-top: 0em;
	margin-bottom: 0;
	margin-top: 0;
}

p.book_id
{
	text-align: left;
}

p.web_address
{
	text-align: right;
}

p.footer-sub
{
	color: #555;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/******************************************************************
 Colophon
*******************************************************************/

div.colophon a
{
	position: fixed;
	z-index: 2000;
	top: 90px;
	left: 0px;
	height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	background: url(Images/colophon_target_purple.gif) left top no-repeat;
}

/******************************************************************
 Search results pane
*******************************************************************/

div#searchPane
{
	padding: 2% 2%;
}

/******************************************************************
 Content styles.
*******************************************************************/

h2
{
	font-weight: bold;
	font-size: 1.2rem;
	color: #555;
	width: 95%;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	/* border-top: 2px solid #9c9c9c; */
	/* Keysight medium gray */
}

h2 i,
h2 em,
h2 b,
h2 strong
{
	font-size: 1.2rem;
}

h3
{
	font-weight: bold;
	font-size: 1rem;
}

h4
{
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #666;
	font-size: 1rem;
}

p
{
	font-size: 1rem;
	font-family: Arial;
}

h4 + p
{
	margin-top: 0px;
	padding-top: 0px;
}

em,
i
{
	font-size: 1em;
}

p i,
p em,
p b,
p strong
{
	font-size: 1em;
}

ol,
ul
{
	font-size: 0.9rem;
	letter-spacing: .25;
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

ul.codelist
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.9rem;
	list-style-type: square;
	letter-spacing: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
}

ul.codelist li
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2px 0;
	padding-bottom: 2px;
}

p.note
{
	margin-top: 0pt;
	margin-bottom: 12pt;
	mc-auto-number-format: '{color red}{b}NOTE: {/b}{/color} ';
	padding-left: 0px;
}

MadCap|equation
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 9pt;
}

.mathText
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.0rem;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	border-bottom: 1px solid #dadada;
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
}

/*******************************************************
 MadCap Cross References
*******************************************************/

MadCap|xref,
MadCap|xref.Chap,
MadCap|xref.Pg,
MadCap|xref.PageRefOnly
{
	color: #e90029;
	text-decoration: underline;
	mc-format: '{para}';
}

/* Figure xrefs are print only by conditional text in topic. Figure captions are not used in online content. */

MadCap|xref.Fig
{
	mc-format: '{paratext}';
}

MadCap|xref.FigPg,
MadCap|xref.FigTxtPg
{
	mc-format: '{paratext}';
}

MadCap|xref.Tbl,
MadCap|xref.TblPg
{
	mc-format: '{paratext}';
}

MadCap|xref.Sidebar,
MadCap|xref.SidebarAndPage
{
	mc-format: '{paratext} sidebar';
}

/*******************************************************/
/*              Flexbox definitions                    */
/*******************************************************/

div.flexpanel
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

div.panel
{
	padding: 0px;
	min-width: 20%;
	align-self: flex-start;
}

div.panel h2
{
	font-family: Arial;
	font-size: 1.25rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555;
	margin: 0px;
	padding: 6px 10px 0px 0px;
	border-top: none;
}

div.panel ul li
{
	font-size: 1rem;
	list-style-type: square;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

/*******************************************************
LICENSE NOTICE
*******************************************************/

div.license
{
	position: relative;
	margin: 10px 20px 25px 10px;
	padding: 0px;
	overflow: hidden;
	font-family: Arial;
	border: 1px solid #000;
	border-radius: 0px 5px 0px 5px;
	box-shadow: 5px 5px 10px #666;
	background: url(Images/license_background.gif) top left repeat-y;
	background-color: #ebecf6;
}

div.license_icon
{
	position: absolute;
	z-index: 100;
	left: 25px;
	top: 2px;
	min-height: 24px;
	width: 80px;
	background-image: url(Images/key-license-icon-small.png);
	background-repeat: no-repeat;
}

div.license p
{
	font: 1rem Arial;
	padding: 5px 10px 5px 0px;
	margin: 0 0 0 90px;
}

.license ul
{
	font: 1rem Arial;
	padding: 5px 10px 5px 0px;
	margin: 0 0 0 100px;
}

/*******************************************************
   WARNINGS, CAUTIONS, NOTES & SCPI Node
*******************************************************/

div.keysight_restricted
{
	margin: 0px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border-bottom: 2px solid #e90029;
	border-top: 2px solid #e90029;
}

/* warning is the default */

/*
div.warning,
div.caution,
div.note,
div.scpinode
{
	margin: 10px;
	border: none;
	padding: 0px;
	background-image: url(Images/warning_icon.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e90029;
}

div.caution
{
	background-image: url(Images/caution_icon.png);
	border-bottom: 1px solid #fdc206;
}

div.note
{
	background-image: url(Images/note_icon.png);
	border-bottom: 1px solid #006837;
}

div.scpinode
{
	background-image: url(Images/scpinode_icon.png);
	border-bottom: 1px solid #006837;
}

div.warning p,
div.caution p,
div.note p,
div.scpinode p
{
	font-weight: normal;
	margin: 0px;
	margin-left: 80px;
	padding: 0px;
	padding-bottom: 5px;
}

div.warning p
{
	font-weight: bold;
}

div.warning ol,
div.warning ul,
div.caution ol,
div.caution ul,
div.note ol,
div.note ul
{
	margin-left: 80px;
}

div.warning p.NoRule,
div.caution p.NoRule,
div.note p.NoRule
{
	border-bottom: none;
	padding-bottom: 10px;
}
*/

div.warning,
div.caution,
div.note,
div.scpinode
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 1.1em;
	overflow: hidden;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 10%;
}

div.note
{
	background-color: #efefef;
	border: solid 1px #a6a6a6;
	/*
    mc-auto-number-format: '{b}NOTE: {/b}';
    padding: 0.6em;
    */
	background-image: url(Images/note_icon.png);
	background-position: 9px 9px;
	background-repeat: no-repeat;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 90px;
}

div.caution
{
	background-color: #ffefdf;
	border: solid 1px #f2a600;
	/*
    mc-auto-number-format: '{b}CAUTION: {/b}';
    padding: 0.6em;
    */
	background-image: url(Images/caution_icon.png);
	background-position: 9px 9px;
	background-repeat: no-repeat;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 90px;
}

div.warning
{
	background-color: #ffe2e2;
	border: solid 1px #ff0f00;
	/*
    mc-auto-number-format: '{b}WARNING: {/b}';
    padding: 0.6em;
    */
	background-image: url(Images/warning_icon.png);
	background-position: 9px 9px;
	background-repeat: no-repeat;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 90px;
}

div.scpinode
{
	background-color: #a8d4d7;
	border: solid 1px #6bb5ba;
	/*
    mc-auto-number-format: '{b}SCPI Node: {/b}';
    padding: 0.6em;
    */
	background-image: url(Images/scpinode_icon.png);
	background-position: 9px 9px;
	background-repeat: no-repeat;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 90px;
}

div.warning p,
div.caution p,
div.note p,
div.scpinode p
{
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

/*******************************************************
  Figures
*******************************************************/

img
{
	margin: 5px 0px 5px 0px;
	max-width: 100%;
	height: auto;
}

img.small
{
	width: 60%;
	height: auto;
}

img.smaller
{
	width: 30%;
	height: auto;
}

figure
{
	padding: 0px;
	margin: 2px;
	margin-left: 10px;
}

figure img
{
	border: thin solid #555;
	padding: 10px;
	margin: 0px;
}

figure img.noborder
{
	border: none;
}

/* Figure captions style *******************
The "figtitle" class is provided so that you can easily locate the caption
for a cross reference in Flare's Cross Reference dialog under Styles.
If the class is ommited, you can still add a cross reference by inserting
a bookmark and then searching for the bookmark.
*/

figcaption,
figcaption.figtitle
{
	mc-auto-number-format: '';
	font-size: 0.8rem;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding: 0px 0px 4px 0px;
	margin-left: 0;
	page-break-before: avoid;
}

figure.center
{
	margin: auto;
}

figure.center figcaption
{
	text-align: center;
}

/*******************************************************
  Tables
*******************************************************/

table
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid;
	margin: 15px 0px;
}

/* Cross References to Table Captions
The "tabletitle" class is provided so that you can easily locate the caption
for a cross reference in Flare's Cross Reference dialog under Styles.
If the class is ommited, you can still add a cross reference by inserting
a bookmark and then searching for the bookmark.
*/

caption,
caption.tabletitle
{
	/* mc-auto-number-format: 'GT:{b}Table {n+}{/b}. '; */
	caption-side: top;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-bottom: 5px;
}

thead
{
	font-style: normal;
	font-family: "Arial Narrow", Arial;
}

tbody
{
	font-family: "Arial Narrow", Arial;
}

tr
{
	border: 1px solid;
	border-bottom: 1px #9c9c9c solid;
}

th
{
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
	text-align: left;
	border: 1px solid;
	padding: 3px 5px 2px 5px;
	vertical-align: bottom;
	border-bottom-width: 2px;
	background-color: #e8e8e8;
	color: #000;
}

.striped tr:nth-of-type(even)
{
	background-color: #f2f2f2;
}

tr.highlight,
td.highlight
{
	background-color: #f2f2f2 !important;
}

td
{
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
	padding: 3px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid;
}

td p,
td li
{
	font-family: inherit;
	font-size: inherit;
	vertical-align: inherit;
	line-height: inherit;
	margin-top: inherit;
}

td.code
{
	line-height: inherit;
	margin-top: inherit;
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.8rem;
}

td.cell_indent
{
	padding-left: 20px;
}

td.no_wrap
{
	white-space: pre;
}

td.cellcolor1
{
	background-color: #fde2b8;
	/* Keysight 20% light green */
}

table ul li,
table ol li
{
	font-size: 10pt;
}

ul table,
ol table
{
	padding-top: 20px;
}

.center
{
	text-align: center;
}

.VCenter
{
	vertical-align: middle;
}

table.noborder,
table.noborder td,
table.noborder th
{
	border: none;
	border-color: #fff;
}

table.noborder td.left_align
{
	text-align: left;
}

.left_align
{
	text-align: left;
}

.right_align
{
	text-align: right;
}

/***************************************
Table for placing two specification graph PNGs side-by-side
on a PDF page.
****************************************/

table.two_adjacent_graphs
{
	border: none;
	margin: 8pt 3pc 8pt 3pc;
	padding: 0pc;
}

table.two_adjacent_graphs tr
{
	border: none;
}

table.two_adjacent_graphs td
{
	border: none;
	margin: 0in;
	padding: 0in;
}

table.two_adjacent_graphs td img
{
	width: 100%;
	height: auto;
	margin: 0in;
	padding: 0in;
}

table.two_adjacent_graphs figcaption
{
	margin: 0in;
	padding: 0in;
}

/*******************************************************
 Lists
*******************************************************/

ul
{
	list-style-type: square;
	margin: 0px;
	margin-left: 17px;
	padding: 0px 10px 0px 10px;
}

ul.icon
{
	list-style-type: none;
	margin: 0px;
	margin-left: 17px;
	padding: 10px 10px 10px 10px;
}

ul li
{
	font-size: 11pt;
	padding: 0px;
}

ul.tight li
{
	margin: 0 0 2px 0;
	padding-bottom: 2px;
}

ul ul
{
	font-size: 11pt;
	list-style: circle;
	padding-top: 0px;
}

ul.footnote
{
	color: #9c9c9c;
	font-size: 8pt;
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ul.footnote li
{
	margin: 0px;
	padding: 0px;
}

ol
{
	font-size: 11pt;
	list-style-type: decimal;
	margin: 8px 0px 8px 35px;
	padding-left: 0px;
}

ol li
{
	font-size: 11pt;
	margin: 4px 0px 12px 0px;
}

ol ul li
{
	font-size: 11pt;
	margin: 0px 0px 0px 10px;
}

ol ul.loose li
{
	margin: 0px 0px 12px 10px;
}

ol ol
{
	font-size: 11pt;
	list-style-type: lower-alpha;
}

ul p,
ol p
{
	font-size: 11pt;
	margin-top: 20px;
}

pre
{
	display: block;
	tab-size: 4;
	/* new css property */
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 10px;
}

pre.code
{
	border: thin #555 solid;
	box-shadow: 2px 2px 2px #24277c;
	background-color: WhiteSmoke;
	/* was Cornsilk */
	margin: 10px 10px 15px 10px;
	padding: 10px;
}

dt
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.8rem;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
}

code
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.8rem;
}

dl
{
	margin-top: 10px;
}

dd
{
	padding: 10px 0px 15px 20px;
}

dl table
{
	margin-top: 20px;
}

/* LISTS FOR CODE */

ul.code
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.8rem;
	list-style-type: none;
	margin: 8px 0px 10px 0px;
	padding-left: 17px;
}

ul.code li
{
	margin: 0px;
	padding: 0px;
}

ul.code li.ln2
{
	margin-left: 20px;
}

ul.code li.ln3
{
	margin-left: 40px;
}

ul.code li.ln4
{
	margin-left: 60px;
}

/*******************************************************
  Sidebars
*******************************************************/

div.sidebar,
div.scpiconfig,
div.results_table
{
	font-size: 10pt;
	float: right;
	width: 2.5in;
	margin: 10px 0pt 6pt 6pt;
	padding: 0in;
	background: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-shadow: 1px 1px 3px #666;
}

div.scpiconfig
{
	background: #fff;
}

/* light 20% green */

div.results_table
{
	background: #cccae2;
}

/* h1.sidebar is needed so Flare cross reference can target it. */

div.sidebar h1,
div.scpiconfig h1,
div.results_table h1
{
	mc-auto-number-format: "";
	/* Do not add autonumber */
	mc-heading-level: 0;
	/* Do not add to table of contents */
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	color: #000;
	margin: 0in;
	padding: 3pt;
	border-bottom: 1px #555 solid;
	width: 100%;
	background: #b4d26e;
	/* 70% light green */
}

div.results_table h1
{
	background: #9898c3;
}

div.sidebar p,
div.scpiconfig p,
div.results_table p
{
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
	color: #000;
	margin: 0in;
	padding: 3pt;
}

div.results_table p
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.7rem;
}

div.sidebar code,
div.scpiconfig code,
div.results_table code
{
	font-size: 9pt;
}

div.sidebar ul,
div.scpiconfig ul,
div.results_table ul
{
	list-style-type: square;
	list-style-position: outside;
	font-size: 10pt;
	color: #000;
	margin: 0 0 0 10px;
	padding: 0px;
}

div.sidebar ul.tight
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.sidebar ul li,
div.scpiconfig ul li,
div.results_table ul li
{
	font-size: 10pt;
	background: none;
	margin: 10px;
	padding: 0px;
}

div.results_table ul li
{
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.9rem;
}

div.sidebar ul.tight li,
div.scpiconfig ul.tight li,
div.results_table ul.tight li
{
	font-size: 10pt;
	margin: 0px 10px 0px 10px;
}

div.sidebar ol
{
	font-size: 10pt;
	color: #000;
}

div.sidebar ol li
{
	font-size: 10pt;
	margin: 0px 5px 5px 0px;
}

div.sidebar ul ol
{
	font-size: 10pt;
	margin: 10px 10px 10px 25px;
}

/*******************************************************
Code Snippets
*******************************************************/

MadCap|codeSnippet
{
	border: thin #555 solid;
	box-shadow: 2px 2px 2px #24277c;
	background-color: WhiteSmoke;
}

MadCap|codeSnippetBody.Python
{
	mc-code-lang: Python;
	tab-size: 4;
	/* new css property */
	font-family: Consolas, "Courier New", monospace;
	font-size: 10px;
}

/*******************************************************
Text Colors Forgrounds
*******************************************************/

.characteristic	/* for specifications tables */
{
	font-style: italic;
	color: #060;
}

.green_text
{
	color: green;
}

.prog_comment
{
	color: green;
}

.blue_text
{
	color: blue;
}

.yellow_text
{
	color: #c1b213;
}

.pink_text
{
	color: #CC00FF;
}

.gold_text
{
	color: #CC9900;
}

.orange_text
{
	color: #fb4500;
}

.red_text
{
	color: #FF0000;
}

.purple_text
{
	color: #7a19c4;
}

.brown_text
{
	color: #744A00;
}

/*******************************************************
  Infiniium Channel Colors for Forgrounds
*******************************************************/

.chan_color_1_text
{
	color: #faff00;
}

.chan_color_2_text
{
	color: #00d539;
}

.chan_color_3_text
{
	color: #3385ff;
}

.chan_color_4_text
{
	color: #ff005c;
}

.chan_color_5_text
{
	color: #00ffff;
}

.chan_color_6_text
{
	color: #ff00e5;
}

.chan_color_7_text
{
	color: #ad6aff;
}

.chan_color_8_text
{
	color: #ff9000;
}

.chan_color_9_text
{
	color: #0155ff;
}

.chan_color_10_text
{
	color: #e65555;
}

.chan_color_11_text
{
	color: #7680f7;
}

.chan_color_12_text
{
	color: #fb4500;
}

.chan_color_13_text
{
	color: #00e686;
}

.chan_color_14_text
{
	color: #00b8dc;
}

.chan_color_15_text
{
	color: #b23a0e;
}

.chan_color_16_text
{
	color: #8ef23d;
}

.chan_color_17_text
{
	color: #c97a88;
}

.chan_color_18_text
{
	color: #eecafe;
}

.chan_color_19_text
{
	color: #c86c49;
}

.chan_color_20_text
{
	color: #b2c873;
}

.chan_color_21_text
{
	color: #48c5ab;
}

.chan_color_22_text
{
	color: #8288f4;
}

.chan_color_23_text
{
	color: #824475;
}

.chan_color_24_text
{
	color: #9dc6f7;
}

.chan_color_25_text
{
	color: #677932;
}

.chan_color_26_text
{
	color: #4b998b;
}

.chan_color_27_text
{
	color: #bff9aa;
}

.chan_color_28_text
{
	color: #6457ca;
}

.chan_color_29_text
{
	color: #5b80a1;
}

.chan_color_30_text
{
	color: #9c6bbc;
}

.chan_color_31_text
{
	color: #cb4d4c;
}

.chan_color_32_text
{
	color: #c9a0f5;
}

.chan_color_33_text
{
	color: #187c9a;
}

.chan_color_34_text
{
	color: #799b75;
}

.chan_color_35_text
{
	color: #bc6808;
}

.chan_color_36_text
{
	color: #bbfa1a;
}

.chan_color_37_text
{
	color: #f97998;
}

.chan_color_38_text
{
	color: #b00cf7;
}

.chan_color_39_text
{
	color: #14675a;
}

.chan_color_40_text
{
	color: #991c45;
}

.chan_color_41_text
{
	color: #c8ab6c;
}

.chan_color_42_text
{
	color: #61f55c;
}

.chan_color_43_text
{
	color: #f8db68;
}

.chan_color_44_text
{
	color: #a94607;
}

.chan_color_45_text
{
	color: #29971b;
}

.chan_color_46_text
{
	color: #7af5cf;
}

.chan_color_47_text
{
	color: #a2fb7a;
}

.chan_color_48_text
{
	color: #fbb80f;
}

/*******************************************************
  Flex Channel Colors for Backgrounds
*******************************************************/

.chan_color_1
{
	background-color: #faff00;
}

.chan_color_2
{
	background-color: #00d539;
}

.chan_color_3
{
	background-color: #3385ff;
}

.chan_color_4
{
	background-color: #ff005c;
}

.chan_color_5
{
	background-color: #00ffff;
}

.chan_color_6
{
	background-color: #ff00e5;
}

.chan_color_7
{
	background-color: #ad6aff;
}

.chan_color_8
{
	background-color: #ff9000;
}

.chan_color_9
{
	background-color: #0155ff;
}

.chan_color_10
{
	background-color: #e65555;
}

.chan_color_11
{
	background-color: #7680f7;
}

.chan_color_12
{
	background-color: #fb4500;
}

.chan_color_13
{
	background-color: #00e686;
}

.chan_color_14
{
	background-color: #00b8dc;
}

.chan_color_15
{
	background-color: #b23a0e;
}

.chan_color_16
{
	background-color: #8ef23d;
}

.chan_color_17
{
	background-color: #c97a88;
}

.chan_color_18
{
	background-color: #eecafe;
}

.chan_color_19
{
	background-color: #c86c49;
}

.chan_color_20
{
	background-color: #b2c873;
}

.chan_color_21
{
	background-color: #48c5ab;
}

.chan_color_22
{
	background-color: #8288f4;
}

.chan_color_23
{
	background-color: #824475;
}

.chan_color_24
{
	background-color: #9dc6f7;
}

.chan_color_25
{
	background-color: #677932;
}

.chan_color_26
{
	background-color: #4b998b;
}

.chan_color_27
{
	background-color: #bff9aa;
}

.chan_color_28
{
	background-color: #6457ca;
}

.chan_color_29
{
	background-color: #5b80a1;
}

.chan_color_30
{
	background-color: #9c6bbc;
}

.chan_color_31
{
	background-color: #cb4d4c;
}

.chan_color_32
{
	background-color: #c9a0f5;
}

.chan_color_33
{
	background-color: #187c9a;
}

.chan_color_34
{
	background-color: #799b75;
}

.chan_color_35
{
	background-color: #bc6808;
}

.chan_color_36
{
	background-color: #bbfa1a;
}

.chan_color_37
{
	background-color: #f97998;
}

.chan_color_38
{
	background-color: #b00cf7;
}

.chan_color_39
{
	background-color: #14675a;
}

.chan_color_40
{
	background-color: #991c45;
}

.chan_color_41
{
	background-color: #c8ab6c;
}

.chan_color_42
{
	background-color: #61f55c;
}

.chan_color_43
{
	background-color: #f8db68;
}

.chan_color_44
{
	background-color: #a94607;
}

.chan_color_45
{
	background-color: #29971b;
}

.chan_color_46
{
	background-color: #7af5cf;
}

.chan_color_47
{
	background-color: #a2fb7a;
}

.chan_color_48
{
	background-color: #fbb80f;
}

/* REQUIRED and OPTIONAL COLOR for :FUNCtion:FOPerator SCPI Command */

.required_color
{
	background-color: #E3372E;
}

.optional_color
{
	background-color: #FAF519;
}

/*******************************************************
Topic Legends
*******************************************************/

.legend_N1010A,
.legend_RTOscilloscope,
.legend_N1000A,
.legend_N1002A,
.legend_86100D,
.legend_DCA-M,
.legend_Infiniium,
.legend_FlexPLL,
.legend_FlexRT,
.legend_N109X,
.legend_RTscope,
.legend_M8000,
.legend_81160A,
.legend_AWG,
.legend_STR,
.legend_feature,
.legend_PatLock,
.legend_NRZ,
.legend_PAM,
.legend_TDR,
.legend_Pulse,
.legend_SV,
.legend_Ques,
.legend_MV,
.legend_Scope,
.legend_Eye,
.legend_Jitter,
.legend_TDR,
.legend_CDR,
.legend_JSA,
.legend_AdvEye,
.legend_STD,
.legend_PTB,
.legend_PubSel,
.legend_PubSust,
.legend_RND,
.legend_MFG,
.legend_SNT,
.legend_FLEX,
.legend_generic,
.legend_complianceApp,
.legend_Simulate,
.legend_Legacy,
.legend_Standard,
.legend_Comp,
.legend_python,
.legend_MATLAB,
.legend_Obsolete,
.legend_Discontinued
{
	width: auto;
	height: auto;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	border: 1px solid black;
	border-radius: 5px;
	padding: 2px;
	margin: 0px;
	margin-left: 4px;
}

.legend_RTOscilloscope
{
	background-color: #006837;
	color: #fff;
}

.legend_N1000A
{
	background-color: #2e3192;
	color: #fff;
}

.legend_N1002A
{
	background-color: #333;
	color: #fff;
}

.legend_86100D
{
	background-color: #008dc6;
	color: #fff;
}

.legend_DCA-M
{
	background-color: #ed5e1a;
	color: #fff;
}

.legend_RTscope
{
	background-color: #333333;
	color: #fff;
}

.legend_Infiniium
{
	background-color: #f8bc0c;
	color: #000;
}

.legend_FlexPLL
{
	background-color: #8fbc8f;
	color: #000;
}

.legend_FlexRT
{
	background-color: #333333;
	color: #fff;
}

.legend_N109X
{
	background-color: Crimson;
	color: #fff;
}

.legend_N1010A
{
	background-color: DarkMagenta;
	color: #fff;
}

.legend_M8000
{
	background-color: Purple;
	color: #fff;
}

.legend_81160A
{
	background-color: PowderBlue;
	color: #000;
}

.legend_AWG
{
	background-color: LightSlateGray;
	color: #fff;
}

.legend_Obsolete
{
	background-color: Black;
	color: #fff;
}

.legend_Discontinued
{
	background-color: DarkSlateGray;
	color: #fff;
}

.legend_PubSel
{
	background-color: #fffacd;
}

/* repository publication mode */

.legend_PubSust
{
	background-color: #afeeee;
}

.legend_NRZ
{
	background-color: #b0e0e6;
}

.legend_PAM
{
	background-color: #c9abd1;
}

.legend_TDR
{
	background-color: #f8bc0c;
}

.legend_Pulse
{
	background-color: #fef76e;
}

.legend_Ques
{
	background-color: #e8e8e8;
}

/* unspecified signal type */

.legend_SV
{
	background-color: #ed5e1a;
}

.legend_MV
{
	background-color: #87cefa;
}

.legend_Scope
{
	background-color: #8dc229;
}

.legend_Eye
{
	background-color: #a5d8f6;
}

.legend_Jitter
{
	background-color: #bdb2d3;
}

.legend_TDR
{
	background-color: #f8bc0c;
}

.legend_feature
{
	background-color: #fed362;
}

.legend_PatLock
{
	background-color: #fed362;
}

.legend_CDR
{
	background-color: #39F;
}

.legend_JSA
{
	background-color: #8fbc8f;
}

.legend_AdvEye
{
	background-color: #f4a460;
}

.legend_STD
{
	background-color: #e8e8e8;
}

.legend_PTB
{
	background-color: #b0c4de;
}

.legend_STR
{
	background-color: PowderBlue;
}

.legend_RND
{
	background-color: #f4a460;
}

.legend_MFG
{
	background-color: #8fbc8f;
}

.legend_SNT
{
	background-color: #c9abd1;
}

.legend_FLEX
{
	background-color: #39F;
}

.legend_generic
{
	background-color: #0C0;
}

.legend_complianceApp
{
	background-color: #87CEFA;
}

.legend_Simulate
{
	background-color: #FF9;
}

.legend_Standard
{
	background-color: #8dc229;
}

/* Infiniium compatibility modules */

.legend_Comp
{
	background-color: #891518;
	color: #fff;
}

/* Sierra legacy modules */

.legend_Legacy
{
	background-color: #555;
	color: #fff;
}

.legend_python
{
	color: #fff;
	background-color: #C00;
}

.legend_MATLAB
{
	color: #fff;
	background-color: #63C;
}

div.legend_RND,
div.legend_MFG,
div.legend_SNT,
dev.legend_FLEX,
div.legend_generic
{
	color: #000;
}

/*******************************************************/
/*                   Floats & Clears                   */
/*******************************************************/

.float_left
{
	float: left;
	margin: 10px;
	margin-top: 0px;
}

.float_right
{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.float_none
{
	float: none;
}

.clear
{
	clear: both;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

.clear_none
{
	clear: none;
}

/*******************************************************
Flare Related Topics
*******************************************************/

/* Style Related Topics Heading */

MadCap|relatedTopics
{
	mc-conditions: 'K.Screen';
	mc-image: none;
	mc-use-custom-sort-order: true;
	mc-help-control-display: list;
	mc-label: 'Related Topics';
	color: #000;
	background-color: #a5d8f6;
	float: right;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px 0px 10px 10px;
	padding: 0pt;
	padding-top: 4px;
	border: 1px solid black;
	box-shadow: 2px 2px 3px #a5d8f6;
}

MadCap|relatedTopics.JumpStation
{
	clear: both;
	float: none;
	width: auto;
}

div.float_right > div.relatedTopics
{
	float: none;
}

MadCap|relatedTopics.SCPICommands
{
	mc-label: 'SCPI Commands';
	float: left;
	clear: left;
	/* heading background color */
	background-color: #8fbc8f;
	box-shadow: 2px 2px 3px #8fbc8f;
	margin-right: 10px;
	margin-left: 0px;
}

MadCap|relatedTopics.Commands
{
	mc-label: 'Subsystem Commands';
}

MadCap|relatedTopics.SubsystemGroups
{
	mc-label: 'Subsystem Command Groups';
}

MadCap|relatedTopics.RelatedCommands
{
	mc-label: 'RelatedCommands';
}

MadCap|relatedTopics.Scripts
{
	mc-label: 'Example Scripts';
}

MadCap|relatedTopics.Applications
{
	mc-label: 'Applications';
}

/* Related topics heading. The following is added in the DOM by Flare for the Related Topics HEADING. */

div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_,
div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_Common div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_Commands,
div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_SubsystemGroups,
div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_Scripts,
div.MCHelpControl-Related span.MCHelpControl-RelatedHotSpot_DialogTabs
{
	padding-left: 4px;
	margin-left: 5px;
}

/* Styles Related Topics list <ul> tag element */

MadCap|relatedTopicsControlList
{
	/* ul */
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	font-size: 0.9rem;
	letter-spacing: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000;
	border-top: 1px solid black;
	box-shadow: 0px 1px 2px #fff inset;
}

/* Styles Related Topics list <li> tag element */

MadCap|relatedTopicsControlListItem
{
	/* li */
	font-family: "Arial Narrow", Arial;
	font-size: 0.9rem;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* Styles Related Topics list <a> tag element */

MadCap|relatedTopicsControlListItemLink
{
	/* a */
	display: block;
	margin: 0px;
	padding: 4px;
	border-bottom: 2px dotted black;
	color: #000;
	/* background of menu items */
	background-color: #fff;
	text-decoration: none;
}

MadCap|relatedTopicsControlListItemLink:link,
MadCap|relatedTopicsControlListItemLink:visited
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	color: #000;
	background-color: #dff1fc;
	text-decoration: none;
}

MadCap|relatedTopicsControlListItemLink:active
{
	color: #000;
	text-decoration: none;
}

/******************************************************************
Link Conditions for Flare's unbind exclude action

These classes enable or disable a link (<a> tag) but the content 
is still viewed. Just not clickable and does not look like a link.
This is used a lot in the release notes since we can't have a link
pointing to a topic that does not exist!

Classes        Applied Condition Tag
--------------------------------------
a.UGLink          LINK.To-UG-Content
a.UGLinkPLL       LINK.To-UG-PLL-Content
a.UGLinkAll       LINK.To-UG-All-Content
a.PGLink          LINK.To-PG-Content
a.PGLinkPLL       LINK.To-PG-PLL-Content
a.PGLinkAll       LINK.To-PG-All-Content

Keysight Conditions for links (<a> tag) in UG, PG, RN, and PDF.
For a programmer's guide topic, for example, a.UGLink class deactivates a link to the user's guide, which
would link to content that is outside of a target. It is as if the <a> tag did not exist.

MadCap's unbind property is used to deactivate the link while the text remains. For example, message topics and
release notes topics are included in both the user's and programmer's guides and the release notes PDF.
These snippets can include links to both the user's and programmer's guides.

Since the FlexPLL app has its own user's and programmer's guide (unlike FlexRT), it gets its own link
controls.

To use this feature:
	1. Apply a.UGLink, a.UGLinkPLL, a.PGLink, and a.PGLinkPLL classes to identify the TYPE OF TARGET of the link. For example,
	   a.UGLink links to topic in the standard Infiniium user's guide.
	2. For a user's guide target, INCLUDE target's The LINK.To-UG-Content condition tag and EXCLUDE target's The LINK.To-PG-Content tag.
	3. For a programmer's guide target, EXCLUDE target's The LINK.To-UG-Content condition tag and INCLUDE target's The LINK.To-PG-Content tag.
	4. For release notes taget, EXCLUDE both The LINK.To-UG-Content and the LINK.To-PG-Content.
	
Since this is all accomplished in CSS, only the UGLink and PGLink classes show up 
in topic HTML code. The LINK.To-UG-Content and LINK.To-PG-Content condition tags NEVER
show up in topic HTML code.

*******************************************************************/

/* link to Infiniium UG only content */

a.UGLink
{
	mc-conditions: 'LINK.To-UG-Content';
	mc-exclude-action: unbind;
}

/* link to FlexPLL UG only content */

a.UGLinkPLL
{
	mc-conditions: 'LINK.To-UG-PLL-Content';
	mc-exclude-action: unbind;
}

/* link to Infiniium UG and FlexPLL UG only content */

a.UGLinkAll
{
	mc-conditions: 'LINK.To-UG-All-Content';
	mc-exclude-action: unbind;
}

/* link to Infiniium PG only content */

a.PGLink
{
	mc-conditions: 'LINK.To-PG-Content';
	mc-exclude-action: unbind;
}

/* link to FlexPLL PG only content */

a.PGLinkPLL
{
	mc-conditions: 'LINK.To-PG-PLL-Content';
	mc-exclude-action: unbind;
}

/* link to Infiniium PG and FlexPLL PG only content */

a.PGLinkAll
{
	mc-conditions: 'LINK.To-PG-All-Content';
	mc-exclude-action: unbind;
}

/******************************************************************
 License Package Feature Table green bullets
*******************************************************************/

div.RND td.rnd,
div.RND th.rnd
{
	background-color: #FFC;
}

div.MFG td.mfg,
div.MFG th.mfg
{
	background-color: #FFC;
}

div.SNT td.snt,
div.SNT th.snt
{
	background-color: #FFC;
}

/******************************************************************/

.pageBreakAfter
{
	page-break-after: always;
}

.pageBreakBefore
{
	page-break-before: always;
}

.pageBreakInside
{
	page-break-inside: avoid;
}

/******************************
 MadCap tablet media */

@media only screen and (max-width: 830px)
{
	html
	{
		font-size: 11pt;
	}

	/* Ensures that the breadcrumb header on standard web pages covers 100% width of window. */

	div.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	div.colophon a
	{
		/* position: absolute; */
		position: fixed;
		z-index: 2000;
		top: 63px;
		right: 0px;
		height: 18px;
		width: 18px;
		margin: 0;
		padding: 0;
		background: url(Images/colophon_target_purple.gif) left top no-repeat;
	}

	div.home_topic p div.home_topic_RT p
	{
		font-size: 1.5rem;
	}

	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}

	span.subhead	/* subheading on home page home_topic h1 */
	{
		font-size: 18pt;
		/* was 2em. Using relative measurement results in strange font size! */
	}
}

/******************************
 MadCap mobile media */

@media only screen and (max-width: 767px)
{
	html
	{
		font-size: 10pt;
	}

	div.body-container
	{
		padding-left: 0px;
		padding-right: 0px;
		margin: 0px;
	}

	/* Ensures that the breadcrumb header on standard web pages covers 100% width of window. */

	div.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	div.colophon
	{
		display: none;
	}

	div.home_topic h1
	{
		text-align: left;
		font-size: 2.4rem;
	}

	div.home_topic p
	{
		text-align: left;
		font-size: 1.5rem;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer p.web_address
	{
		text-align: left;
	}

	.footer-icons
	{
		text-align: center;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 100%;
		margin: 3% 0;
	}

	/*******************************************************
	Small QuickJump navigation icons in Banner
	div a.QuickJump_home /* on non-home topics.
	*******************************************************/

	a.QuickJump_home,
	a.QuickJump_home_RT,
	a.QuickJump_yellow,
	a.QuickJump_orange,
	a.QuickJump_violet,
	a.QuickJump_blue,
	a.QuickJump_green
	{
		display: none;
	}
}

