#content {
  margin-left: 17em;
}
div#sidemenudiv {
  position: absolute;
  background-color: white;
  margin-right: 0.9em;
}
div#sidemenudiv ul {
  margin: 0em;
}
div#sidemenudiv select {
  width: 11em;
}
div#maincontentdiv {
  xpadding-top: 1em;
  xmargin-left: 22em;
  background-color: white;
  vertical-align: top;
}
.show-in-edit-mode {
  display: none;
}
.edit-mode th.show-in-edit-mode,
.edit-mode td.show-in-edit-mode {
  display: table-cell;
}
.edit-mode div.show-in-edit-mode {
  display: block;
}
.edit-mode span.show-in-edit-mode,
.edit-mode a.show-in-edit-mode,
.edit-mode p.show-in-edit-mode {
  display: inline;
}
#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 600px;
  /* Dialog will wrap after this width */
  background: white;
  border: solid 5px #999999;
  color: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#popup_title {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: #666666;
  background: #cccccc url('../Images/sprite.png') repeat-x top;
  border-bottom: 1px solid #999999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}
#popup_content {
  background: url('../Images/info.gif') no-repeat 16px 16px;
  margin: 0em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#popup_content.info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url('../Images/info.png');
}
#popup_content.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url('../Images/success.png');
}
#popup_content.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url('../Images/warning.png');
}
#popup_content.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url('../Images/error.png');
}
#popup_content.confirm {
  background-image: url('../Images/important.gif');
}
#popup_content.prompt {
  background-image: url('../Images/help.gif');
}
#popup_message {
  padding-left: 48px;
}
#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}
#popup_prompt {
  margin: 0.5em 0em;
}
span.submenu.indented {
  margin-left: 1em;
}
span.submenu,
span.submenu a {
  color: #778888 !important;
}
.print {
  display: none;
}
table.stickyheader thead {
  position: sticky;
  top: 0;
  background-color: inherit;
}
table.stickyheader thead th.sticky {
  position: sticky;
  left: 0;
  background-color: inherit;
  z-index: 10000;
}
