/* applied and customized Kofax-Styles */

/* [Lexmark][Kofax] 2012-Oct-26 MAS: Removed all overriding formats from standard links. This enables visited
links to appear correctly. For SPR 96513. */
/* [Lexmark][Kofax] 2014-Feb-02 MAS: Changed formatting to follow Kofax standards. Based on writers' feedback.
For bug 307668. */
/* [Lexmark] 2016-Jan-19 MAS: Adjusted body formatting so that the text in RTL doesn't get pushed off the window. For bug 681305. */
body
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 1.7em;
	color: #000000;
    width: 95%;
	padding-left: 10px;
}
a:link 
{
	color: #1C64B4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; } 
a:visited {
	color:#1C64B4; 
	text-decoration: underline; }

/* [Lexmark] 2015-Dec-07 MAS: Added a border to standard tables to match Lexmark PDF. For task 648775. */
/* [Lexmark][Kofax] 2012-Jan-16 MAS: Changed table borders to match format preferred by Tech Comm for SPR 90746.
The .headertable class adds overrides so that the table border changes do not affect the table used
for the breadcrumbs and logo. */

table
{
	border: solid 1px;
	border-color: #7E7E85;
	border-collapse: collapse;
	vertical-align: none;
	margin-bottom: 20px;
	margin-top: 10px;

}

thead,
tbody
{
	width: 100%;
}

tr,
td,
th
{
	border-color: #7E7E85;
	border-collapse: collapse;
	vertical-align: top;
	/* [Lexmark] 2015-Dec-17 MAS: Tightened spacing in table cells. For task 648775. */
	padding: 5px;
}

/* [Lexmark] 2015-Dec-17 MAS: Tightened spacing in table cells. For task 648775. */
th p,
td p,
th div.p,
td div.p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* [Lexmark] 2015-Dec-17 MAS: Tightened spacing in table cells. For task 648775. */
td ul,
td ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}

table li
{
	margin: auto;
}

th
{
	font-weight: bold;
	/* [Lexmark] 2015-Dec-17 MAS: Reduced font size of table headings so that they matched the rest of the table.
	For task 648775. */
	font-size: 10pt;
	vertical-align: middle;
	color: #323232;
	   border: 1px solid;
}

/* [Lexmark][Kofax] 2013-Nov-01 MAS: Created a CSS style for tablenoborder div so that there is padding after a
table. For SPR 124522. */
 .tablenoborder {
	margin-bottom: 10pt;
}

/* [Lexmark][Kofax] 2012-Jan-26 MAS: Moved the th style to the common*.css files to set correct alignment
for right-to-left languages. For SPR 94220.  
th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-bottom:5px;
	text-align: left;
	border-bottom: solid 1.5pt;
}
*/
 
td {
   vertical-align: top;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal; 
   font-style:normal; 
   margin-top:5pt; 
   margin-bottom:5pt; 
   padding-bottom:5px; 

  }

/* [Lexmark][Kofax] 2014-Jan-22 MAS: Reformat header table to add new rule. */  
table.headertable {
    width:100%;
	height:120%;
	padding:20px;
	border: none;
    border-bottom: solid 1px #7E7E85;
	margin-top: 0px;
    margin-bottom: 10px;
}

.headertable table { width:100%; padding:20px;  }


th.headertable {
	border-bottom: none;
}

P { 
   margin-top:5pt; 
   margin-bottom:5pt; 
   font-family:Arial, Helvetica, sans-serif;  }

/* [Lexmark][Kofax] 2011-Mar-07 MAS: Fixed SPR 87641 by removing the inline attribute from a <p> after an <li>. This also
fixed some other formatting problems. A <p> element should be handled as a separate paragraph, as expected in
HTML.
   
li p {
   display: inline;
}
*/
   
div.term+p {
   margin-top:0px;
}   

P.orderedlist { 
   margin-top:5pt; 
   margin-bottom:5pt; 
   font-family:Arial, Helvetica, sans-serif;  }
   
P.title { 
   margin-top:5pt; 
   margin-bottom:5pt; 
   font-style:normal; 
   color:#000000;	
   font-family:Arial, Helvetica, sans-serif;  }

/* [Lexmark][Kofax] 2010-Dec-13 MAS: Updated heading styles to match our original RoboHelp CSS files.
Also removed overrides in commonltr.css and commonrtl.css. */
/* [Lexmark][Kofax] 2013-Feb-20 MAS: Reduced margin-bottom for all headings so that they are closer to the
first paragraph. For SPR 118175. */
/* [Lexmark][Kofax] 2014-Jan-21 MAS: Change colors and font styles per Kofax standards (bug 307668). */
/* [Lexmark] 2015-Dec-07 MAS: Changed formatting to match Lexmark PDF. For task 648775. */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	color: #323232;
}

h1
{
	font-size: 20pt;
	line-height: 22pt;
	margin-top: 25px;
}

h2
{
	color: #00ad21;
	/*margin-bottom: 5px;*/
	margin-bottom: 0px;
	/*margin-top: 5px;*/
	font-size: 15pt;
	display: block;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: -10px;
	/*margin-bottom: 15px;*/
}


/* [Lexmark][Kofax] 2014-Feb-02 MAS: Changed formatting to follow Kofax standards. Based on writers' feedback.
For bug 307668. */
div.legalnotice {
   font-size:85%; 
   color:#808080;
   border-top: solid 1px #e3e3e3;
   margin-top: 15px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal; 
   font-style:normal;  }
 
	
/* [Lexmark][Kofax][Scriptorium] */
/* [Lexmark][Kofax] 2012-Nov-12 MAS: Removed the margins for notes so that they are the default for regular paragraphs.
For SPR 105132. */
DIV.note, DIV.caution, DIV.important, DIV.tip {  
	font-family:Arial, Helvetica, sans-serif;
	/* [Lexmark][Kofax] 2013-Feb-20 MAS: Added a top margin so that notes are closer to the paragraph that introduces it.
	Also adjusted the padding around a note so the text is centered. For SPR 118175. */
	margin-top: 0px;
	margin-left: 0px; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	/* [Lexmark] 2015-Dec-07 MAS: Added lead gray background to match Lexmark PDF. For task 648775. */
	background-color:#ebebeb;
    }

/* [Lexmark][Kofax] 2013-Feb-21 MAS: Removed separate formatting for the p element in a note. All padding is defined in
the definition for the note div. Standard paragraph formatting is used within the note. For SPR 118175. */
/* [Lexmark][Kofax][Scriptorium] */
/*DIV.note p, DIV.caution p, DIV.important p, DIV.tip p { */
   /* float:left; */
   /* margin-left: 10px;
   margin-top: 0px;
} */ 

/* [Lexmark][Kofax][Scriptorium] */
span.admonition {
   font-weight: bold;
}

/* [Lexmark][Kofax][Scriptorium] */
caption {
   margin-top: 5pt;
   margin-bottom: 5pt;
}

/* [Lexmark][Kofax][Scriptorium] */
table.db_table {
   border-collapse: collapse; 
   border-top: 1.5pt solid black; 
   border-bottom: 1pt solid black;
} 
tr.db_row {
   border-bottom: 1pt solid black;
}

th.db_entry:first-child {
   border-bottom: 1.5pt solid black;
   border-left: 0pt none black;   
}
th.db_entry {
   border-bottom: 1.5pt solid black;
   border-left: 1pt solid black;   
}

td.db_entry:first-child {
   border-bottom: 0.5pt solid black;
   border-left: 0pt none black;   
}
td.db_entry {
   border-bottom: 0.5pt solid black;
   border-left: 0.5pt solid black;   
}

table.db_informaltable {
   margin-top: 12px;
   border-collapse: collapse; 
   border-top: 0px none white; 
   border-bottom: 0px none white;
} 

table.db_informaltable tbody tr.db_row {
   border-bottom: 0px none white;
}

table.db_informaltable tbody tr th.db_entry {
   border-bottom: 0px none white;
   border-left: 0px none white;   
}

table.db_informaltable tbody tr td.db_entry {
   border-bottom: 0px none white;
   border-left: 0px none white;   
}
		
DIV.highlights { 
        padding-top:5px; 
        padding-bottom:5px; 
        background-color:#FFFACD;  }

	
H4.procedure-intro { 
                    x-next-type:p; 
                    margin-bottom:-7pt;  }

pre.programlisting { 
        font-family:"Courier New" , monospace; 
        margin-top:5pt;  }
		
/* [Lexmark] 2015-Dec-07 MAS: Changed background to match Lexmark PDF. For task 648775. */
/* [Lexmark][Kofax] 2013-Oct-22 MAS: Removed gray background from <codeblock> listing for SPR 176092. */

pre.codeblock {
	font-family:"Courier New" , monospace;
	margin-top:5pt;
	background-color:#ebebeb;
	/* border-top: solid thin;
	border-bottom: solid thin; */
	padding-top: 10px;
	padding-bottom: 10px;
}

SPAN.Strong { 
             font-weight:bold; 
             font-style:normal;  }

SPAN.Emphasis { 
    font-family:Arial, Helvetica, sans-serif; 
	   color:#000000;
    font-style:normal; 
    font-weight:bold;  
}
               
/* style to ensure that variablelists are indented */
/* [Lexmark][Kofax] 2012-Nov-20 MAS: Add space after <dl> elements so that there is equal space between them. For SPRs 105132
and 110128. */
/* [Lexmark][Kofax] 2013-Feb-21 MAS: Specified a margin-top so that a dd is closer to the dt that precedes it. Also reduced the
space between dl elements slightly. For SPR 118175. */
dd { 
	margin-top: 0pt;
	margin-bottom:10pt;
	}

/* [Lexmark][Kofax] 2012-Nov-20 MAS: Adjusts spacing above if a definition list is in a table. Changed for new dl layout. For SPR 90748. */
.variablelisttable { margin-top:-5pt; }
.variablelisttableie7 { margin-top:5pt; }
			   
/*SPAN.guimenu { 
               font-family:Arial, Helvetica, sans-serif; 
               font-size:100%;
			   color:#000000;
               font-style:normal; 
               font-weight:bold;  }
			   
SPAN.guimenuitem { 
               font-family:Arial, Helvetica, sans-serif; 
               font-size:100%;
			   color:#000000;
               font-style:normal; 
               font-weight:bold;  }
SPAN.guibutton { 
               font-family:Arial, Helvetica, sans-serif; 
               font-size:100%;
			   color:#000000;
               font-style:normal; 
               font-weight:bold;  }
  
SPAN.guilabel { 
               font-family:Arial, Helvetica, sans-serif; 
               font-size:100%;
			   color:#000000;
               font-style:normal; 
               font-weight:bold;  }
*/
div.term { 
               font-family:Arial, Helvetica, sans-serif; 
			            color:#000000;
               font-style:normal; 
               font-weight:bold;
               margin-bottom: 0px;  
               }

/* [Lexmark][Kofax] 2014-Jan-22 MAS: Change breadcrumbs to Kofax blue and make them larger. */
/* [Lexmark][Kofax] 2014-Feb-02 MAS: Changed formatting to follow Kofax standards. Based on writers' feedback.
For bug 307668. */			   
div.breadcrumbs { 
               font-family:Arial, Helvetica, sans-serif; 
			   color: #000000; /* Kofax Black if not an active link */
               font-size:90%;
               margin-bottom: 12px;
			    }

div.breadcrumbs a:link { 
               font-family:Arial, Helvetica, sans-serif; 
			   color: #0071b9;
			   text-decoration:underline}
			   
div.breadcrumbs a:hover {
				font-family:Arial, Helvetica, sans-serif; 
				color:#eeb211; 
				text-decoration: underline; } /* Secondary Gold */
			   
div.breadcrumbs a:visited { 
               font-family:Arial, Helvetica, sans-serif; 
			   color: #004976;
			   text-decoration:underline}
			   
/* a:hover.breadcrumb-link {
			   color:#FF9900; } */
			   
/* [Lexmark][Kofax] 2013-Mar-05 MAS: Changed spacing from 10px to 0px to make bulleted lists closer together.
For SPR 118175. */
ul li {
    list-style-type: square;
    margin-bottom: 0px;
   }

/* [Lexmark][Kofax] 2014-Sep-18 MAS: Give writers the option to add extra space after a bulleted list. This is used
when a bulleted list appears immediately before a list of steps. For bug 359103. */   
ul.space {
	margin-bottom: 40px;
}
   
li.noindent {
        margin-left:-40px;
        padding-left:0;
        }

/* [Lexmark][Kofax] 2013-Feb-21 MAS: Make spacing for li consistent in ul and ol. For SPR 118175. */
/* ol li {
	margin-bottom: 10px;
	}
/*
/*		
ol {
		font-family:Arial, Helvetica, sans-serif;
  }
ol p {
		font-size:100%; 
  font-family:Arial, Helvetica, sans-serif;
        }
*/

/* [Lexmark] 2015-Dec-04 [MAS]: Changed the step and substep number format to match PDF. For task 648775. */
ol.step {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.step > li {
	position:relative;
	margin-left: 20px;
	list-style:none;
    margin-bottom: 10px;	
}

ol.step > li:before {
    content:counter(li) ".";
    counter-increment:li;
    position:absolute;
    font-weight: bold;
    margin-left: -20px;
}


ol.substep {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.substep > li {
	position:relative;
	margin-left: 20px;
	list-style:none;
    margin-bottom: 10px;	
}

ol.substep > li:before {
    content:counter(li) ".";
    counter-increment:li;
    position:absolute;
    font-weight: bold;
    margin-left: -20px;
    color: #777777;
}

/* idle Kofax-Styles */
P.module-name { 
               margin-bottom:-10pt; 
               color:#000080; 
               x-next-type:h1; 
               margin-top:0pt;  }

.table-text { 
   			  font-family:Arial, Helvetica, sans-serif;
              font-weight:normal; 
              font-style:normal; 
              margin-top:5pt; 
              margin-bottom:5pt; 
              padding-bottom:5px;  }

.code-blue { 
             font-family:"Courier New" , monospace; 
             color:#000080;  }

.code-comment { 
                font-family:"Courier New" , monospace; 
                color:#008000;  }

.table-head {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-bottom:5px;
	text-align: left;
}

/*New styles for Corporate Standards for Help*/
/*============================================================================================================*/

/*Styles for itemizedlist role="list_heading2" to display them with a title that is equal to H2 and listitems with a square bullet==============LB=============*/
.list_heading2 b { font-style: normal; font-size:120%; color:#000080; font-family: Arial, Helvetica, sans-serif; }
.list_heading2 li { margin-left: 25px; list-style: square; }

/*Style for collapsed itemizedlists when role="collapsed" to show a grey bar along the left of the collapsed text================LB===================*/
.collapse { margin-left: 5px; margin-right: 5px; border-left: 8px solid #e5e5e5; width: 100%; border-collapse: collapse; margin-top:5px; margin-bottom:5px;}


/*========================================================style for border between header and content and footer==========LB==============*/
/*.hr { border: 1px solid #0067c6; }
.hr_footer { border: 1px solid #0067c6; margin-top: 20px; }*/

.hr { border: 1px solid 0071b9; }
.hr_footer { border: 1px solid 0071b9; margin-top: 20px; } /* Kofax Blue */

/*==============================style for images to remove ugly purple border from images and styles for figure captions===========LB============*/
img { border: 0; vertical-align: middle; font-size: small; color: #000; font-weight: normal; font-style: italic; }	

/* [Lexmark][Kofax] 2014-Jan-22 MAS: Change breadcrumbs to white to stand out against blue background. */
/*===========================styles for breadcrumbs=============================LB======================*/
.breadcrumb-node { font-size: 80%; color: white; font-family:Arial, Helvetica, sans-serif; vertical-align: bottom}
/* .breadcrumb-link  a:link  { color: gray; font-size: 100%; } */
/* .breadcrumb-link  a:visited  { color: gray; font-size: 100%; } */
.headertable td { vertical-align: bottom; }
.headertable img { padding: 10px; }

/*=============================styles for footer naviagation===================LB==========================*/
.footer_topic { font-size: 70%; }
.footertable img { vertical-align: top; padding: 0; }

/*=========================styles for program listing to allow colours to be added to code===================LB===================*/
.varname { color: blue; }
.command{ color: green; font-weight: normal; }
.envar { color: red; }

/*=========================styles for captions in mediaobjects,figures and tables===================IH===================*/
/* [Lexmark][Kofax] 2011-Apr-05 MAS: Give table titles the same format as figure titles. */
.figure_table_cap1 { font-family:Arial, Helvetica,sans-serif; font-weight:bold; margin-bottom:20pt; }
.figure_table_cap2 { font-family:Arial, Helvetica,sans-serif; font-weight:bold; margin-bottom:20pt; }
.caption { font-family:Arial, Helvetica,sans-serif; font-size: 80%; font-weight:bold; font-style:normal; margin-bottom:20pt; }
.caption2 { font-style: italic; }

/*=========================workaround to display variablist without indentation of listitems===================IH===================*/
dd { margin-left:0px; }

/* [Lexmark][Kofax] 2012-Nov-19 MAS: Sets the margins for dl elements according to the level of indent. Up to three levels of indent
are supported. For SPR 110128. Fixed to match indent levels used previously and set up classes for margins used in tables. */
/* [Lexmark][Kofax] 2013-Oct-29 MAS: Changed the left indent so it is aligned with the left margin. For SPR 115363. */
.dllevel_0 { margin-left: 0px; } 
.dllevel_1 { margin-left: 20px; }
.dllevel_2 { margin-left: 40px; }
.dllevel_3 { margin-left: 40px; }
.dllevel_4 { margin-left: 40px; }

.dllevel_0_table { margin-left: 0px; } 
.dllevel_1_table { margin-left: 20px; }
.dllevel_2_table { margin-left: 40px; }
.dllevel_3_table { margin-left: 40px; }
.dllevel_4_table { margin-left: 40px; }

/* SCRIPTORIUM ADDITIONS */
/* Substitute for p setting the font size to 80% */
li.ulchildlink
   {
     margin-top: 6px;
     margin-bottom: 6px;
}
ul.ullinks
   {
     list-style-type: square;
}