/* - WYSIWYG editor styles  ------------------------------------------------------------------------- */

  body.mceBlank {
      background: #ffffff !important;
  }

/* - Content Area Look and Feel --------------------------------------------------------------------- */
  body.mceShowContent {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      line-height: 140%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      background: #FFFFFF !important;
      color: #000000;
  }

  body.mceShowContent,
  body.mceShowContent div,
  body.mceShowContent table,
  body.mceShowContent td {
      font-weight:;
      font-style:;
  }

  body.mceShowContent blockquote,
  body.mceShowContent div,
  body.mceShowContent table,
  body.mceShowContent td,
  body.mceShowContent p,
  body.mceShowContent ul,
  body.mceShowContent li {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      line-height: 140%;
      color: #000000;
  }

  body.mceShowContent h1,
  body.mceShowContent h2,
  body.mceShowContent h3,
  body.mceShowContent h4,
  body.mceShowContent h5,
  body.mceShowContent h6 {
      font-family: Arial, Verdana, Helvetica;
      line-height: 125%;
      margin: 0px;
      color: #134B83;
  }

  body.mceShowContent p {
      margin: 0 0 6px 0;
  }

  body.mceShowContent h1 {
      font-size: 18px;
      color: #134B83;
  }

  body.mceShowContent h2{
      font-size: 13px;
      color: #134B83;
  }

  body.mceShowContent h3 {
      font-size: 12px;
      color: #000000;
      line-height: 120% !important;
      margin:0;
      padding:0;
  }

  body.mceShowContent a {
      font-size: 11px;
      color: #134B83;
      text-decoration: none;
  }

  body.mceShowContent a:hover {
      color: #2464A3;
      text-decoration: underline;
  }

  body.mceShowContent font {
      line-height: 130%;
  }

  body.mceShowContent .DialogMessage h3,
  body.mceShowContent .DialogMessage p,
  body.mceShowContent .DialogMessage {
     color: #000000 !important;
     font-size: 11px;
  }

  body.mceShowContent .ErrorMessage p,
  body.mceShowContent .DialogMessage p {
    margin: 0;
    padding:0;
  }

  body.mceShowContent #MessageWarning {
     min-height: 24px;
     _height: 24px;
     overflow: visible;
     background: url("../../../../SF/Icon/SimpleSymbols/ico_m_warning.gif") no-repeat;
     padding: 0 0 0 32px;
  }

  body.mceShowContent #MessagePositiveResult {
     min-height: 24px;
     _height: 24px;
     overflow: visible;
     background: url("../../../../SF/Icon/SimpleSymbols/ico_m_test_ok.gif") no-repeat;
     padding: 0 0 0 32px;
  }

  body.mceShowContent #MessageInfo {
     min-height: 24px;
     _height: 24px;
     overflow: visible;

     background: url("../../../../SF/Icon/SimpleSymbols/ico_m_info.gif") no-repeat;
     padding: 0 0 0 32px;
  }

  body.mceShowContent #MessageConfirmAction {
     min-height: 24px;
     _height: 24px;
     overflow: visible;

     background: url("../../../../SF/Icon/SimpleSymbols/ico_m_confirmaction.gif") no-repeat;
     padding: 0 0 0 32px;
  }


/* - Header Look and Feel --------------------------------------------------------------------- */
  body.mceShowHeader {
      font-family: Arial, Verdana, Helvetica;
      font-size: 12px;
      line-height: 140%;
      padding-top: 15px;
      padding-right: 10px;
      padding-bottom: 15px;
      padding-left: 10px;
      background:  #93B1CF !important;
  }

  body.BoxHeader {
    
  }

  .mceShowHeader div,
  .mceShowHeader span,
  .mceShowHeader table,
  .mceShowHeader td,
  .mceShowHeader p,
  .mceShowHeader ul li,
  .mceShowHeader ol li,
  .mceShowHeader blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 12px;
      color: #FFFFFF;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowHeader h1,
  .mceShowHeader h2,
  .mceShowHeader h3,
  .mceShowHeader h4,
  .mceShowHeader h5,
  .mceShowHeader h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 18px;
      color: #FFFFFF;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowHeader a {
      font-size: 12px;
      color: #FFFFFF;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowHeader a:hover {
      color: #FFFFFF;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }


/* - NavBarTop Look and Feel --------------------------------------------------------------------- */
  body.mceShowTop {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      line-height: 140%;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 10px;
      background:  #93B1CF !important;
  }

  body.BoxTop {
    
  }

  .mceShowTop div,
  .mceShowTop span,
  .mceShowTop table,
  .mceShowTop td,
  .mceShowTop p,
  .mceShowTop ul li,
  .mceShowTop ol li,
  .mceShowTop blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #666666;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowTop h1,
  .mceShowTop h2,
  .mceShowTop h3,
  .mceShowTop h4,
  .mceShowTop h5,
  .mceShowTop h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #134B83;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowTop a {
      font-size: 10px;
      color: #666666;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowTop a:hover {
      color: #666666;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }

/* - NavBarLeft Look and Feel --------------------------------------------------------------------- */
  body.mceShowLeft {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      line-height: 140%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      background: #D9DCDF !important;
  }

  body.BoxLeft {
    background: #EFF1F2 !important;
  }

  .mceShowLeft div,
  .mceShowLeft span,
  .mceShowLeft table,
  .mceShowLeft td,
  .mceShowLeft p,
  .mceShowLeft ul li,
  .mceShowLeft ol li,
  .mceShowLeft blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowLeft h1,
  .mceShowLeft h2,
  .mceShowLeft h3,
  .mceShowLeft h4,
  .mceShowLeft h5,
  .mceShowLeft h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 12px;
      color: #134B83;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowLeft a {
      font-size: 11px;
      color: #134B83;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowLeft a:hover {
      color: #2464A3;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }

/* - NavBarRight Look and Feel --------------------------------------------------------------------- */
  body.mceShowRight {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      line-height: 140%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      background: #D9DCDF !important;
  }

  body.BoxRight {
    background: #EFF1F2 !important;
  }

  .mceShowRight div,
  .mceShowRight span,
  .mceShowRight table,
  .mceShowRight td,
  .mceShowRight p,
  .mceShowRight ul li,
  .mceShowRight ol li,
  .mceShowRight blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 11px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowRight h1,
  .mceShowRight h2,
  .mceShowRight h3,
  .mceShowRight h4,
  .mceShowRight h5,
  .mceShowRight h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 12px;
      color: #134B83;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowRight a {
      font-size: 11px;
      color: #134B83;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowRight a:hover {
      color: #2464A3;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }

/* - NavBarBottom Look and Feel --------------------------------------------------------------------- */
  body.mceShowBottom {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      line-height: 140%;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 10px;
      background:  #93B1CF !important;
  }

  body.BoxBottom {
    
  }


  .mceShowBottom div,
  .mceShowBottom span,
  .mceShowBottom table,
  .mceShowBottom td,
  .mceShowBottom p,
  .mceShowBottom ul li,
  .mceShowBottom ol li,
  .mceShowBottom blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowBottom h1,
  .mceShowBottom h2,
  .mceShowBottom h3,
  .mceShowBottom h4,
  .mceShowBottom h5,
  .mceShowBottom h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #000000;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowBottom a {
      font-size: 10px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowBottom a:hover {
      color: #666666;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }

/* - NavBarFooter Look and Feel --------------------------------------------------------------------- */
  body.mceShowFooter {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      line-height: 140%;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 10px;
      background:  #93B1CF !important;
  }

  body.BoxFooter {
    
  }

  .mceShowFooter div,
  .mceShowFooter span,
  .mceShowFooter table,
  .mceShowFooter td,
  .mceShowFooter p,
  .mceShowFooter ul li,
  .mceShowFooter ol li,
  .mceShowFooter blockquote {
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
  }

  .mceShowFooter h1,
  .mceShowFooter h2,
  .mceShowFooter h3,
  .mceShowFooter h4,
  .mceShowFooter h5,
  .mceShowFooter h6 {
      margin:0;
      font-family: Arial, Verdana, Helvetica;
      font-size: 10px;
      color: #000000;
      font-weight: bold;
      font-style: normal;
  }

  .mceShowFooter a {
      font-size: 10px;
      color: #000000;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
  }

  .mceShowFooter a:hover {
      color: #666666;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline;
  }
