/*=(===============================================================)*/

/*=(===============================================================)*/
/*=(Created with RoboEditor.)=======================================*/
/*=(===============================================================)*/


/*begin-old-version{{*/
/* ************************************************************************   
   Program : itsmanuals.css                              
   Version : v01.0.0.1
   Created : 16-Jul-2006 Els t130628
   Changed : 18-Oct-2006 Els t130628 made H1 H2 H3 and H4 slightly bigger 
           :             and bold
           : 28-Mar-2008 Elsabe t149068 added par_other_factors 
           :
   ************************************************************************
*/                                                                            

body {
    font-family : Arial, Helvetica, Geneva, sans-serif;
    font-size: small;
    background-color : #FFFFFF;
    color : #000000;
    }

img.no_border {
        border:0px;
}

/* Add border to images - default */
img {
        border:2px;
}


body, p, table, td, th ol, ul, a, dl, dt, dd, blockquote, caption {
    font-family : Arial, Helvetica, Geneva, sans-serif;
    font-size : small;
    }

/* unordered lists: set to round disc (filled in) */
ul { list-style-type: disc }

/* ordered lists: set to decimal */
ol { list-style-type: decimal }


a:link {
/*    color: #6699FF; */
    color: #3333FF;
    }

a:active {
/*    color: #6699FF; */
    color: #3333FF;
    }

a:visited {
    color: #000066;
    color: #660099;
    }

a.glossary-link {
    border-bottom : 1px dotted;
    text-decoration : none;
}


h1 {color: #336699;
    font-size : 1.6em;
    font-weight: bold;
    border : solid #CCCC99;
    border-width : 0px 0px 1px 0px;
    width : 100%;
    }

h2 {border : solid #CCCC99;
    border-width : 0px 0px 0px 0px;
    width : 100%;
    font-size:1.4em;
    font-weight: bold;
    }

h3 {
    border : solid #CCCC99;
    border-width : 0px 0px 0px 0px;
    width : 100%;
    font-size:1.3em; 
    font-weight: bold;
    }

h4 {
    border : solid #CCCC99;
    border-width : 0px 0px 0px 0px;
    width : 100%;
    font-size:1em; 
    font-weight: bold;
    }

h1 a, h2 a, h3 a, h4 a {
    font-size: 100%;
    }

pre, code {
    font-family: Courier, "Courier New", monospace;
    font-size:1em; 
    }

code {
    color: #336699;
    }

code .code-comment {
    color: #000000;
    }
    
h1 a code, h2 a code, h3 a code, h4 a code {
    color: #336699;
    font-weight: bold;
}


a:link code {
    color: #663300;
    }

a:active code {
    color: #ff6600;
    }

a:visited code {
    color: #996633;
    }

table {
    font-size: small;
    } 

table.top_info {
    text-align: left; 
    background-color: #CCCCCC; 
    width: 100%;
    border: 1px solid #000000;
    cellpadding: 2;
    cellspacing: 2;
    }

caption {
    text-align : center;
    font-weight : bold;
    width: auto;
    }

td {
    vertical-align : top;
    text-align: left;
    }

th {
    font-weight: bold; 
    text-align: left;
    vertical-align : bottom;
    color: #336699;
    background-color: #FFFFFF;
    }

span.accentuate {
    font-weight: bold;
    text-decoration: underline;
    text-decoration: none;
    color: #000000;
}



/** Start Specific Table Definitions */

/* image tables */
table.image {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    border : 0px;
}

td.image {
    width: 100%;
    text-align: center;
}

table.image_border {
    width: 100px;
    text-align: left;
    background-color: #FFFFFF;
    border : 1px solid #CCCCCC;
}

/* end image tables */


/* table for Forms block layout Table in manual */
table.forms {
    text-align: left; 
    background-color: #FFFFFF;
    width: 100%;
    empty-cells: show;
    }

/* Forms: Heading 1 "Field" */
th.forms_head1 {
    width: 15%;
}

/* Forms: Heading 2 "Type & Length" */
th.forms_head2 {
    width: 10%;
}

/* Forms: Heading 3 "Description" */
th.forms_head3 {
    width: 75%;
}




/* table for Reports Prompts Selection Criteria */
table.reports_prompts {
    text-align: left; 
    background-color: #FFFFFF;
    width: 100%;
    empty-cells: show;
    }

/* !!!!! Reports Prompts: Heading Row (new): "User Selection" */
th.reports_prompts_head_row {
    width: 15%;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

/* Reports Prompts: Heading Column 1 "User Selection" */
th.reports_prompts_head1 {
    width: 6%;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

/* Reports Prompts: Heading 2 "Prompt Text" */
th.reports_prompts_head2 {
    width: 43%;
}

/* Reports Prompts: Heading 3 "Type & Length" */
th.reports_prompts_head3 {
    width: 10%;
}

/* Reports Prompts: Heading 4 "Comments" */
th.reports_prompts_head4 {
    width: 40%;
}

/* end Reports Prompts table definition */


/** table for Reports Prompts (No Border) Selection Criteria */
table.reports_prompts_nob {
    text-align: left; 
    background-color: #FFFFFF;
    border : 0px;
    width: 100%;
    empty-cells: show;
    }


/* Reports Prompts: Heading Column 1 "User Selection" */
th.reports_prompts_nob_head1 {
    width: 6%;
    font-weight: bold;
    text-align: right;
    color: #000000;    
    border: 0px;
    border-right: 4px solid #CCCCCC;
}

/* Reports Prompts: Heading 2 "Prompt Text" */
th.reports_prompts_nob_head2 {
    width: 43%;
    border: 0px;
}

/* Reports Prompts: Heading 3 "Type & Length" */
th.reports_prompts_nob_head3 {
    width: 10%;
    text-align: center;
    border: 0px;
}

/* Reports Prompts: Heading 4 "Comments" */
th.reports_prompts_nob_head4 {
    width: 40%;
    border: 0px;
}


/* end reports prompts (no border) table definition */



/* table for Reports Sort Order */
table.reports_sort {
    text-align: left; 
    background-color: #FFFFFF;
    width: 100%;
    empty-cells: show;
    }

/* Reports Sort: Heading Column 1 "Sort Order" */
th.reports_sort_head1 {
    width: 6%;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

/* Reports Sort: Heading 2 "Per" */
th.reports_sort_head2 {
    width: 53%;
}

/* Reports Sort: Heading 3 "Comments" */
th.reports_sort_head3 {
    width: 40%;
}

/* end Reports Sort table definition */


/* table for Reports System Select Order */
table.reports_sel {
    text-align: left; 
    background-color: #FFFFFF;
    width: 100%;
    empty-cells: show;
    }

/* Reports Select: Heading Column 1 "System Select" */
th.reports_sel_head1 {
    width: 6%;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

/* Reports Select: Heading 2 */
th.reports_sel_head2 {
    width: 85%;
}

/* end Reports System Select table definition */


/* table for Processing Rules */
table.processing_rules {
    text-align: left; 
    background-color: #FFFFFF;
    border : 1px solid #CCCCCC;
    width: 100%;
    empty-cells: show;
    }

/* RProcessing Rules: Heading Column 1 "Processing Rules" */
th.processing_rules_head1 {
    width: 15%;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

/* Processing Rules: Heading 2 */
th.processing_rules_head2 {
    width: 85%;
}

/* end Processing Rules table definition */



/* table for Package Functions */
table.package_functions {
    text-align: left; 
    background-color: #FFFFFF;
    width: 100%;
    empty-cells: show;
    }

/* Package Functions: Heading Column 1 "Function Name" */
th.package_functions_head1 {
    width: 15%;
    font-weight: bold;
    color: #000000;
}

/* Package Functions: Heading 2 "Per" */
th.package_functions_head2 {
    width: 60%;
}

/* Package Functions: Heading 3 "Comments" */
th.package_functions_head3 {
    width: 25%;
}

/* end Package Functions table definition */

/* Enhancement Doc: Heading Column 1 "Menu" */
th.enhancements_head1 {
    width: 15%;
}

/* Enhancement Doc: Heading Column 2 "Changes Made" */
th.enhancements_head2 {
    width: 50%;
}

/* Enhancement Doc: Heading Column 3 "Install Script" */
th.enhancements_head3 {
    width: 15%;
}

/* Enhancement Doc: Heading Column 4 "User Action" */
th.enhancements_head4 {
    width: 20%;
}

/* end Reports Prompts table definition */


/* Start history_of_changes table definition */

/* table for Processing Rules */
table.history_of_changes {
    text-align: left; 
    background-color: #FFFFFF;
    border : 1px solid #CCCCCC;
    width: 100%;
    empty-cells: show;
    }
    
/* End history_of_changes table definition */

/** End Specific Table Definitions */


p { 
    margin: 0px;
}

/** Start Specific Paragraphs and Spans */
 
p.par_gray_background {
    background-color: #CCCCCC;
    }

/* Overview Paragraph at top of page, after heading */
p.par_overview {
    background-color: #FFFFFF;
    font-weight: bold;    
    }

/* Pre-requisites to use option, after Overview Paragraph */
p.par_pre_requisites {
    background-color: #FFFFFF;
    }

/* Other influencing factors, after Pre-requisites Paragraph */
p.par_other_factors {
    background-color: #FFFFFF;
    }
    
   
/* General paragraph, after Other influencing Factors Paragraph */
p.par_general {
    background-color: #FFFFFF;
    }

/* (NB) Important information paragraph, after General Paragraph */
p.par_NB {
    background-color: #CCCCCC;
    }

/* General paragraph, after Other influencing Factors Paragraph */
p.par_processing_rules {
    background-color: #FFFFFF;
    text-decoration: none;
    }



/* Fields in the option:  (declared as span, as nothing can be amended to a paragraph */
span.span_fields_in_option {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

/* Block N: */
span.span_block_no {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

/* Block Description */
span.span_block_descr {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

/* Processing Rules */
span.span_processing_rules {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

/* Example */
span.span_example {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

/* Report */
span.span_report {
    font-weight: bold;
    text-decoration: none;
    font-size : 1.1em;
    color: #000000;
}

/* XML Items List */
span.span_xml_items {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

/* See Also */
span.span_see_also {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}


/** End Specific Paragraphs and Spans */



.text_gray_background {
    background-color: #CCCCCC;
    }
    
table.table-border  {
    border : 1px solid #CCCC99; 
    }

table.table-border td, table.table-border th {
    padding : 2px 4px 2px 4px;
    background-color: #FFFFFF;
    border : 1px solid #CCCC99; 
    }

table.table-border th.table-header-border-left, table.table-border th.table-header-border-middle, table.table-border th.table-header-border-right  {
    background-color: #cccc99;
    color: #336699;
    }

table.table-border th.table-header-border-left {
    border-left : 1px solid #CCCC99;
    border-right : 1px solid #FFFFFF;
    background-color: #cccc99;
    }

table.table-border th.table-header-border-middle {
    border-left : 1px solid #FFFFFF;
    border-right : 1px solid #FFFFFF;
    background-color: #cccc99;
    }

table.table-border th.table-header-border-right {
    border-left : 1px solid #FFFFFF;
    border-right : 1px solid #CCCC99;
    background-color: #cccc99;
    }

span.gui-object {
    font-weight: bold;
    }

p.horizontal-rule {
    width : 100%;
    border : solid #CCCC99;
    border-width : 0px 0px 1px 0px;
    margin-bottom : 2em;
    }

div.zz-skip-header {
  	margin-bottom : 0px;
  	margin-top : -2px;
    padding : 0px;
    text-align:center;
    line-height : 1px;  
    }

div.zz-skip-header a:link, div.zz-skip-header a:visited, div.zz-skip-header a:active  {
    color:white;
    background-color:white;
    text-decoration:none;
    font-size:.1em;
    line-height : 1px;  
}

td.zz-nav-header-cell {
	text-align : left;
	font-size : small;
	color:#000000;
	background-color : #FFFFFF;
	font-weight : normal;
	vertical-align : top;
  margin-top : 0px;
	padding-top : 0px;
   }
  
a.zz-nav-header-link {
	font-size : small;
   }

td.zz-nav-button-cell {
    text-align : center;
    width : 1%;
	  vertical-align : top;
    padding-left : 4px;
    padding-right : 4px;
    margin-top : 0px;
	  padding-top : 0px;
    }

a.zz-nav-button-link {
    font-size : x-small;
    }

div.manualsfooter {
    width : 100%;
    text-align : center;
    background-color: #FFFFFF;
    margin-top : 1em;
    margin-bottom : 2em;
    }

p.zz-legal-notice, A.zz-legal-notice-link {
    font-size : xx-small;
    /* display : none ; */        /* Uncomment this to hide the legal notice */
}	

.manualfooter {
        font-size: smaller;
        background-color: #CCCCCC;
        color: #333333;
}

/* Project-specific styles */

table.table-border TH.table-header-border-all {
    background-color: #FFFFFF;
    color: #336699;
    border : 1px solid #CCCC99;
    }

/*}}end-old-version*/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	background-color: #ffffff;
	color: #000000;
}

img.no\005fborder {
	border: 0px;
}

img {
	border: 2px;
}

body,
p,
table,
td,
th ol,
ul,
a,
dl,
dt,
dd,
blockquote,
caption {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
}
/*}}end!kadov=======================================================*/ 



ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

a:link {
	color: #3333FF;
}

a:active {
	color: #3333FF;
}

a:visited {
	color: #000066;
	color: #660099;
}

a.glossary-link {
	border-bottom: 1px dotted;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

h1 {
	color: #336699;
	font-size: 1.6em;
	font-weight: bold;
	border: solid #CCCC99;
	border-width: 0px 0px 1px 0px;
	width: 100%;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-h1 {
	color: #336699;
	font-size: 1.6em;
	font-weight: bold;
}
/*}}end!kadov=======================================================*/ 



h2 {
	border: solid #CCCC99;
	border-width: 0px 0px 0px 0px;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-h2 {
	font-size: 1.4em;
	font-weight: bold;
}
/*}}end!kadov=======================================================*/ 



h3 {
	border: solid #CCCC99;
	border-width: 0px 0px 0px 0px;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-h3 {
	font-size: 1.3em;
	font-weight: bold;
}
/*}}end!kadov=======================================================*/ 



h4 {
	border: solid #CCCC99;
	border-width: 0px 0px 0px 0px;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-h4 {
	font-size: 1em;
	font-weight: bold;
}
/*}}end!kadov=======================================================*/ 



h1 a,
h2 a,
h3 a,
h4 a {
	font-size: 100%;
}

code .code-comment {
	color: #000000;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
code LI.kadov-Ccode-comment {
	color: #000000;
}
/*}}end!kadov=======================================================*/ 



table {
	font-size: small;
}

table.top\005finfo {
	text-align: left;
	background-color: #CCCCCC;
	width: 100%;
	border: 1px solid #000000;
	cellpadding: 2;
	cellspacing: 2;
}

caption {
	text-align: center;
	font-weight: bold;
	width: auto;
}

td {
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	color: #336699;
	background-color: #ffffff;
}

span.accentuate {
	font-weight: bold;
	x-text-underline: normal;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: underline none none none; /*}}end!kadov*/ 
}

table.image {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	border: 0px;
}

td.image {
	width: 100%;
	text-align: center;
}

table.image\005fborder {
	width: 100px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

table.forms {
	text-align: left;
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
}

th.forms\005fhead1 {
	width: 15%;
}

th.forms\005fhead2 {
	width: 10%;
}

th.forms\005fhead3 {
	width: 75%;
}

table.reports\005fprompts {
	text-align: left;
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
}

th.reports\005fprompts\005fhead\005frow {
	width: 15%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

th.reports\005fprompts\005fhead1 {
	width: 6%;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

th.reports\005fprompts\005fhead2 {
	width: 43%;
}

th.reports\005fprompts\005fhead3 {
	width: 10%;
}

th.reports\005fprompts\005fhead4 {
	width: 40%;
}

table.reports\005fprompts\005fnob {
	text-align: left;
	background-color: #ffffff;
	border: 0px;
	width: 100%;
	empty-cells: show;
}

th.reports\005fprompts\005fnob\005fhead1 {
	width: 6%;
	font-weight: bold;
	text-align: right;
	color: #000000;
	border: 0px;
	border-right: 4px solid #CCCCCC;
}

th.reports\005fprompts\005fnob\005fhead2 {
	width: 43%;
	border: 0px;
}

th.reports\005fprompts\005fnob\005fhead3 {
	width: 10%;
	text-align: center;
	border: 0px;
}

th.reports\005fprompts\005fnob\005fhead4 {
	width: 40%;
	border: 0px;
}

table.reports\005fsort {
	text-align: left;
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
}

th.reports\005fsort\005fhead1 {
	width: 6%;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

th.reports\005fsort\005fhead2 {
	width: 53%;
}

th.reports\005fsort\005fhead3 {
	width: 40%;
}

table.reports\005fsel {
	text-align: left;
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
}

th.reports\005fsel\005fhead1 {
	width: 6%;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

th.reports\005fsel\005fhead2 {
	width: 85%;
}

table.processing\005frules {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 100%;
	empty-cells: show;
}

th.processing\005frules\005fhead1 {
	width: 15%;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

th.processing\005frules\005fhead2 {
	width: 85%;
}

table.package\005ffunctions {
	text-align: left;
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
}

th.package\005ffunctions\005fhead1 {
	width: 15%;
	font-weight: bold;
	color: #000000;
}

th.package\005ffunctions\005fhead2 {
	width: 60%;
}

th.package\005ffunctions\005fhead3 {
	width: 25%;
}

th.enhancements\005fhead1 {
	width: 15%;
}

th.enhancements\005fhead2 {
	width: 50%;
}

th.enhancements\005fhead3 {
	width: 15%;
}

th.enhancements\005fhead4 {
	width: 20%;
}

table.history\005fof\005fchanges {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 100%;
	empty-cells: show;
}

p {
	margin: 0px;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p {
}
/*}}end!kadov=======================================================*/ 



p.par\005fgray\005fbackground {
	background-color: #CCCCCC;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fgray\005fbackground {
}
/*}}end!kadov=======================================================*/ 



p.par\005foverview {
	background-color: #ffffff;
	font-weight: bold;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005foverview {
	font-weight: bold;
}
/*}}end!kadov=======================================================*/ 



p.par\005fpre\005frequisites {
	background-color: #ffffff;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fpre\005frequisites {
}
/*}}end!kadov=======================================================*/ 



p.par\005fpre\005frequisites {
	background-color: #ffffff;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fpre\005frequisites {
}
/*}}end!kadov=======================================================*/ 



p.par\005fgeneral {
	background-color: #ffffff;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fgeneral {
}
/*}}end!kadov=======================================================*/ 



p.par\005fNB {
	background-color: #CCCCCC;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fNB {
}
/*}}end!kadov=======================================================*/ 



p.par\005fprocessing\005frules {
	background-color: #ffffff;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Cpar\005fprocessing\005frules {
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	text-decoration: none none none;
}
/*}}end!kadov=======================================================*/ 



span.span\005ffields\005fin\005foption {
	font-weight: normal;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fblock\005fno {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fblock\005fdescr {
	font-weight: normal;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fprocessing\005frules {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fexample {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005freport {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	font-size: 1.1em;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fxml\005fitems {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

span.span\005fsee\005falso {
	font-weight: bold;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	color: #000000;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

.text\005fgray\005fbackground {
	background-color: #CCCCCC;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-Ctext\005fgray\005fbackground {
}
/*}}end!kadov=======================================================*/ 



table.table-border {
	border: 1px solid #CCCC99;
}

table.table-border td,
table.table-border th {
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
	border: 1px solid #CCCC99;
}

table.table-border th.table-header-border-left,
table.table-border th.table-header-border-middle,
table.table-border th.table-header-border-right {
	background-color: #cccc99;
	color: #336699;
}

table.table-border th.table-header-border-left {
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #ffffff;
	background-color: #cccc99;
}

table.table-border th.table-header-border-middle {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #cccc99;
}

table.table-border th.table-header-border-right {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #CCCC99;
	background-color: #cccc99;
}

span.gui-object {
	font-weight: bold;
}

p.horizontal-rule {
	width: 100%;
	border: solid #CCCC99;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 2em;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Chorizontal-rule {
}
/*}}end!kadov=======================================================*/ 



div.zz-skip-header {
	margin-bottom: 0px;
	margin-top: -2px;
	padding: 0px;
	text-align: center;
	line-height: 1px;
}

div.zz-skip-header a:link,
div.zz-skip-header a:visited,
div.zz-skip-header a:active {
	color: #ffffff;
	background-color: #ffffff;
	x-text-underline: off;
	x-text-overline: off;
	x-text-line-through: off;
	font-size: .1em;
	line-height: 1px;
	/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/ 
}

td.zz-nav-header-cell {
	text-align: left;
	font-size: small;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}

a.zz-nav-header-link {
	font-size: small;
}

td.zz-nav-button-cell {
	text-align: center;
	width: 1%;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

a.zz-nav-button-link {
	font-size: x-small;
}

div.manualsfooter {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	margin-top: 1em;
	margin-bottom: 2em;
}

p.zz-legal-notice,
A.zz-legal-notice-link {
	font-size: xx-small;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-p-Czz-legal-notice {
	font-size: xx-small;
}
/*}}end!kadov=======================================================*/ 



.manualfooter {
	font-size: smaller;
	background-color: #CCCCCC;
	color: #333333;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-Cmanualfooter {
	font-size: smaller;
	color: #333333;
}
/*}}end!kadov=======================================================*/ 



table.table-border TH.table-header-border-all {
	background-color: #ffffff;
	color: #336699;
	border: 1px solid #CCCC99;
}

P.Preformatted {
	line-height: normal;
	margin-bottom: 14pt;
	margin-top: 14pt;
	x-text-tab-stops: repeat 1in;
	white-space: nowrap;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

/*=(Generated Code)=================================================*/
/*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
/*begin!kadov{{=====================================================*/ 
LI.kadov-P-CPreformatted {
	line-height: normal;
	x-text-tab-stops: repeat 1in;
	white-space: nowrap;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}
/*}}end!kadov=======================================================*/ 



SPAN.Code {
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

h1 a SPAN.Code {
	font-weight: bold;
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

h2 a SPAN.Code {
	font-weight: bold;
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

h3 a SPAN.Code {
	font-weight: bold;
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

h4 a SPAN.Code {
	font-weight: bold;
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

a:link SPAN.Code {
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

a:active SPAN.Code {
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}

a:visited SPAN.Code {
	color: #336699;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}


/*=(===============================================================)*/
