/*   $Id: //InfoDev/XDP/dev/custom_XDPPhase2/doctypes/SAPTextInstances/SAPStyle_Tradeshow.css#15 $ */
/*   $Header: //InfoDev/XDP/dev/custom_XDPPhase2/doctypes/SAPTextInstances/SAPStyle_Tradeshow.css#15 $ */
/*   $DateTime: 2005/07/11 13:31:21 $ */
/*   $Revision: #15 $ */
/*   $Change: 18996 $ */
/*   $File: //InfoDev/XDP/dev/custom_XDPPhase2/doctypes/SAPTextInstances/SAPStyle_Tradeshow.css $ */
/*   $Author: d032118 $ */

/*******************************************************************/
/* STYLESHEET FOR SAP DOCUMENTATION                                */
/* THEME: SAP TRADESHOW (modified)                                 */
/*                                                                 */
/* COLORS                                                          */
/* ======                                                          */
/*    FFFFFF: (white)                                              */
/*            body: background-color                               */
/*            th: border-color                                     */
/*    FFFFC8: (white)                                              */
/*            kbd: background-color                                */
/*    FF9900: (SAP gold)                                           */
/*            h1: color                                            */
/*    003366: (SAP blue)                                           */
/*            h2: color [title of division level elements]         */
/*            h3: color [title of InfoObject level elements]       */
/*    FDFEC2: (light yellow)                                       */
/*            div.skb: background-color [subkeyblock]              */
/*    AAC8E6: (light blue)                                         */
/*            caption: background-color [table title]              */
/*            div.question: background-color                       */
/*            dt: background-color                                 */
/*            p.graphictitle: background-color                     */
/*    D6D7D6: (light gray)                                         */
/*            th: background-color                                 */
/*            td: border-color                                     */
/*    444444: (dark gray)                                          */
/*            h4: color [keyblock title]                           */
/*            h6: color [title of bulleted lists]                  */
/*    333333: (dark gray)                                          */
/*            h5: color [section title (within a keyblock)]        */
/*            caption: color [of a table]                          */
/*            p.graphictitle: color                                */
/*            div.question: color of a FAQ                         */
/*            em                                                   */
/*            dt: color                                            */
/*    000000: (black)                                              */
/*            kbd: border-color                                    */
/*            body: color                                          */
/*******************************************************************/

  /*****************************************************************/
  /* a                                                             */
  /*****************************************************************/
  a
  {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
  }

  a.glossarylink
  {
    border-bottom-style: dotted;
  }

  /*****************************************************************/
  /* body                                                          */
  /*****************************************************************/
  body
  {
    background-color: #FFFFFF; /* SAP TRADESHOW: #D9E5F2 */
    color: #000000;
    font-size: 0.9em; /* SAP TRADESHOW: 0.7em */
    line-height: 130%; /* SAP TRADESHOW: no specification */
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 20px;
    scrollbar-3dlight-color:#306898;
    scrollbar-arrow-color:#306898;
    scrollbar-base-color:#E8F1F8;
    scrollbar-darkshadow-color:#E8F1F8;
    scrollbar-face-color:#E8F1F8;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#306898;
    scrollbar-track-color:#E8F1F8;
  }

  body.CyrillicChar,
  body.GreekChar,
  body.HebrewChar,
  body.LatinChar
  {
    font-family: Arial, Helvetica, sans-serif;
  }

  body.JapaneseIdeograms
  {
    font-family: "MS PGothic", "MS Gothic", "Arial Unicode MS", "Osaka", serif; /* 'Osaka' for pre-10.x Macintosh */
    letter-spacing: 1px;
  }

  body.Unicode
  {
    font-family: "Arial Unicode MS", sans-serif;
  }

  /*****************************************************************/
  /* button                                                        */
  /*****************************************************************/
  button
  {
    background-color: #F2E1AF;
    border-color: #676E75;
    border-width: 1px;
    font-size: 0.7em;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  /*****************************************************************/
  /* caption                                                       */
  /*****************************************************************/
  caption
  {
    background-color: #AAC8E6; /* SAP TRADESHOW: #83ACDB */
    color: #333333; /* SAP TRADESHOW: #000000 */
    font-size: 0.8em; /* SAP TRADESHOW: 0.7em */
    font-weight: bold;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
    text-align: left;
  }

  /*****************************************************************/
  /* code                                                          */
  /*****************************************************************/
  code
  {
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
  }

  /*****************************************************************/
  /* del                                                           */
  /*****************************************************************/
  del
  {
    background-color: #FFBEAD;
    color: #CE3000;
  }

  /*****************************************************************/
  /* div                                                           */
  /*****************************************************************/
  div.answer
  {
    padding-left: 5px;
    padding-right: 4px;
  }

  div.colltype
  /* used for the collateral type like "Master Guide" or "White Paper" */
  {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 19px;
    margin-left: 0px;
    text-decoration: none;
  }

  div.legalInformation
  {
    font-size: 0.75em;
    line-height: 130%;
    padding-top: 10em;
  }

  div.profile-end,
  div.profile-start
  /* border color and font color are set by sap-options.xml */
  {
    border-style: solid;
    border-width: 1px;
    font-size: 0.75em; /* SAP TRADESHOW: no specification */
    padding-left: 3px;
    padding-right: 3px;
  }

  div.profile-end
  {
    border-top-style: none;
    margin-bottom: 1em;
  }

  div.profile-start
  {
    border-bottom-style: none;
    margin-top: 1em;
  }

  div.question
  {
    background-color: #AAC8E6; /* SAP TRADESHOW: #83ACDB */
    color: #333333; /* SAP TRADESHOW: #000000 */
    font-weight: bold;
    margin-top: 1em;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
  }

  div.skb
  /* skb = subkeyblock like Note, Recommendation, or Caution */
  {
    background-color: #FDFEC2; /* SAP TRADESHOW:  #D6D7D6*/
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
  }

  /*****************************************************************/
  /* dd                                                            */
  /*****************************************************************/
  dd
  {
    margin-left: 0px;
  }

  /*****************************************************************/
  /* dt                                                            */
  /*****************************************************************/
  dt
  {
    background-color: #AAC8E6; /* SAP TRADESHOW: #83ACDB */
    color: #333333;
    font-weight: bold;
    margin-top: 2em;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
  }

  /*****************************************************************/
  /* em                                                            */
  /*****************************************************************/
  em
  {
    color: #333333;
    font-style: normal;
    font-weight: bold;
  }

  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em
  {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
  }

  code em
  {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
  }

  body.JapaneseIdeograms em
  {
    font-weight: normal;
  }

  /*****************************************************************/
  /* h1 h2 h3 h4 h5 h6 h7                                          */
  /*****************************************************************/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7
  {
    font-weight: bold;
  }

  h1
  /* used for the main title of the whole document; rendered in SAP gold */
  {
    color: #FF9900;
    font-size: 1.7em;
    line-height: 1.1em;
    margin-top:2em;
    text-decoration: underline;
  }

  h1.subtitle
  /* used for the subtitle of the whole document */
  {
    font-size: 0.9em;
    text-decoration: none;
  }

  h2
  /* title of division level elements */
  {
    color: #003366;
    font-size: 1.5em; /* SAP TRADESHOW: 1.1em */
    line-height: 1.3em;
  }

  h3
  /* title of InfoObject level elements */
  {
    color: #003366;
    font-size: 1.5em; /* SAP TRADESHOW: 1.1em */
    line-height: 1.3em;
  }

  h4
  /* title of keyblock level elements */
  {
    color: #444444; /* SAP TRADESHOW: #999999 */
    font-size: 1.2em; /* SAP TRADESHOW: x-small */
    margin-bottom: 0.3em;
    margin-top: 2em;
  }

  h5
  /* title of section (= sub keyblock) level elements */
  {
    color: #333333; /* SAP TRADESHOW: #999999 */
    font-size: 1.0em; /* SAP TRADESHOW: xx-small */
    margin-bottom: 0.2em;
    margin-top: 1.5em;
  }

  h5.securityLevel
  {
    margin-left: 0px;
  }

  h5.SubSection
  /* title of sub section level elements */
  {
    color: #333333; /* SAP TRADESHOW: #999999 */
    font-size: 0.8em; /* SAP TRADESHOW: xx-small */
    margin-bottom: 0em;
    margin-top: 1em;
  }

  body.JapaneseIdeograms h5.SubSection
  {
    font-size: 0.9em; /* SAP TRADESHOW: xx-small */
  }

  h6
  /* title of block level elements (e.g. bulleted lists) */
  {
    color: #666666; /* SAP TRADESHOW: #999999 */
    font-size: 0.8em; /* SAP TRADESHOW: xx-small */
    margin-bottom: 0em;
    margin-top: 1em;
  }

  body.JapaneseIdeograms h6
  {
    font-size: 0.9em; /* SAP TRADESHOW: xx-small */
  }

  /*****************************************************************/
  /* i                                                             */
  /*****************************************************************/
  body.JapaneseIdeograms i
  {
    font-style: normal;
  }

  /*****************************************************************/
  /* img                                                           */
  /*****************************************************************/
  img
  {
    border: none;
  }

  img.skb
  /* skb = subkeyblock: Icon which specifies an skb as for example a RECOMMENDATION */
  {
    width: 2em;
  }

  img.icon
  /* proportional display of an inline icon */
  {
    /* width: 1.1em; */
  }

  a img
  {
    color: white; /* hide  border in Netscape 4 */
  }

  @media all /* hide the next rule from Netscape 4 */
  { a img
    {color: inherit;} /* undo the color change above */
  }

  /*****************************************************************/
  /* ins                                                           */
  /*****************************************************************/
  ins
  {
    background-color: #B5DBB5;
    color: #316531;
  }

  /*****************************************************************/
  /* kbd                                                           */
  /*****************************************************************/
  kbd
  {
    font-family: "Courier New", Courier, monospace;
    background-color: #FFFFC8;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    letter-spacing: 1pt;
    padding-left: 3px;
    padding-right: 3px;
  }

  /*****************************************************************/
  /* li                                                            */
  /*****************************************************************/
  li
  {
    margin-left: 2em;
  }

  /*****************************************************************/
  /* ol ul                                                         */
  /*****************************************************************/
  ol, ul
  {
    list-style-position: outside;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }

  ol
  {
    list-style-type: decimal;
  }

  ol ol,
  ul ol
  {
    list-style-type: lower-alpha;
  }

  ol ol ol,
  ul ol ol,
  ol ul ol,
  ul ul ol
  {
    list-style-type: lower-roman;
  }

  ul
  {
    list-style-type: square;
  }

  ol ul,
  ul ul
  {
    list-style-type: disc;
  }

  ul ul ul,
  ul ol ul,
  ol ul ul,
  ol ol ul
  {
    list-style-type: circle;
  }

  /*****************************************************************/
  /* p                                                             */
  /*****************************************************************/
  p
  {
    margin-bottom: 0.5em; /* SAP TRADESHOW: 0px */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.5em; /* SAP TRADESHOW: 0px */
  }

  p.graphictitle
  {
    background-color: #AAC8E6; /* SAP TRADESHOW: #83ACDB */
    color: #333333; /* SAP TRADESHOW: #000000 */
    font-size: 0.8em; /* SAP TRADESHOW: 0.7em */
    font-weight: bold;
    margin-bottom: 0.2em;
    margin-top: 1em;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
  }

  p.jumpTopOfPage
  {
    margin-top: 4em;
  }

  p.skbtitle
  {
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 160%;
    margin-right: 2em;
    text-transform: uppercase;
  }

  body.JapaneseIdeograms p.skbtitle
  {
    font-size: 0.9em;
  }

  table p,
  {
    margin-bottom: 0px; /* SAP TRADESHOW: 0px */
    margin-top: 0px; /* SAP TRADESHOW: 0px */
  }

  /*****************************************************************/
  /* span                                                          */
  /*****************************************************************/
  span.a11y_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 (e.g.: quick infos can be repeated in this element because they are suppressed by some screen readers) */
  {
    display: none;
  }

  /*****************************************************************/
  /* sub sup                                                       */
  /*****************************************************************/
  sub,
  sup
  {
    font-size: 0.9em;
  }

  /*****************************************************************/
  /* table                                                         */
  /*****************************************************************/
  table
  {
    border-collapse: collapse;
    border-spacing: 0px; /* nur Netscape 6.0 */
    color: #000000;
    font-family: Arial, helvetica, sans-serif;
    font-size: 1em; /* SAP TRADESHOW: 0.7em */
    line-height: 130%; /* SAP TRADESHOW: no specification */
    margin-bottom: 1em;
    margin-top: 2em;
    width: 100%;
  }

  body.JapaneseIdeograms table
  {
    font-family: "MS PGothic", "MS Gothic", "Arial Unicode MS", "Osaka", serif; /* 'Osaka' for pre-10.x Macintosh */
    letter-spacing: 2px;
    line-height: 120%;
  }

  table.documentFrontPage
  {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 606px;
  }

  /*****************************************************************/
  /* td                                                            */
  /*****************************************************************/
  td
  {
    border-color: #D6D7D6;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
    text-align: left;
    vertical-align: top;
  }

  body.CyrillicChar td,
  body.GreekChar td,
  body.HebrewChar td,
  body.LatinChar td
  {
    /* Netscape 4 */
    font-family: Arial, helvetica, sans-serif;
  }

  body.JapaneseIdeograms td
  {
    /* Netscape 4 */
    font-family: "MS PGothic", "MS Gothic", "Arial Unicode MS", "Osaka", serif; /* 'Osaka' for pre-10.x Macintosh */
  }

  body.Unicode td
  {
    /*Netscape 4 */
    font-family: "Arial Unicode MS", sans-serif;
  }

  table.documentFrontPage td
  {
    border-style: none;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  /*****************************************************************/
  /* th                                                            */
  /*****************************************************************/
  th
  {
    background-color: #D6D7D6;
    border-color: #FFFFFF; /* SAP TRADESHOW: #D9E5F2 */
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
    text-align: left;
    vertical-align: bottom;
  }

  body.CyrillicChar th,
  body.GreekChar th,
  body.HebrewChar th,
  body.LatinChar th
  {
    /* Netscape 4 */
    font-family: Arial, helvetica, sans-serif;
  }

  body.JapaneseIdeograms th
  {
    /* Netscape 4 */
    font-family: "MS PGothic", "MS Gothic", "Arial Unicode MS", "Osaka", serif; /* 'Osaka' for pre-10.x Macintosh */
  }

  body.Unicode th
  {
    /* Netscape 4 */
    font-family: "Arial Unicode MS", sans-serif;
  }

  /*****************************************************************/
  /* tr                                                            */
  /*****************************************************************/
  tr
  {
  }

  /*****************************************************************/
  /* tt                                                            */
  /*****************************************************************/
  tt
  {
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
  }

  tt.InactiveURL
  {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  body.JapaneseIdeograms tt
  {
    font-family: "MS Gothic", "Arial Unicode MS", "Osaka", sans-serif; /* 'Osaka' for pre-10.x Macintosh */
  }

  /*****************************************************************/
  /* var                                                           */
  /*****************************************************************/
  var
  {
    font-style: normal;
  }

/*******************************************************************/
/*                                                                 */
/* STYLESHEET FOR AURAL OUTPUT                                     */
/*                                                                 */
/* volume (Lautstaerke)                                            */
/* speak (Aussprache)                                              */
/* pause-before (Pause vor einem Element)                          */
/* pause-after (Pause nach einem Element)                          */
/* pause (Pause vor/nach einem Element)                            */
/* cue-before (Erkennungssignal vor einem Element)                 */
/* cue-after (Erkennungssignal nach einem Element)                 */
/* cue (Erkennungssignal vor/nach einem Element)                   */
/* play-during (Hintergrund-Sound)                                 */
/* azimuth (Raum-Effekt links/rechts/vorne/hinten)                 */
/* evelation (Raum-Effekt oben/unten)                              */
/* speech-rate (Sprechgeschwindigkeit)                             */
/* voice-family (Sprechertyp)                                      */
/* pitch (Sprechhoehe)                                             */
/* pitch-range (Sprechweise)                                       */
/* stress (Sprechhast)                                             */
/* richness (Stimmgewalt)                                          */
/* speak-punctuation (Satzzeichen explizit mit ausgeben)           */
/* speak-numeral (Konvention fuer Zahlenausgabe)                   */
/*                                                                 */
/*******************************************************************/

@media aural {

  h1, h2, h3, h4, h5, h6, caption
  {
    pause: 1.5s 0.5s;
    richness: 90;
    speech-rate: slower;
    stress: 20;
    volume: loud;
  }

  code, kbd, tt
  {
    speak-numeral: digits;
    speak-punctuation: code;
  }

  em
  {
    stress: 20;
  }

  p
  {
    pause: 0.5s;
  }

  span.a11y_furtherInfo
  {

  }

}
