
::selection {
  background: #ccc;
}
::-moz-selection {
  background: #ccc;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
  }
body {
    font-family:'Times';
    font-size: 0.9em;
    line-height: 17px;
    letter-spacing: 0.03em;
	  background: rgb(215, 217, 199);
    margin: 0;
    padding: 0;
  }

a {
    text-decoration: none;
    color: black;
}

a:hover {
    cursor: pointer;
    text-decoration: underline; !important
}

h2 {
    font-size: 15.5px;
    margin: 0;
    font-weight: normal;
    padding-bottom: 5px;
  }

  .cursor{
      display: none;
      position: fixed;
      width: 0px;
      height: 0px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: 100;
      overflow: hidden;}
  .cursor.bd,
  .cursor.bd img{width: auto;height: auto;}
  .cursor.bd img{max-width: 400px; max-height: 380px;display: none;}
  .cursor.bd img.active{display: block;}


.top {
    display: block;
    position: relative;
    margin-top: 15px;
    left: 15px;
    display: block;
    z-index: 101;
}

.menu {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-left: 15px;
  overflow: hidden;
  z-index: 101;
  top: 0;

}

.menu a {
  position: relative;
  display: block;
  color: blue;
  padding-bottom: 0px;
  margin-bottom: 0;

}

.menu td a {
  color: blue;
  text-decoration: underline;
  display: inline-block; !important
  position: relative;
}


.worklist {
    position: absolute;
    visibility: hidden;
    width: auto;
  }

  .worklist.active {
    padding: 0;
    visibility: visible;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
    height: auto;
    z-index: 200;
  }


table {
  display: block;
  position: relative;
  padding-left: 0;
  height: auto;
  width: 100%;
  border-spacing: 0px;
}

tr {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

td {
  letter-spacing: normal;
  margin-left: 0;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 235px;
  height: auto;
  padding-bottom: 10px;
  padding-right: 5px;
}


td img {
  vertical-align: top;
  position: relative;
  padding: 0px;
  width: 235px;
  height: 175px;
  object-fit: cover;
  padding: 0px 10px 5px 0px;
}


.background{
  width: 50%;
  margin: 0 auto;
  position: fixed;
	display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.a {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: none;
}

.a > img {
    max-height: 90%;
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;}

.a.active{display: block;}

.background,
.background *,


.clearfix{clear: both;}
