/*<meta />*/

/*CHANGES TO THIS FILE 
---------------------------------------- */

/*      12/13/12  Added Important div tag back in

		10/18/12  Made copy for WatchGuard
----------------------------------------*/

/*      09/06/12  Added div.Tip with a light-bulb icon                                 */
/*      09/04/12  Added .small_9pt for generic small text                              */

/*		08/07/12  Removed li.TableList1 and li.TableList2.
                  Added li.TableList and li.TableListPara.                             */

/* 		07/31/12  Added div.Optional. Changed wording of div.Config.

        07/24/12  Reduced top margin and font size of h1.Imagepages.

		07/23/12  Added vertical alignment bottom to th.
		
		07/20/12  Changed div.Note, div.Caution, div.Important, div.NewIn40 
		and div.ChangedIn40 to new format with icons rather than filled 
		boxes          */

/* 07/18/12  Added div.Config for notes on configurable options
			 Reduced div.Important to font-size=90%.
			 Added .AlignTopRight, .AlignBottomLeft, etc tags for general-purpose
			 positioning of text.
			 Added p.css-vertical-text as an experiment. It is not currently a usable
			 tag, but is being left here in case we need a stopgap tag sometime         */

/* 07/03/12  Added .alignright for general right-aligned text                           */

/* 06/12/12  Changed h4 size from 195% to 95%. Apparently we don't want our fourth-tier
             topics to be nearly double the size of our first-tier topics. Who knew?    */

/* 05/29/12  adjusted enumeration of ordered lists inside of unordered lists to not
             count the unordered items when determining the type of enumeration. For
             example, ul ol => decimal, because it is the first ordered list (instead
             of ul ol => lower-alpha, which is what it was before).                     */

/* 05/22/12  added li.ParaPgbreaka and li.ParaPgbreakb                                  */
/* 05/18/12  Added mc-hyphenate: never to all items via * at top.                       */
/* 05/14/12  fixed transparency issues with glossary links                              */
/*           changed size of li.Para to 100%                                            */
/*           added .pgbreaka and .pgbreakb for page breaks anywhere                     */
/* 04/17/12  returned the font-size=90% attributes to td tags                           */
/*           added p.TablePara (font-size=100%) so that p-tagged text in a table does   */
/*           not become too tiny                                                        */
/* 04/16/12  added div.NewIn40 and div.ChangedIn40 to flag new and changed items in     */
/*           the EV 4.0 documentation.                                                  */
/* 04/09/12  added .Spacer tag for elements that need additional space above them.      */
/*           removed counter-reset and counter-increment since they're useless.         */
/*           reduced top and bottom margins of ul ol ulul ulol olul olol by a couple    */
/*           of pixels.                                                                 */

/* 03/27/12  added counter-reset to ol items,
             added counter-increment: item 0 to li.Para                                 */

/* 03/07/12  removed old history. See 01Styles for prior history. Copied in
             previously removed 01Styles as a stopgap until we can phase them out       */

/* 11/30/11  commented out most li tags
             added items for ul, ol, ul ul, ol ol, etc.                                 */

/* 10/13/11  changed left margin on all li.Bullet2* styles to 49px                      */
/* 10/12/11  changed left margin on all li.Number2LCalpha styles to 68                  */
/*                      												           		*/
/**** added to make the browsers behave similarly *****************/
/* spacer tag added 4/9/12 */
/* generic positioning tags */
/* end generic positioning tags */
/*	font-size: 100%;  */

/* margin-left: 12px;
	margin-right: 12px; */

@import url('skin.css');

*
{
	margin: 0;
	padding: 0;
	mc-hyphenate: never;
}

.Spacer
{
	margin-top: 23px;
}

/* added to facilitate Important notes in lists
   by Josh on 11/30/11 */

.alignright
{
	text-align: right;
}

/*	font-size: 100%;  */

.pgbreaka
{
	page-break-after: always;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pgbreakb
{
	page-break-before: always;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.AlignBottom
{
	vertical-align: bottom;
}

.AlignTop
{
	vertical-align: top;
}

.AlignLeft
{
	text-align: left;
}

.AlignRight
{
	text-align: right;
}

.AlignBottomLeft
{
	vertical-align: bottom;
	text-align: left;
}

.AlignBottomRight
{
	vertical-align: bottom;
	text-align: right;
}

.AlignTopLeft
{
	vertical-align: top;
	text-align: left;
}

.AlignTopRight
{
	vertical-align: top;
	text-align: right;
}

.AlignCenterLeft
{
	vertical-align: center;
	text-align: left;
}

.AlignCenterRight
{
	vertical-align: center;
	text-align: right;
}

.AlignTopCenter
{
	vertical-align: top;
	text-align: center;
}

.AlignBottomCenter
{
	vertical-align: bottom;
	text-align: center;
}

.AlignCenter
{
	vertical-align: center;
	text-align: center;
}

.small_9pt
{
	font-size: 9pt;
}

/*	max-width: none;   */

a
{
	font-weight: bold;
	color: #0a6383;
	text-decoration: none;
}

a.Bold
{
	font-weight: bold;
	text-decoration: none;
}

a.BoldItalic
{
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.Bookmark
{
	text-decoration: none;
	color: #000000;
}

	a.CourierBold {
		font-style: normal;
		font-family: Roboto, sans-serif;
		font-weight: bold;
	}

a.dropspot
{
	cursor: pointer;
	margin-left: 26px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
	font-style: normal;
	text-decoration: none;
	color: #6f7073;
}

a.expandspot
{
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #6f7073;
}

a.glossterm
{
	background-color: transparent;
	cursor: pointer;
	font-style: italic;
	text-decoration: underline;
	color: #6f7073;
}

/* added by Josh on 11/30/11
   also, commented out most li and listpara tags */

/*
div.Config
{
	background-color: #ffffff;
	background-image: url('../Images/Config.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	font-size: 85%;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Configurable feature.{/b}  ';
	list-style-image: none;
}

div.Optional
{
	background-color: #ffffff;
	background-image: url('../Images/Optional.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	font-size: 85%;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	list-style-image: none;
	mc-auto-number-format: '{b}Optional.{/b}  ';
}
*/

a.Italic
{
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

a.Popup
{
	font-style: italic;
	text-decoration: none;
}

Body {
	color: #000000;
	margin: 6px;
	font-family: Roboto, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../Images/Branding/ShieldRGB_reduced300_OpaqueEmboss.png');
	background-position: 50% 50%;
	font-size: 75%;
}

div.Table_LeftFlush
{
	margin-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}

/* margin-left: 30px; */

div.Table_Number
{
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*
div.NewIn30
{
	background-color: #ffffff;
	background-image: url('../Images/leaf.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	font-size: 90%;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}New in 3.0:{/b}  ';
	list-style-image: none;
}

div.ChangedIn30
{
	background-color: #ffffff;
	background-image: url('../Images/leaf.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	font-size: 90%;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Changed in 3.0:{/b}  ';
	list-style-image: none;
}
*/

div.x-popup-text
{
	font-color: d12126;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
}

div.Important
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Important!{/b}  ';
	list-style-image: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #af151a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #af151a;
	padding-left: 45px;
	padding-right: 30px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 100%;
	background-image: url('../Images/Icons/NewIcons1/important.png');
	padding-bottom: 10px;
	padding-top: 10px;
}

div.Warning
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Warning!{/b}  ';
	list-style-image: none;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #af151a;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #af151a;
	padding-left: 45px;
	padding-right: 30px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 100%;
	background-image: url('../Images/Icons/NewIcons1/warning.png');
	padding-bottom: 10px;
	padding-top: 10px;
}

div.Note
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	mc-auto-number-format: '{b}Note:{/b}  ';
	list-style-image: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00426c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00426c;
	padding-left: 45px;
	padding-right: 30px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 100%;
	background-image: url('../Images/Icons/NewIcons1/info.png');
	margin-top: 18px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.Caution
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	border-top: 2px solid #CC6600;
	border-bottom: 2px solid #CC6600;
	padding-right: 30px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Caution:{/b}  ';
	list-style-image: none;
	padding-left: 45px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 100%;
	background-image: url('../Images/Icons/NewIcons1/caution.png');
	padding-bottom: 10px;
	padding-top: 10px;
}

div.Tip
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	border-top: 2px solid #FFDD00;
	border-bottom: 2px solid #FFDD00;
	padding-left: 45px;
	padding-right: 30px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Tip:{/b}  ';
	list-style-image: none;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 100%;
	border-bottom-color: #e39a16;
	border-top-color: #e39a16;
	background-image: url('../Images/Icons/NewIcons1/tip.png');
	padding-bottom: 10px;
	padding-top: 10px;
}

fieldset
{
	mc-disabled: true;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}

h1
{
	margin-top: 15px;
	padding-top: 28px;
	margin-bottom: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	background-color: #202020;
	color: #bbbbbb;
	font-size: 155%;
	font-weight: normal;
}

h1.ImagePage
{
	font-size: 125%;
	margin-top: 0px;
}

h1.MUReport
{
	font-size: 145%;
	margin-top: 28px;
	padding-top: 28px;
	margin-bottom: 14px;
}

h2
{
	margin-top: 12px;
	margin-bottom: 9px;
	padding-left: 10px;
	padding-top: 8px;
	color: #b36b10;
	font-size: 130%;
	font-weight: normal;
}

h2.Feature
{
	color: #003333;
	margin-top: 12px;
	margin-bottom: 9px;
	padding-top: 12px;
	font-size: 120%;
}

h3
{
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #b36b10;
	font-size: 110%;
}

/*
html.popup
{
	mc-master-page: url('../MasterPages/PopUps.flmsp');
}
*/

h4
{
	margin-bottom: 12px;
	padding-left: 10px;
	color: #222222;
	font-weight: normal;
	padding-top: 8px;
	margin-top: 8px;
	font-style: italic;
	font-size: 105%;
}

h5
{
	font-size: 8pt;
	margin-bottom: 36px;
	margin-bottom: 0px;
	border-bottom: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	border-bottom-color: #b46d10;
	padding-left: 10px;
	color: #222222;
}

h6
{
	font-style: italic;
	margin-top: 36px;
	margin-bottom: 0px;
	border-top: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 6px;
	border-top-color: #b46d10;
	color: #222222;
	font-size: 90%;
}

img
{
	border: none;
}

img.Mouseover
{
	max-width: 600px;
	mc-thumbnail-max-height: 48px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	mc-thumbnail: popup;
}

img.left
{
	float: left;
	padding-right: 6px;
}

img.right
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

img.vcentered
{
	vertical-align: 0px;
}

li
{
	margin-top: 6px;
	margin-bottom: 4px;
}

li.Para
{
	margin-top: 6px;
	margin-bottom: 4px;
	list-style-type: none;
	font-size: 100%;
	margin-left: -21px;
}

li.ParaPgbreaka
{
	page-break-after: always;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: -25px;
	list-style-type: none;
}

li.ParaPgbreakb
{
	page-break-before: always;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: -25px;
	list-style-type: none;
}

/* end list tags added by Josh on 11/30/11 */

li.TableList
{
	list-style-position: outside;
	font-size: 100%;
	margin-left: -25px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

li.TableListPara
{
	list-style-type: none;
	font-size: 100%;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: -36px;
}

ul
{
	margin-left: 38px;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-type: disc;
	font-size: 100%;
}

ul ul
{
	margin-left: 23px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: circle;
	font-size: 100%;
}

ul ol
{
	margin-left: 23px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: decimal;
	font-size: 100%;
}

ul ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 100%;
}

ul ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 100%;
}

ul ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ul ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
	font-size: 100%;
}

ul ul ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ul ul ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
	font-size: 100%;
}

ul ul ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ul ol ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ul ul ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ul ol ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ul ol ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ul ol ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-roman;
	font-size: 100%;
}

ol
{
	margin-left: 38px;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-type: decimal;
	font-size: 100%;
}

ol ol
{
	margin-left: 23px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ol ul
{
	margin-left: 23px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: circle;
	font-size: 100%;
}

ol ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ol ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 100%;
}

ol ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-roman;
	font-size: 100%;
}

ol ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 100%;
}

ol ol ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
	font-size: 100%;
}

ol ol ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ol ol ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-roman;
	font-size: 100%;
}

ol ol ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ol ul ol ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-roman;
	font-size: 100%;
}

ol ul ol ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

ol ul ul ol
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
	font-size: 100%;
}

ol ul ul ul
{
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 100%;
}

MadCap:breadcrumbsProxy
{
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 20px;
	margin-top: 2px;
	margin-bottom: 20px;
	border-bottom: 90%;
	border-bottom-style: solid;
	border-bottom-color: #0a6383;
	border-bottom-width: 1px;
}

MadCap:bodyProxy
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

MadCap|dropDown
{
	color: #000000;
	margin-left: 6px;
	margin-top: 12px;
}

MadCap|dropDownBody
{
	color: #000000;
	margin-left: 6px;
	margin-top: 12px;
	padding-top: 6px;
}

MadCap|dropDownHead
{
	margin-top: 12px;
	padding-top: 12px;
	margin-left: 6px;
	color: #6f7073;
}

MadCap|dropDownHotspot.dropspot
{
	cursor: hand;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: normal;
	color: #6f7073;
}

MadCap|expandingBody.expandtext
{
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 90%;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 12px;
}

MadCap|expandingBody.glossterm
{
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

MadCap|expandingHead.expandspot
{
	color: # #000000;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
}

MadCap|glossaryTerm.glossterm
{
	background-color: transparent;
	cursor: pointer;
	font-style: italic;
	color: #6f7073;
}

MadCap|helpControlMenuItem.Highlighted
{
	mc-disabled: true;
}

madcap|keyword
{
	font-weight: normal;
	color: #6f7073;
}

/* changed from 12px */

MadCap|miniTocProxy
{
	mc-toc-depth: 5;
	font-size: 90%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	padding-left: 0px;
	padding-top: 0px;
	border: none;
	color: #6f7073;
}

MadCap|miniTocProxy.miniTOCsubTopic
{
	mc-toc-depth: disabled;
}

/*	margin-left: -10px; */
/*	margin-top: -14px; */

MadCap|popup
{
	font-size: 90%;
}

/*margin-left: 10px; */
/* font-size: 90%; */

MadCap|popup:focus
{
	outline: thin dotted invert;
	text-decoration: underline;
}

/*margin-left: 10px; */
/* font-size: 90%; */

MadCap|popup:hover
{
	color: #af151a;
}

MadCap|popupBody
{
	background-color: #ffe4c4;
}

/*margin-left: 10px; */

MadCap|popupHead
{
	font-style: normal;
	color: #6f7073;
}

/*margin-left: 10px; */
/* p.header is for use in PDF headers - used in the page layout   */

MadCap|relatedTopics
{
	color: #6f7073;
}

/*margin-left: 10px; */

MadCap|relationshipsHeading
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 120%;
	color: #6f7073;
}

MadCap|relationshipsHeading.concept
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

/* font-size: 85%; */

MadCap|relationshipsItem
{
	margin-left: 10px;
}

/* font-size: 85%; */
/* changed from 41 px */

MadCap|relationshipsProxy
{
	border-top-style: none;
}

MadCap|tocProxy
{
	mc-toc-depth: 3;
	mc-leader-format: '.';
	mc-leader-align: inherit;
}

/* margin-left: 10px; */

MadCap|tocProxy.PrintTOC
{
	border: none;
}

/* changed from 41px */

MadCap|variable
{
	mc-variable: disable;
}

/* font-size: 9pt; */

MadCap|variable.Bold
{
	font-weight: bold;
}

MadCap|variable.FMheader
{
	font-weight: normal;
	font-style: italic;
	font-size: 85%;
}

/* changed from 48px */

MadCap|variable.Italics
{
	font-style: italic;
}

/* changed from 30px */

MadCap|variable.Small
{
	font-size: 85%;
}

/* changed from 30px */

MadCap|variable.SmallBold
{
	font-size: 85%;
	font-weight: bold;
}

MadCap|variable.SmallBoldItalic
{
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
}

/*margin-left: 10px; */

MadCap|variable.SmallBoldLeft
{
	font-size: 85%;
	font-weight: bold;
	text-align: left;
}

/*margin-left: 10px; */

MadCap|variable.SmallBoldRight
{
	font-size: 85%;
	font-weight: bold;
	text-align: right;
}

/* margin-left: 6px; */

MadCap|xref
{
	text-decoration: none;
	mc-format: '{quote}{paratext}{quote}';
	color: #6f7073;
}

/* changed from 43px */

MadCap|xref.GlossaryTerm
{
	mc-format: '{i}{paratext}{/i}';
	color: #af151a;
}

/* changed from 73px */
/* font-size: 90%; */

MadCap|xref.HeadingAndPage
{
	mc-format: disable;
	color: #af151a;
}

/* changed from 43px */
/* font-size: 90%; */

MadCap|xref.HeadingWithoutQuotes
{
	mc-format: disable;
	color: #af151a;
}

/* changed from 42px */
/* font-size: 90%; */

MadCap|xref.ManualFormatXref_IPCC
{
	mc-format: disable;
	color: #af151a;
}

MadCap|xref.Page
{
	mc-format: 'page {page}';
	font-weight: bold;
	color: #6f7073;
	text-decoration: underline;
}

MadCap|xref.SeePage
{
	mc-format: 'See page {page}.';
	font-weight: bold;
	color: #af151a;
}

/* changed from 36px */

p
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	mc-hyphenate: never;
	margin-top: 12px;
	padding-left: 16px;
	font-size: 100%;
}

p.Breadcrumb
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
}

	p.Code {
		margin-left: 6px;
		margin-top: 4px;
		font-family: Courier, monospace;
		font-size: 90%;
	}

/*margin-left: 10px; */

p.Indent
{
	margin-left: 32px;
	margin-right: 22px;
}

/*margin-left: 10px; */

p.Cover
{
	margin-right: 0px;
	margin-bottom: 0px;
}

/*margin-left: 10px; */

p.docCoverTextLeft
{
	font-weight: bold;
	text-align: left;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}

/*margin-left: 10px; */

p.docCoverTextRight
{
	font-weight: bold;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}

/*margin-left: 10px; */
/* font-size: 90%; */

p.DocTitle
{
	font-size: 150%;
	font-weight: normal;
	background-color: Transparent;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	v-align: center;
	color: #000000;
}

/*margin-left: 10px; */
/* font-size: 90%; */

p.FAQTitle
{
	font-weight: bold;
	font-size: 100%;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	border-bottom: 1px solid #03406e;
	mc-next-class: ReferenceText;
	mc-next-tag: p;
	color: #b36b10;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #03406e;
}

p.GlossaryText
{
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
	mc-next-class: GlossaryTitle;
	mc-next-tag: p;
}

/* leaving as 90%, may revisit */

p.GlossaryTitle
{
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
	margin-bottom: 2px;
	mc-next-class: GlossaryText;
	mc-next-tag: p;
	color: #000000;
	margin-top: 12px;
	font-size: 100%;
}

/* changed from 80 to 90 */
/* margin-left: 6px; */

p.Graphic
{
	margin-right: 10px;
	margin-top: 10pt;
	margin-bottom: 18px;
	vertical-align: baseline;
	margin-left: 43px;
}

p.GraphicCaption
{
	border-bottom: 1px Solid #E0AF1E;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 6pt;
	margin-top: 12pt;
	margin-bottom: 2pt;
	vertical-align: baseline;
	color: #b36b10;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e39a16;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
}

p.GraphicCaptionIndent
{
	border-bottom: 1px Solid #E0AF1E;
	font-style: italic;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 6pt;
	margin-top: 12pt;
	margin-bottom: 2pt;
	vertical-align: baseline;
	color: #b36b10;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e39a16;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
}

p.GraphicNumberAlpha
{
	margin-right: 10px;
	margin-top: 10pt;
	margin-bottom: 18px;
	vertical-align: baseline;
	margin-left: 74px;
}

p.GraphicWBorder
{
	border-bottom: 1px solid #E0AF1E;
	margin-top: 6pt;
	margin-bottom: 18px;
	vertical-align: baseline;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e39a16;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

p.GraphicWBorderIndent
{
	border-bottom: 1px solid #E0AF1E;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 6pt;
	margin-bottom: 18px;
	vertical-align: baseline;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e39a16;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

p.header
{
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6f7073;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

p.ICRefLinks
{
	margin-top: 10px;
	margin-bottom: 3px;
}

p.indent
{
	margin-top: 12px;
	margin-bottom: 8px;
	margin-left: 42px;
}

/*margin-left: 10px; */

p.Menu1Text
{
	margin-left: 20pt;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

p.Menu1Title
{
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 0pt;
	mc-next-class: Menu1Text;
	mc-next-tag: p;
	color: #b36b10;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* font-size: 10pt; */
/* margin-left: 10px; */

p.MenuHead
{
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	background-color: #6f7073;
}

p.MenuText
{
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
	mc-next-class: MenuTitle;
	mc-next-tag: p;
}

p.MenuTitle
{
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	mc-next-class: MenuText;
	mc-next-tag: p;
	color: #b36b10;
}

p.moretop
{
	margin-bottom: 10px;
	margin-top: 12px;
}

p.NumberAlphaIndent
{
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 12px;
	margin-left: 63px;
	font-style: italic;
}

p.NumberAlphaIndentBold
{
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 63px;
}

p.NumberIndent
{
	font-style: italic;
	margin-left: 33px;
	margin-right: 0px;
	margin-top: 12px;
}

/* font-size: 110%; */

p.NumberIndentBold
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 32px;
	margin-right: 0px;
	margin-top: 12px;
}

	p.Output {
		font-family: Roboto, sans-serif;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 1px;
		padding-bottom: 1px;
		background-color: #eeeeee;
		margin-left: 42px;
	}

	p.p_1 {
		font-family: Roboto, sans-serif;
		background-color: #e0e0e0;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 1px;
		padding-top: 1px;
	}

	p.p_2 {
		font-family: Roboto, sans-serif;
		margin-left: 26pt;
		background-color: #e0e0e0;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 1px;
		padding-top: 1px;
	}

p.pgbreaka
{
	page-break-after: always;
}

p.pgbreakb
{
	page-break-before: always;
}

p.Pr_ChaptHead
{
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #03406e;
	font-size: 120%;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 12px;
	mc-next-class: Body;
	mc-next-tag: p;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b36b10;
	color: #b36b10;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
}

/* changed from 11pt */

p.References
{
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	mc-next-class: ReferenceText;
	mc-next-tag: p;
}

p.ReferenceText
{
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
	mc-next-class: ReferenceTitle;
	mc-next-tag: p;
}

p.ReferenceTitle
{
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 2px;
	mc-next-class: ReferenceText;
	mc-next-tag: p;
	margin-top: 12px;
}

p.RelatedTopicOnly
{
	margin-bottom: 0px;
	margin-top: 2px;
}

p.RelatedTopicOnlyFirst
{
	margin-bottom: 0px;
	margin-top: 8px;
}

/* changed from 8pt to 85% */

p.ReturnToTop
{
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.TableBody
{
	vertical-align: top;
	margin-right: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	font-size: 90%;
}

/* changed from 10px*/

p.Small
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	padding-left: 6px;
	padding-right: 10px;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 80%;
}

p.TablePara
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 6px;
	padding-right: 10px;
	mc-hyphenate: never;
	margin-top: 12px;
	font-size: 100%;
}

/* does this stack with the table text tag? */

.TableBodyHead
{
	font-weight: bold;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 8px;
	padding-top: 8px;
	font-size: 90%;
}

.TableBodyIndent
{
	margin-left: 23px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 90%;
}

/* see td comment above */

p.TableCheckbox
{
	v-align: center;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.TableCommand {
	font-family: Roboto, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
}

p.TableDivider
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.TableListIntro
{
	color: #000000;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

p.TableTitle
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0pt;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
}

/* see td comment above */

p.TaskIntro
{
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 12px;
}

p.css-vertical-text
{
	color: #333;
	border: 0px solid red;
	writing-mode: tb-rl;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	white-space: nowrap;
	display: block;
	bottom: 0;
	width: 20px;
	height: 100px;
}

pre
{
	mc-disabled: false;
}

span
{
	mc-disabled: false;
}

span.Bold
{
	font-weight: bold;
}

span.BoldItal
{
	font-weight: bold;
	font-style: italic;
}

/******************************* Start of 01Styles **************************************/

span.BoldSampleFile
{
	font-weight: bold;
}

	span.Code {
		font-family: Courier, monospace;
		font-size: 90%;
	}

	span.Courier {
		font-weight: bold;
		font-style: normal;
		font-family: Roboto, sans-serif;
	}

	span.CourierBold {
		font-style: normal;
		font-family: Roboto, sans-serif;
		font-weight: bold;
	}

/* font-size: 100%; */
/* font-family: 'Arial Narrow'; */
/* margin-left: 16pt; */

	span.CourierCommand {
		font-style: normal;
		font-weight: 200;
		font-family: Roboto, sans-serif;
		background-color: #eef5de;
	}

/* font-size: 100%; */
/* font-family: 'Arial Narrow'; */

	span.CourierOutput {
		font-style: normal;
		font-family: Roboto, sans-serif;
		background-color: #eeeeee;
	}

/* margin-left: 30px; */

span.Italics
{
	font-style: Italic;
}

/* margin-left: 30px; */
/* padding-left: 4px; */

span.linkcolor
{
	font-color: #0a6383;
	color: #6f7073;
}

/* margin-left: 30px; */
/* padding-left: 4px; */

span.Pgbreaka
{
	page-break-after: always;
}

/* margin-left: 18px; */
/* padding-left: 4px; */

span.Pgbreakb
{
	page-break-before: always;
}

/* margin-left: 18px; */
/* padding-left: 4px; */

	span.preliminary {
		font-size: 110%;
		line-height: 1.5px;
		text-transform: uppercase;
		font-family: Roboto, sans-serif;
		background-color: #f0e68c;
		letter-spacing: 2px;
		text-align: center;
		text-decoration: none;
		color: #af151a;
	}

/* margin-left: 18px; */
/* padding-left: 4px; */

span.red
{
	color: #af151a;
}

/* margin-left: 38px; */
/* padding-left: 2px; */

span.Small_8pt
{
	font-size: 80%;
}

/* margin-left: 38px; */
/* padding-left: 2px; */

span.Small_9pt
{
	font-size: 85%;
}

/* margin-left: 38px; */
/* padding-left: 2px; */

span.Strikethrough
{
	text-decoration: line-through;
}

/* margin-left: 38px; */
/* padding-left: 7px; */

span.Superscript
{
	letter-spacing: 0em;
	line-height: 12pt;
	font-size: 85%;
	vertical-align: super;
	text-decoration: none;
}

/* margin-left: 38px; */
/* padding-left: 7px; */

	span.Symbol {
		font-family: Roboto, sans-serif, Symbol;
		letter-spacing: 0em;
		text-decoration: none;
	}

/* margin-left: 38px; */
/* padding-left: 7px; */

table
{
	margin-left: 6px;
	mc-hyphenate: never;
	widows: 3;
	orphans: 3;
	padding-left: 10px;
}

tbody
{
	vertical-align: top;
}

td
{
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	mc-hyphenate: never;
	widows: 3;
	orphans: 3;
	font-size: 90%;
}

td.AlertText
{
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}

/* was 13px */
/* padding-left: 22px; */

td.Bold
{
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	font-size: 90%;
}

/* was 69px */
/* padding-left: 2px; */

td.OutputGray
{
	background-color: #e0e0e0;
	border: solid 1px #e0e0e0;
	border-collapse: collapse;
}

/* margin-left: 19px; */
/* padding-left: 14px; */

td.OutputWhite
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-collapse: collapse;
}

/* margin-left: 60px; */
/* padding-left: 2px; */

td.TableCheckbox
{
	v-align: center;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* margin-left: 20pt; */

textPopup.popupspot
{
	color: #000000;
	x-on-hover: dropshadow() glow(color=#0000a0);
	mc-disabled: true;
}

/* margin-left: 32pt; */

th
{
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
	font-size: 100%;
}

/* margin-left: 50pt; */

float.left
{
	float: left;
	margin: 5px;
}

/******************************** End of 01Styles ***************************************/

float.right
{
	float: right;
	margin: 5px;
}

MadCap|dropDownHotspot
{
	margin-left: -6px;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 10px;
}

MadCap|glossaryTerm
{
	background-color: transparent;
	color: #6f7073;
}

MadCap|glossaryProxy
{
	
}

p.Caution
{
	background-color: #d3d3d3;
	font-style: italic;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Caution:{/b}  ';
	list-style-image: none;
	font-size: 90%;
}

p.Important
{
	background-color: #d3d3d3;
	font-size: 90%;
	font-style: italic;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Important!{/b}  ';
	list-style-image: none;
}

p.Note
{
	background-color: #d3d3d3;
	font-style: italic;
	border-top: 1px solid #004466;
	border-bottom: 1px solid #004466;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	mc-auto-number-format: '{b}Note:{/b}  ';
	list-style-image: none;
	font-size: 86%;
}

p.question
{
	margin-bottom: 6pt;
	margin-top: 18pt;
}

p.answer
{
	margin-top: 0pt;
	margin-bottom: 6pt;
	margin-left: 10pt;
}

li.Bullet1
{
	margin-top: 6px;
	margin-bottom: 4px;
	list-style-type: disc;
	margin-right: 0px;
	list-style-position: outside;
	padding-left: 4px;
}

li.Bullet1First
{
	list-style-type: disk;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Bullet1Last
{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Bullet2
{
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Bullet2First
{
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Bullet2Last
{
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Number1
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Number1First
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.Number1Last
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.NumberAlpha
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-bottom: 6px;
	margin-top: 4px;
	margin-right: 0px;
}

li.NumberAlphaFirst
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
}

li.NumberAlphaLast
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 6px;
}

li.Number2LCalpha
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 25px;
	padding-left: 7px;
}

li.Number2LCalphaFirst
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 6px;
	padding-left: 7px;
}

li.Number2LCalphaLast
{
	list-style: lower-alpha;
	list-style-position: outside;
	margin-bottom: 12px;
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 6px;
	padding-left: 4px;
}

.listpara1
{
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 33px;
	list-style: none;
	color: #000000;
	font-variant: normal;
	font-weight: normal;
}

.listpara1Num
{
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 33px;
	list-style: none;
}

.listpara2
{
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 56px;
}

.listpara2Num
{
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 56px;
	list-style: none;
}

p.ListText
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 33px;
}

p.ListText1
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 33px;
}

p.ListText2
{
	margin-left: 56px;
	margin-top: 3px;
	margin-bottom: 3px;
}

sup
{
	mc-disabled: true;
}

@media non-print
{
	MadCap|breadcrumbsProxy
	{
		font-size: 90%;
	}
}

/* changed from 9pt */
/* changed from 9pt */

MadCap|breadcrumbsProxy
{
	font-size: 90%;
}

@media print
{
	MadCap|breadcrumbsProxy
	{
		margin-left: 40px;
		background-image: none;
	}

	h2
	{
		padding-top: 8px;
	}

	div.Caution
	{
		font-size: 100%;
		background-image: url('../Images/Icons/NewIcons1/caution.png');
		border-bottom: solid 2px #ffd700;
		border-top: solid 2px #ffd700;
	}

	div.Tip
	{
		font-size: 100%;
		border-bottom: solid 2px #e39a16;
		border-top: solid 2px #e39a16;
		background-image: url('../Images/Icons/NewIcons1/tip.png');
	}

	div.Warning
	{
		border-bottom: 2px 0 #af151a;
		border-top: 2px 0 #af151a;
		font-size: 100%;
		background-image: url('../Images/Icons/NewIcons1/warning.png');
	}

	h4
	{
		font-style: italic;
	}

	a.dropspot
	{
		color: #6f7073;
	}

	a.expandspot
	{
		color: #6f7073;
	}

	a.glossterm
	{
		color: #6f7073;
	}

	div.Important
	{
		border-top-style: solid;
		border-top-color: #af151a;
		border-bottom-style: solid;
		border-bottom-color: #a81c1d;
		padding-left: 45px;
		padding-right: 30px;
		font-size: 100%;
		border-bottom-width: 1px;
		border-bottom: solid 1px #a81c1d;
		border-top-width: 1px;
		border-top: solid 1px #a81c1d;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	MadCap|dropDownHead
	{
		color: #6f7073;
	}

	MadCap|dropDownHotspot.dropspot
	{
		color: #6f7073;
	}

	MadCap|glossaryTerm
	{
		color: #6f7073;
	}

	MadCap|glossaryTerm.glossterm
	{
		color: #6f7073;
	}

	madcap|keyword
	{
		color: #e39a16;
	}

	MadCap|miniTocProxy
	{
		color: #6f7073;
	}

	MadCap|popupHead
	{
		color: #6f7073;
	}

	MadCap|relatedTopics
	{
		color: #6f7073;
	}

	MadCap|relationshipsHeading
	{
		color: #6f7073;
	}

	MadCap|xref
	{
		color: #6f7073;
	}

	MadCap|xref.SeePage
	{
		color: #af151a;
	}

	p.Menu1Title
	{
		color: #b36b10;
	}

	p.MenuTitle
	{
		color: #b36b10;
	}

	p.MenuHead
	{
		background-color: #6f7073;
	}

	p.Pr_ChaptHead
	{
		color: #b36b10;
	}

	span.linkcolor
	{
		color: #6f7073;
	}

	span.preliminary
	{
		color: #af151a;
	}

	span.red
	{
		color: #af151a;
	}

	MadCap|conceptLink
	{
		color: #6f7073;
	}

	MadCap|keywordLink
	{
		color: #6f7073;
	}

	MadCap|toggler
	{
		color: #6f7073;
	}

	MadCap|shortcut
	{
		color: #6f7073;
	}

	p.GraphicCaption
	{
		color: #b36b10;
		border-bottom-style: Solid;
		border-bottom-width: 1px;
		border-bottom-color: #e39a16;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 6px;
	}

	p.GraphicCaptionIndent
	{
		color: #b36b10;
		border-bottom-style: Solid;
		border-bottom-width: 1px;
		border-bottom-color: #e39a16;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 6px;
	}

	p.GraphicWBorder
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #e39a16;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	p.GraphicWBorderIndent
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #e39a16;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	p.header
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #6f7073;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	p.FAQTitle
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #6f7073;
		color: #b36b10;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 2px;
	}

	MadCap|xref.ManualFormatXref_IPCC
	{
		color: #af151a;
	}

	MadCap|xref.HeadingWithoutQuotes
	{
		color: #af151a;
	}

	MadCap|xref.HeadingAndPage
	{
		color: #af151a;
	}

	MadCap|xref.GlossaryTerm
	{
		color: #af151a;
	}

	MadCap|xref:hover
	{
		color: #af151a;
	}

	MadCap|xref:focus
	{
		color: #af151a;
	}

	div.Note
	{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #00426c;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #00426c;
		padding-left: 45px;
		padding-right: 30px;
		font-size: 100%;
		margin-bottom: 18px;
		margin-top: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: solid 1px #00426c;
		border-top: solid 1px #00426c;
	}

	h3
	{
		color: #b46d10;
	}

	ol
	{
		font-size: 100%;
	}
}

a.MCBreadcrumbsLink
{
	color: #b36b10;
}

MadCap|xref:focus
{
	color: #af151a;
}

MadCap|xref:hover
{
	color: #af151a;
}

MadCap|bodyProxy
{
	
}

MadCap|xref.Page:focus
{
	color: #6f7073;
	text-decoration: underline;
}

MadCap|xref.Page:hover
{
	color: #af151a;
}

MadCap|conceptLink
{
	color: #6f7073;
}

MadCap|keywordLink
{
	color: #6f7073;
}

MadCap|toggler
{
	color: #6f7073;
}

MadCap|shortcut
{
	color: #6f7073;
}

p.SmallItalic
{
	font-style: italic;
	font-size: 80%;
}

a.Popup:link
{
	font-style: italic;
}

a.Popup:visited
{
	font-style: italic;
	text-decoration: none;
}

a.Popup:active
{
	font-style: italic;
}

a:link
{
	font-weight: bold;
	color: #6f7073;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #6f7073;
}

a:focus
{
	text-decoration: none;
	color: #af151a;
}

a:hover
{
	text-decoration: none;
	color: #af151a;
}

a:active
{
	text-decoration: underline;
	color: #af151a;
}

span.boldred
{
	color: #af151a;
	font-weight: bold;
}

