/****************************************/
/* Taggar                               */
/****************************************/
#mbContainer {
  margin: 0px;
}
/****************************************/
/* Klasser                              */
/****************************************/
.MB .Ingress {
  font-weight: bold;
}
.MB .Clear, .MB .Spacer, .MB .mbSpacer {
  clear: both;
}
.MB .Left, .MB .left {
  float: left;
}
.MB .Right, .MB .right {
  float: right;
}
.MB .Hidden {
  display: none;
}
.MB .LT {
  border: 0px;
}
.MB .LT th, .MB .LT td {
  padding: 0px;
  border-width: 0px;
}
.MB .pdf {
  background-image: url(/custom/images/main/pdf.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
}
.MB .doc {
  background-image: url(/custom/images/main/doc.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
}
.MB .htm {
  background-image: url(/custom/images/main/htm.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
}
#mbMsrAreas input {
  display: none;
}
/****************************************/
/* Internal                             */
/****************************************/
#mbInternal ul {
  margin: 0px;
  padding: 7px 6px 6px 36px;
  font: 12px Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f4f4f4;
  background-image: url(/images/mb_logga.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
#mbInternal li {
  display: inline;
  margin: 0px;
}
#mbInternal a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: green;
}
#mbInternal .Title {
  font-family: Arial;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  color: #4aa604;
}
#mbReportButton {
  position: absolute;
  right: 174px;
}
#mbEditButton {
  position: absolute;
  right: 84px;
}
#mbLoginButton {
  position: absolute;
  right: 24px;
}
@media print {
#mbInternal {
  display: none;
}
}
/****************************************/
/* Debug                                */
/****************************************/
#mbDebug {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0px; left: 0px;
  padding: 3px 3px;
  font: 10px/1 Helvetica, Arial, sans-serif;
  border: 1px solid black;
  background: white;
}
#mbDebug.Collapsed {
  height: 12px; width: 150px;
  border: 0px solid black;
  background: none;
}
#mbDebug h2 {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 1px 1px 1px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: red;
  border: 1px solid gray;
  background-color: white;
}
#mbDebug.Expanded h2 {
  border: 0px solid gray;
  background-color: transparent;
}
#mbDebug div {
  padding: 1px 0px 1px 0px;
  border-bottom: 1px solid #bbbbbb;
}
#mbDebug div.First {
  border-top: 1px solid #bbbbbb;
}
#mbDebug p {
  clear: both;
  font-size: 1em;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}
#mbDebug p.Ingress {
  margin-bottom: 2px;
}
#mbDebug .Info {
  color: red;
}
/****************************************/
/* JWorks                               */
/****************************************/
div.JWHelpInner {
  position: relative;
  top: -2em;
  margin-bottom: -1em;
  font-size: 1em;
  text-align: right;
}
.JWHelp.Collapsed .JWHelpContent {
   display: none;
}

