/*   $DateTime: 2014/01/20 14:05:06 $ */
/*   $Revision: #1 $ */

  /*****************************************************************/
  /*                                                               */
  /* FONT DEFINITIONS                                              */
  /*                                                               */
  /*****************************************************************/
  
  .SAPKWDITABodyBrowserDefault,
  .SAPKWDITABodyLatinChar,
  .SAPKWDITABodyGreekChar,
  .SAPKWDITABodyCyrillicChar,
  .SAPKWDITABodyKoreanChar,
  .SAPKWDITABodyJapaneseIdeograms
  {
              font-size: 0.8em;
  }

  .SAPKWDITABodyChineseIdeograms
  {
    font-size: 1.0em;
  }

  /*****************************************************************/
  /* DOC Serif                                                     */
  /*****************************************************************/
  
  .SAPKWDITABodyLatinChar,
  .SAPKWDITABodyLatinChar          .serif
    {
    	font-family: Arial, Helvetica, sans-serif;
    }
    
  .SAPKWDITABodyGreekChar,
  .SAPKWDITABodyGreekChar          .serif
    { font-family: Arial, Helvetica, sans-serif; }
  
  .SAPKWDITABodyCyrillicChar,
  .SAPKWDITABodyCyrillicChar       .serif
    { font-family: Arial, Helvetica, sans-serif; }
  
  .SAPKWDITABodyKoreanChar,
  .SAPKWDITABodyKoreanChar         .serif
    { font-family: Gulim, sans-serif; }
  
  .SAPKWDITABodyJapaneseIdeograms,
  .SAPKWDITABodyJapaneseIdeograms  .serif
    {
	font-family: "MS PGothic", Osaka, sans-serif; /* 'Osaka' for pre-10.x Macintosh */
	letter-spacing: 1px;
    }
  
  .SAPKWDITABodyChineseIdeograms,
  .SAPKWDITABodyChineseIdeograms   .serif
    {
      font-family: SimHei, sans-serif;
      line-height: 1.4em;
    }
  
  .SAPKWDITABodyBrowserDefault,
  .SAPKWDITABodyBrowserDefault     .serif
    { font-family: serif; }

  
  /*****************************************************************/
  /* DOC Sans-Serif                                                */
  /*****************************************************************/
  
  .SAPKWDITABodyLatinChar          .sansserif
    { font-family: Arial, Helvetica, sans-serif; }
  
  .SAPKWDITABodyGreekChar          .sansserif
    { font-family: Arial, Helvetica, sans-serif; }
  
  .SAPKWDITABodyCyrillicChar       .sansserif
    { font-family: Arial, Helvetica, sans-serif; }
  
  .SAPKWDITABodyKoreanChar         .sansserif
    { font-family: Gulim, sans-serif; }
  
  .SAPKWDITABodyJapaneseIdeograms  .sansserif
    {
                font-family: "MS PGothic", Osaka, sans-serif;
    }
  
  .SAPKWDITABodyChineseIdeograms   .sansserif
    { font-family: SimHei, sans-serif; }
  
  .SAPKWDITABodyBrowserDefault     .sansserif
    { font-family: sans-serif; }

  /*****************************************************************/
  /* DOC Monospace                                                 */
  /*****************************************************************/
  
  .SAPKWDITABodyLatinChar          .monospace
    {
                font-family: "Courier New", Courier, monospace;
    }
  
  .SAPKWDITABodyGreekChar          .monospace
    { font-family: "Courier New", Courier, monospace; }
  
  .SAPKWDITABodyCyrillicChar       .monospace
    { font-family: "Courier New", Courier, monospace; }
  
  .SAPKWDITABodyKoreanChar         .monospace
    { font-family: GungsuhChe, monospace; }
  
  .SAPKWDITABodyJapaneseIdeograms  .monospace
    {
                font-family: "MS Gothic", monospace;
    }
  
  .SAPKWDITABodyChineseIdeograms   .monospace
    { font-family: SimSun, monospace; }
  
  .SAPKWDITABodyBrowserDefault     .monospace
    { font-family: monospace }


  /*****************************************************************/
  /*                                                               */
  /* DOC a                                                         */
  /* :link, :visited, :focus, :hover, :active                      */
  /* NOTE: :focus, :hover, and :active must be identical           */
  /*                                                               */
  /*****************************************************************/
  
  /* LINK ++++++++++++++++++++++++++++++++++++++++++ */
  
  .SAPKWDITABodyDefault a
  {
              background-color: inherit;
              color: #0076CB;
              text-decoration: none;
  }

  a.SAPKWDITA-xref,
  a.SAPKWDITA-webref,
  a.SAPKWDITA-link,
  a.SAPKWDITA-weblink
  {
    background-color: inherit;
    padding-bottom: 1px;
    text-decoration: none;
  }

  /* VISITED +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  
  .SAPDITABodyDefault a:visited
  {
              background-color: inherit;
              color: #0076CB;
  }


  a.SAPKWDITA-xref:visited,
  a.SAPKWDITA-webref:visited,
  a.SAPKWDITA-link:visited,
  a.SAPKWDITA-weblink:visited
  {
    background-color: inherit;
    color: #0076CB;
  }

  /* FOCUS [ = ACTIVE for IE and FOCUS for FF] +++++++++++++++++++++++++++ */
  .SAPDITABodyDefault a:focus
  {
              border-bottom: 1px solid #0076CB;
  }

  a.SAPKWDITA-xref:focus,
  a.SAPKWDITA-webref:focus,
  a.SAPKWDITA-link:focus,
  a.SAPKWDITA-weblink:focus
  {
    border-bottom: 1px solid #0076CB;
  }

  /* HOVER [ = ACTIVE for IE and FOCUS for FF] +++++++++++++++++++++++++++ */
  .SAPDITABodyDefault a:hover
  {
              border-bottom: 1px solid #0076CB;
  }

  a.SAPKWDITA-xref:hover,
  a.SAPKWDITA-webref:hover,
  a.SAPKWDITA-link:hover,
  a.SAPKWDITA-weblink:hover
  {
    border-bottom: 1px solid #0076CB;
  }

  /* ACTIVE [ = ACTIVE for IE and FOCUS for FF] +++++++++++++++++++++++++++ */
  .SAPDITABodyDefault a:active
  {
              border-bottom: 1px solid #0076CB;
  }

  a.SAPKWDITA-xref:active,
  a.SAPKWDITA-webref:active,
  a.SAPKWDITA-link:active,
  a.SAPKWDITA-weblink:active
  {
    border-bottom: 1px solid #0076CB;
  }


  /*****************************************************************/
  /*                                                               */
  /* DOC External CMS link span                                    */
  /*                                                               */
  /* External CMS links are non-functional in the IKS preview.     */
  /* They display like the anchors above, however they don't       */
  /* contain an anchor tag or @href. On hover they should display  */
  /* a tooltip containing OTR/TT text, which informs the user that */
  /* they're only active in test-beds or production exports        */
  /*                                                               */
  /*****************************************************************/

span.SAPKWDITAExternalCMS
    {
          background-color: inherit;
    /*B1*/  -B1-border-bottom: 1px solid #CCCCCC;
          color: #0076CB;
    /*DU*/  -DU-color: blue;
          text-decoration: none;
    /*DU*/  -DU-text-decoration: underline;
    }

    /* The 'focus' and 'hover' pseudo-classes are valid on all      */
    /* elements in CSS 2, however current browsers may only         */
    /* support them on the <a> tag                                  */

    
span.SAPKWDITAExternalCMS:focus
    {
         border-bottom: 1px solid #0076CB;    
    }
    
span.SAPKWDITAExternalCMS:hover
    {
         border-bottom: 1px solid #0076CB;    
    }    
    

  /*****************************************************************/
  /*                                                               */
  /* DOC body (done via div.SAPKWDITABodyDefault)                     */
  /*                                                               */
  /*****************************************************************/
  /* NOTE: IKS cuts out all children of the body tag (here: div.SAPDITABodyDefault) and inserts them into a table cell.
  As a consequence, some styles, like background color or paddings / margins, must be set, dependent whether the HTML 
  object is presented in IKS or not on body.KWDefault (IKS only) or div.SAPKWDITABodyDefault. As a switch, the class 
  "KWDefault" can be used that is applied to the body tag by IKS as a default. */
  
  body
  {
              background-color: #FFFFFF;
              color: #333333;
              cursor: default;
              margin: 0;
              padding: 0 20px 20px 50px;
  }


  body.KWDefault
  {
              padding: 0;
  }

  body.KWDefault div.SAPKWDITABodyDefault
  {
              padding: 0 20px 20px 50px;
  }

  body.KWDefault div.SAPKWDITABodyrtl 
  { 
        padding: 0px 130px 50px 50px; 
  }

  div.SAPKWDITABodyDefault
  {
              background-image: none;
              color: #333333;
  }

  div.SAPKWDITABodyrtl { 
        padding: 0px 130px 50px 50px; 
        }
        
        

  /*****************************************************************/
  /*                                                               */
  /* DOC caption                                                   */
  /*                                                               */
  /*****************************************************************/
  
  .SAPKWDITABodyDefault caption  /* used for table titles */
  {
              background-color: #999999;
              background-image: none;
              caption-side: top;
              color: #FFFFFF;
              font-weight: bold;
              padding: 2px 4px 2px 5px;
              text-align: left;
  }



  .SAPKWDITABodyrtl caption { text-align: right; }



  /*****************************************************************/
  /*                                                               */
  /* DOC div                                                       */
  /*                                                               */
  /*****************************************************************/
  
/* These won't be used until we sort out DITA profiling requirements */

  div.SAPKWDITAProfile-end,
  div.SAPKWDITAProfile-start
  /* border color and font color are set by sap-options.xsl */
  {
              background-color: inherit;
              border: 1px solid #99BB99 !important;
              color: #557755 !important;
              font-size: 75%;
              padding: 1px 3px 1px 3px;
  }

  div.SAPKWDITAProfile-end
  {
              border-top-style: none !important;
              margin: 0.1em -3px 0.6em -3px;
  }

  div.SAPKWDITAProfile-start
  {
              border-bottom-style: none !important;
              margin: 0.6em -3px 0.1em -3px;
  }


/*****************************************************************/
/* DOC div DITA                                                  */
/*                                                               */
/*****************************************************************/

/* DITA section, its specializations, and related-links          

div.SAPKWDITA-section

div.SAPKWDITA-context

div.SAPKWDITA-prereq

div.SAPKWDITA-postreq

div.SAPKWDITA-result

div.SAPKWDITA-refsyn

div.SAPKWDITA-steps-informal

div.SAPKWDITA-related-links
*/

/* DITA note types - note, caution, tip (recommendation), other */

  div.SAPKWDITA-note
  {
              background-color: #FFF7E3;
              background-image: none;
              color: inherit;
              margin: 1em 0;
              padding: 4px 5px 3px 5px;
  }
  
  div.SAPKWDITA-draft-comment
  {
    color: inherit;
    background-color: #FFF7E3;
    background-image: none;    
    margin: 1em 0;
    padding: 4px 5px 3px 5px;
    font-family: "Courier New",Courier,monospace;
    font-style: normal;
    line-height: 1.6em;      
  }
  
 span.SAPKWDITA-draft-comment-title
 {
    background-color: inherit;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin: 2.2em 0 0.2em 0;
 }
  
    div.SAPKWDITA-table, div.SAPKWDITA-properties
  {
    margin: 0.5em 0;
  }

/* Subkeyblocks in TD, TH and li share common margins */
  table div.SAPKWDITA-codeblock,
  table div.SAPKWDITA-draft-comment,
  table div.SAPKWDITA-fig,
  table div.SAPKWDITA-note,
  table div.SAPKWDITA-object,
  table div.SAPKWDITA-ol,
  table div.SAPKWDITA-p,
  table div.SAPKWDITA-ul,
  div.SAPKWDITA-properties div.SAPKWDITA-codeblock,
  div.SAPKWDITA-properties div.SAPKWDITA-draft-comment,
  div.SAPKWDITA-properties div.SAPKWDITA-fig,
  div.SAPKWDITA-properties div.SAPKWDITA-note,
  div.SAPKWDITA-properties div.SAPKWDITA-object,
  div.SAPKWDITA-properties div.SAPKWDITA-ol,
  div.SAPKWDITA-properties div.SAPKWDITA-p,
  div.SAPKWDITA-properties div.SAPKWDITA-ul,  
  li div.SAPKWDITA-codeblock,
  li div.SAPKWDITA-draft-comment,
  li div.SAPKWDITA-fig,
  li div.SAPKWDITA-note,
  li div.SAPKWDITA-object,
  li div.SAPKWDITA-ol,
  li div.SAPKWDITA-p,
  li div.SAPKWDITA-ul
  {
        margin: 2px 0;
  }


/* Note Titles */

 .SAPKWDITABodyDefault p.SAPKWDITA-note_title
  {
              background-color: inherit;
              color: #BBBBBB;
              font-size: 1.5em;
              margin: 0;
  }

  .SAPKWDITABodyrtl p.SAPKWDITA-note_title { margin: 0.5em 0 0 2em; }

  .SAPKWDITALang-el p.SAPKWDITA-note_title
  {
    text-transform: none;
  }


/* DITA fig */
  div.SAPKWDITA-fig
  {
    margin: 1em 0 3em 0;
  }




  ol div.SAPKWDITA-table,
  ul div.SAPKWDITA-table,
  div.SAPKWDITA-note div.SAPKWDITA-table
  {
              margin: 0.3em 0;
  }


div.SAPKWDITA-context
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 2em 0;
}

div.SAPKWDITA-context-not-first
{
    color: #333333; /* Needed for lists: bullet / number has a different color */    
    line-height: 1.6em;
	margin: 0 0 0 0;
}

div.SAPKWDITA-prereqs
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 2em 0;
}

div.SAPKWDITA-prereq-not-first
{
    color: #333333; /* Needed for lists: bullet / number has a different color */    
    line-height: 1.6em;
	margin: 0 0 0 0;
}


div.SAPKWDITA-steps, div.SAPKWDITA-steps-unordered
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 2em 0; 
}

div.SAPKWDITA-cmd
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 0 0 0 0;
}

div.SAPKWDITA-stepsection
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 1em 0 1em 0;
}


div.SAPKWDITA-info
{
    color: #333333;
	line-height: 1.6em;
	/*margin: 0.2em 0;*/
	margin: 0 0 0 0;
}

div.SAPKWDITA-stepxmp, 
div.SAPKWDITA-stepresult
{
    color: #333333;
	line-height: 1.6em;
	margin: 0 0 0 0;
}


div.SAPKWDITA-result
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 2em 0;
}

div.SAPKWDITA-postreqs
{
    color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 2em 0; 
}

div.SAPKWDITA-postreq-not-first
{
    color: #333333; /* Needed for lists: bullet / number has a different color */    
    line-height: 1.6em;
	margin: 0 0 0 0; 
}


  /*****************************************************************/
  /*                                                               */
  /* DOC em                                                        */
  /*                                                               */
  /*****************************************************************/
  
  .SAPKWDITABodyDefault em
  {
              background-color: inherit;
              color: inherit;
              font-style:normal;
              font-weight: bold;
  }

  .SAPKWDITABodyDefault h1 em,
  .SAPKWDITABodyDefault h2 em,
  .SAPKWDITABodyDefault h3 em,
  .SAPKWDITABodyDefault h4 em,
  .SAPKWDITABodyDefault h5 em,
  .SAPKWDITABodyDefault h6 em
  {
    border-bottom: 1px solid;
    text-decoration: none;
  }

  .SAPKWDITABodyJapaneseIdeograms em { font-weight: normal; }

  .SAPKWDITABodyChineseIdeograms em { font-weight: normal; }

  SAPKWDITA-codeblock em
  {
    background-color: inherit;
    color: #000000;
    font-style:italic;
    font-weight: bold;
    text-decoration: none;
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC h1 h2 h3 h4 h5 h6                                         */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault h1,
  .SAPKWDITABodyDefault h2,
  .SAPKWDITABodyDefault h3,
  .SAPKWDITABodyDefault h4,
  .SAPKWDITABodyDefault h5,
  .SAPKWDITABodyDefault h6
  {
              font-weight: bold;
  }

  .SAPKWDITABodyDefault h1
  /* used for the main title of the whole document; rendered in SAP gold */
  {
    background-color: inherit;
    color: #FF9900;
    font-size: 200%;
    margin-top: 2em;
    text-decoration: underline;
  }

  h1.SAPKWDITASubtitle
  /* used for the subtitle of the whole document */
  {
    font-size: 100%;
    text-decoration: none;
  }

  .SAPKWDITABodyDefault h2
  /* title of division level elements */
  {
    background-color: inherit;
    color: #0076CB;
    font-size: 170%;
  }

  .SAPKWDITABodyDefault h3
  /* title of topic-level elements */
  {
    background-color: inherit;
    color: #595959;
    font-family: "Arial Black", Arial,Helvetica,sans-serif !important;
    font-size: 225%;
    margin-top: 1em;
  }

  .SAPKWDITABodyDefault h4,
  .SAPKWDITA-related-links h4
  /* title of section-level elements */
  {
    background-color: inherit;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%;
    font-weight: bold;
    margin: 2em 0 0.2em 0;
  }


  .SAPKWDITABodyDefault h5,
  .SAPKWDITA-subsection h5
  /* title of subsection-level elements */
  {
        background-color: inherit;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 125%;
        font-weight: bold;
        margin: 2.2em 0 0.2em 0;
  }
  
  .SAPKWDITA-stepxmp h5, .SAPKWDITA-stepresult h5
    {
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: bold;
        margin: 0.2em 0 0.2em 0;
  }
  
  
  /* title of nested subsection-level elements */
  .SAPKWDITABodyDefault h6
  {
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: bold;
        margin: 2.2em 0 0.2em 0;
  }




  /*****************************************************************/
  /*                                                               */
  /* DOC img                                                       */
  /*                                                               */
  /*****************************************************************/
  
  .SAPKWDITABodyDefault img,
  img.SAPKWDITA-icon
  {
    border: none;
  }

  img.SAPKWDITA-icon
  {
    position: relative;
    left: 0px;
    top: 2px;
  }

  .SAPDITABodyDefault h3 img.SAPKWDITA-Icon
  {
    position: absolute;
    left: 50px;
    top: 9px;
  }

  .SAPKWDITA-note_title img
  {
    position: relative;
      bottom: -5px;
  }
  .SAPKWDITAHeader img
  {
    margin: 0px 5px 0px 30px;
  }

  .SAPKWDITABodyrtl .SAPKWDITAHeader img { margin: 0px 30px 0px 5px; }

  .SAPKWDITABodyDefault a img
  {
    background-color: inherit;
    color: white; /* hide  border in Netscape 4 */
  }

  @media all /* hide the next rule from Netscape 4 */
  { .SAPDITABodyDefault a img
    {color: inherit;} /* undo the color change above */
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC ins                                                       */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault ins
  {
    background-color: #B5DBB5;
    background-image: none;
    color: #316531;
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC li                                                        */
  /*                                                               */
  /*****************************************************************/
  
  .SAPKWDITABodyDefault ul li
  {
        margin: 0 0 0 1.2em;
  }

  .SAPKWDITABodyrtl ul li 
  { 
        margin: 0 0.4em 0 0; 
  }

  .SAPKWDITABodyDefault ol li
  {
        margin: 0 0 0 2em;
  }

  .SAPKWDITABodyrtl ol li 
  { 
        margin: 0 0.8em 0 0;
  }
  

  
  .SAPKWDITABodyDefault .SAPKWDITA-steps li
  {
    margin: .5em 0 0 2em;
  }
  
   .SAPKWDITABodyDefault .SAPKWDITA-substeps li
  {
    margin: 1em 0 0 2em;
  }
  
  .SAPKWDITABodyDefault .SAPKWDITA-steps-unordered li
  {
    margin: 1em 0 0 1.2em;
  }


  /*****************************************************************/
  /*                                                               */
  /* DOC ol ul                                                     */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault ol,
  .SAPKWDITABodyDefault ul
  {
              background-color: inherit;
              color: inherit;
              list-style-position: outside;
              margin: 0;
              padding: 0;
  }

  .SAPKWDITABodyrtl ol { margin: 0 1.3em 0 0; }

  .SAPKWDITABodyrtl ul { margin: 0 1.0em 0 0; }


  .SAPKWDITABodyDefault ol
  {
    list-style-type: decimal;
  }

  .SAPKWDITABodyDefault ul
  {
       list-style-type: disc;
  }

  .SAPKWDITABodyDefault li ul
  {
       list-style-type: circle;
  }
  
    .SAPKWDITABodyDefault li ol
  {
    list-style-type: decimal;
  }


/*  DITA Steps  */

/* ordered */
.SAPKWDITA-steps ol
{
    list-style-type: decimal;
}

/* unordered */
.SAPKWDITA-steps-unordered ul
{
    list-style-type: disc;
}

/* DITA Substeps*/

/* unordered */
.SAPKWDITA-substeps ul
{
    list-style-type: circle;
}

/* ordered */
.SAPKWDITA-substeps ol
{
    list-style-type: decimal;
}

  
/*****************************************************************/
/*                                                               */
/* DOC codeblock                                                 */
/*                                                               */
/*****************************************************************/

div.SAPKWDITA-codeblock
{
    color: #000000;
    font-family: "Courier New",Courier,monospace;
    font-weight: normal;
    margin: 0.5em 0 0 0;
    overflow-x: auto;
    padding: 0;
    width: 100%    
}

.SAPKWDITABodyrtl div.SAPKWDITA-codeblock
{ 
	margin: 0.5em 0 0 0; 
	padding: 0 0 0 2em;
}

  
  /*****************************************************************/
  /*                                                               */
  /* DOC p                                                         */
  /*                                                               */
  /*****************************************************************/
  
  /*  Paragraph with blocks */
  .SAPKWDITABodyDefault div.SAPKWDITA-p-complex
  {
	background-color: inherit;
	color: #333333; /* Needed for lists: bullet / number has a different color */
	line-height: 1.6em;
	margin: 0;
  }
  
  
  .SAPKWDITABodyDefault p
  {
              background-color: inherit;
              color: #333333; /* Needed for lists: bullet / number has a different color */
              line-height: 1.6em;
              margin: 0;
  }


  p.SAPKWDITA-caption /* used for graphic titles */
  {
              background-color: inherit;
              background-image: none;
              color: #333333;
              font-size: 90%;
              padding: 1px 4px 1px 5px;
  }


  /*****************************************************************/
  /*                                                               */
  /* DOC span                                                      */
  /*                                                               */
  /*****************************************************************/
  span.SAPDITAA11Y-furtherInfo
  /* This class is used to add further information in regard of accessibility issues which are not displayed but only read by a screen reader setting display to inline for media speech / aural - NOT SUPPORTED YET */
  {
    display: none;
  }
  
  span.SAPKWDITA-codeph
  {
      font-family: "Courier New",Courier,monospace;
  }
  
  span.SAPKWDITA-sap-technical-name, span.SAPKWDITA-systemoutput
  {
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: normal;
  }
  
  span.SAPKWDITA-userinput
  {
      color: #45157E;
      font-family: "Courier New", Courier, monospace;
      font-weight: bold;
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC sub sup                                                   */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault sub,
  .SAPKWDITABodyDefault sup
  {
    font-size: 75%;
  }
  
  /* Trademark symbols are pretty much illegible at 75% */
  .SAPKWDITA-tm-reg sup,
  .SAPKWDITA-tm-service sup,
  .SAPKWDITA-tm-tm sup
  {
      font-size: 100%;
  }  

  /*****************************************************************/
  /*                                                               */
  /* DOC table                                                     */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault table, 
  .SAPKWDITA-properties table
  {
    border-collapse: collapse;
    border-spacing: 0px; /* Netscape 6.0 only */
    font-size: 90%;
    margin: 0.5em 0;
    overflow-wrap: break-word; /* added: 2013-07-12; for CSS3 conformity */
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word; /* added: 2013-07-12; for browser compatilibity */ 
  }


.SAPKWDITABodyDefault .SAPKWDITA-table caption  /* used for table titles */
  {
      background-color: #999999;
      background-image: none;
      caption-side: top;
      color: #FFFFFF;
      font-weight: bold;
      padding: 2px 4px 2px 5px;
      text-align: left;
  }
  
    .SAPKWDITABodyrtl caption { text-align: right; }

  /*****************************************************************/
  /*                                                               */
  /* DOC td                                                        */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault td,
  .SAPKWDITA-properties td
  {
              border: 1px solid #D6D7D6;
              padding: 2px 4px 2px 5px;
              vertical-align: top;
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC th                                                        */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault th,
  .SAPKWDITA-properties th
  {
    border: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 1px 4px 1px 5px;
    page-break-after: avoid;
    page-break-inside: avoid; /* added: 2013-07-12 */
    text-align: left;
    vertical-align: top;
  }

  .SAPKWDITABodyrtl th, 
  .SAPKWDITABodyrtl .SAPKWDITA-properties th { text-align: right; }


  /*****************************************************************/
  /*                                                               */
  /* DOC tr                                                        */
  /*                                                               */
  /*****************************************************************/
  .SAPKWDITABodyDefault tr,
  .SAPKWDITA-properties tr
  {
              background-color: #FFFFFF;
              color: inherit;
  }

  .SAPKWDITABodyDefault tr:hover,
  .SAPKWDITA-properties tr:hover
  {
    background-color: #F6F6F6;
    color: inherit;
  }

  /*****************************************************************/
  /*                                                               */
  /* DOC inline                                                        */
  /*                                                               */
  /*****************************************************************/


    i.SAPKWDITA-uicontrol,
    .SAPKWDITA-icon i
  {
      background-color: inherit;
      color: #003283;
      font-weight: normal;
      font-style: italic;
  }
   
   .SAPKWDITABodyDefault tt
  {
    font-style: normal;
    font-weight: normal;
  }
  

    tt.SAPKWDITA-sap-technical-name
  {
    font-style: normal;
    font-weight: normal;
  }
  
    tt.SAPKWDITA-systemoutput
  {
    font-style: normal;
    font-weight: normal;
  }  
  
    tt.SAPKWDITA-userinput
  {
    background-color: transparent;
    color: #45157E;
    font-weight: bold;
  }
  
  .SAPKWDITA-shortcut
  {
    border: 1px solid #BBBBBB;
    bottom: 2px;
    color: #333333;
    font-family: "Courier New",Courier,monospace;
    font-size: 85%;
    font-weight: bold;
    font-style: normal;
    padding: 1px 4px;
    position: relative;
    white-space: nowrap;
  }
  


  /*****************************************************************/
  /*                                                               */
  /* DOC misc                                                        */
  /*                                                               */
  /*****************************************************************/
  
 .SAPKWDITA-UnhandledElement
  {
      color: #FF0000;
      font-weight: bold;
  }
