/**
 * Style sheet with styles used in all MJet pages.
 */

html, body {
  background-color: #d3be96;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/*** Initializing lots of stuff to "zero" *************************************/

table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

td {
  padding: 0px;
}

img {
  border: none;
  margin: 0px;
}

div {
  font-family: verdana, helvetica, arial, DejaVu Sans;
  margin: 0px;
  padding: 0px;
}

a {
  margin: 0px;
  padding: 0px;
}

/*** Site standard ************************************************************/

/*** IMAGES ************************************/

img.mjetLogo {
  width: 145px;
  height: 83px;
}

/*** All the top menu *********************************************************/

/*** TABLES ************************************/

table.vertAlign {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}

table.siteWrap {
  width: 797px;
  height: 598px;
  border-style: none;
  border-collapse: collapse;
  background-color: white;
  margin: auto auto auto auto;
}

table.upperMenu {
  float: right;
  border-style: none;
  margin-top: 10px;
}

/*** DIVS **************************************/

div.menuBigTitles {
  font-size: 0.75em;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  z-index: 3;
}

div.subMenuWrap {
  visibility: hidden;
  position: absolute;
  top: 14px;
  left: 0px;
  z-index: 3;
  text-align: left;
  border-style: solid;
  border-width: 15px 88px 0px 0px;
  border-color: white;
  background-color: white;
}

div.subMenu {
  position: absolute;
  z-index: 3;
  top: -2px;
  left: 0px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
  background-color: white;
}

/*** Text and links ****************************/

a.withSubMenu {
  color: #827860;
  text-decoration: none;
  cursor: default;
}

a.withSubMenu:hover {
  color: #a0312a;
  text-decoration: none;
  cursor: default;
}

a.withoutSubMenu {
  color: #827860;
  text-decoration: none;
}

a.withoutSubMenu:hover {
  color: #a0312a;
  text-decoration: none;
}

div.subMenu a {
  display: block;
  color: #827860;
  font-size: 0.85em;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 15px 2px 15px;
}

div.subMenu a:hover {
  color: #a0312a;
  text-decoration: none;
}

div.menuSeperator {
  height: 1px;
  background-color: #827860;
  margin: 12px 0px 12px 0px;
}

/*** The lower menu ***********************************************************/

/*** TABLE *************************************/

td.lowerMenuTd {
  vertical-align: bottom;
}

/*** DIVS **************************************/

div.lowerMenu {
  text-align: right;
  margin-bottom: 0px;
  margin-right: 21px;
}

/*** LINKS *************************************/

div.lowerMenu a {
  color: #827860;
  text-decoration: none;
}

div.lowerMenu a:hover {
  color: #a0312a;
  text-decoration: none;
}

/*********************** SCROLLERS ***********************/
.root {
  position: absolute;
  margin: 0px 0px 0px 0px;
}

.thumb {
  position: absolute;
  height: 9px;
  width: 10px;
  left: 0px;
}

.up {
  position: absolute;
  z-index: 1;
  left: 0px;
  margin-top: 1px;
}

.dn {
  position: absolute;
  left: 0px;
  margin-bottom: 1px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
  border: 0;
}

/*.scrollContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 190px;
  overflow: auto;
  border: none;
  background: transparent;
}
.scrollContent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
}*/
