<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 18px;
  /*font-family: Arial;*/
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  z-index: 10;
  padding: 10px 10px 10px 10px;
}

.nav-container {
  padding: 10px 20px 10px 20px;
  width: 175px;
}

.monochrom {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
}

#Menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  color: #000000;
  background-color: #ffffff;
  text-align: right;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

  #Menu li {
    border-bottom: 1px solid #eeeeee;
    padding: 7px 10px 7px 10px;
  }

    #Menu li:hover {
      color: #ffffff;
      text-decoration: none;
      background-color: #000000;
      cursor: pointer;
    }

#Menu2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  color: #000000;
  direction: rtl;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

  #Menu2 li {
    padding: 7px 10px 7px 10px;
    background-color: #ffffff;
    color: #000000;
  }

.lan-btn {
  color: #000000;
  background-color: #ffffff;
  padding: 7px 10px 7px 10px;
  border: 0;
}

  .lan-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    cursor: pointer;
  }

.link-underscope {
  border-bottom: solid 4px #0000EE;
  text-decoration: none;
}

.title-underscope {
  text-decoration: underline;
}

.darkTextcontrast {
  color: #FFFB28 !important;
  background-color: #000000 !important;
}

.brightTextcontrast {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.DontShowDiv {
  display: none;
}

/*---------------Cursor------------------*/
body.INDblackcursor {
  cursor: url(../Files/bigcursorblack.cur), auto !important;
}

  body.INDblackcursor a:hover {
    cursor: url(../Files/bighandblack.cur), auto !important;
  }

body.INDwhitecursor {
  cursor: url(../Files/bigcursorwhite.cur), auto !important;
}

  body.INDwhitecursor a:hover {
    cursor: url(../Files/bighandwhite.cur), auto !important;
  }
/*---------------Cursor END ------------------*/

@media screen and (max-width:700px) {
  .nav-container {
    display: none;
  }
}

#INDaltTextBox {
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
}

.darkcontrast {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
/*-----------------------------       NEW MENU START         ------------------------------------------*/
#MenuList3 {
  width: 229px;
  list-style-type: none;
  border: solid 0px #CCCCCC;
  display: block;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  font-family: Arial;
}

#MenuList3 li {
  display: inline-block;
  width: 108px;
  border: solid 1px #CCCCCC;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 5px;
  font-family: Arial;
}
@media screen and (max-width:700px) {
  #MenuList3 {
    width: 112px;
  }
}
/*-----------------------------       NEW MENU END         ------------------------------------------*/

/*----   Menu     -----*/
.NavMenu {
  right: 0;
  visibility: visible;
  background: White;
  border: none;
  transition: right 400ms ease-in, top 400ms ease-in, visibility 400ms ease-in;
  width: 230px;
  height: 100%;
  position: fixed;
  top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  right: 0;
  z-index: 20;
  direction: rtl;
}

@media screen and (max-width:700px) {
  .NavMenu {
    width: 112px;
  }
}

#NavMenu[aria-hidden="true"] {
  right: -400px;
  visibility: hidden;
}

.MenuTopRow {
  background-color: #000000;
  background-image: url(../Images/accessibility/negishut_buttons_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 46px;
  width: 224px;
  margin-right: 0px;
}

  .MenuTopRow h2 {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #ffffff !important;
    height: auto;
    margin: 0 0;
    padding-top: 10px;
  }

.MenuRow {
  display: block;
  /* margin: 6px 0;*/
  background-color: #ffffff;
}

.MenuItem1 {
  display: inline-block;
  float: right;
  border: solid 1px #CCCCCC;
  padding-bottom: 5px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  background-color: #ffffff;
  margin-left: 2px;
  margin-right: 2px;
}

.MenuItemSelected {
  border: solid 2px #000000 !important;
}

.MenuRow div img {
  display: block;
  border: none;
}

@media screen and (max-width:700px) {
  .MenuTopRow {
    width: 112px;
    margin-right: 0px;
    background-image: url();
  }

  .MenuItem {
    margin-left: 0px;
    margin-right: 0px;
  }
  .MenuRow {
    height: 450px;
    overflow: scroll;
  }
}

.BottomMenu {
  display: inline-block;
  float: right;
  background-color: #000000;
  height: 46px;
  width: 109px !important;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle;
  align-items: center;
}

.BottomMenuRight {
  margin-left: 5px;
}

.BottomMenu span {
  display: block;
  font-size: 15px;
  font-family: Arial;
  padding-top: 12px;
  cursor: pointer;
}

.BottomMenuLink {
  display: block;
  font-size: 15px;
  font-family: Arial;
  padding-top: 7px;
  color: #ffffff;
  text-decoration: none;
}

/*---------------  Menu Button  -------------------------*/
#Menu-btn {
  right: -5px;
  top: 35px;
}

#Menu-btn {
  position: fixed;
  direction: rtl;
  margin: 0 16px;
  padding: 0;
  height: auto;
  width: auto;
  min-width: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  float: right;
  cursor: pointer;
}

  #Menu-btn img {
    opacity: 0.87;
  }

.INDtooltip {
  margin: 0;
  padding: 7px 21px;
  min-width: 192px;
  box-sizing: content-box;
  float: right;
  text-align: center;
  letter-spacing: 0.7px;
  direction: rtl;
  color: White !important;
  background: Black !important;
  border: none;
  border-radius: 8px;
  -webkit-filter: drop-shadow( 0 0 2px white );
  -moz-filter: drop-shadow( 0 0 2px white );
  -ms-filter: drop-shadow( 0 0 2px white );
  filter: drop-shadow( 0 0 2px white );
  opacity: 0.87;
  font-family: Arial;
}

#NavMenu .div_TopMenu button {
  display: inline-block;
  position: absolute;
  padding: 0;
  top: 10px;
  left: 10px;
  width: auto;
  color: White;
  font-size: 22px;
  font-weight: 700;
}

#NavMenu button {
  /*display: block;*/
  /*width: 100%;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0;*/
  border: none;
  box-shadow: none;
  background: none;
  text-align: right;
  text-transform: none;
  cursor: pointer;
  position: fixed;
  padding: 8px 210px 14px 0;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat !important;
}

@media screen and (max-width:700px) {
  #NavMenu button {
    padding: 8px 93px 14px 0;
  }
}
</pre></body></html>