/******************* Begin of Generated Text ******************/
/******************* Globals **************************/
body {
  font-family: verdana;
  background-color: whitesmoke;
  font-size: 12px;
  overflow-x:hidden;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  text-align: center;
  border-collapse: collapse;
}
td {
  padding: 5px;
}
h1 {
  font-size: 120%;
}
.hidden {
  visibility: hidden;
  display: none;
}
.main-mainblock {
  width: 100%;
  min-width: 300px;
  background-color: whitesmoke;
  color: grey;
}
.main-centered {
  max-width: 1280px;
  margin: auto;
}
.blockcolor {
  background-color: lightgrey;
}
.fullblock {
  float: left;
  width: 100%;
}
.errorMessages {
  color: red;
  text-align: center;
}
#fixed-img {
  position:absolute;
  width: 100%;
  z-index:1;
  border-top: solid 3px whitesmoke;
}
/****************** Body Header **********************/
table.header {
  width: 100%;
  background-color: whitesmoke;
}
td.menu-row {
  background-color: #5e0000;
  border-top: solid 2px whitesmoke;
  border-bottom: solid 2px whitesmoke;
}
.login-prompt {
  color: black;
}
img#header-logo {
  margin: 2 20;
}

.header-left {
  float: left;
  width: 15vw;
}
.header-mid {
  float: left;
  width: 70vw;
  padding: 15 0 10;
  text-align: center;
  color: #5e0000
}
.header-right {
  float: right;
  width: 12vw;
  text-align: right;
  color: black;
}
a#login {
  color: black;
}

div.langsel {
  float: right;
  padding: 5px 10px;
}
.header-curbranch {
  text-align: left;
  color: #5e0000;
  border-bottom: solid 2px whitesmoke;
  padding: 2px;
}
.header-curbranch a {
  color: #5e0000;
}
/**************** Foot ****************/
#footer a {
  color: white;
}
#footer-credits {
  color: white;
  text-align: center;
  font-size: 11px;
  padding: 2.5em;
}
#footer-credits a {
  color: whitesmoke;
}
/**************** Layout ***************/
#main-block300 {
  background-color: lightgrey;
  color: DarkSlateGrey;
  font-size: 12px;
  width: 300px;
  margin: 2em calc(50% - 150px);
}
.text-main {
  color: grey;
  font-size: 12px;
  text-align: justify;
  padding: 1vw;
}
.text-list {
  color: grey;
  text-align: left;
}
.text-block {
  background-color: lightgrey;
  color: DarkSlateGrey;
  font-size: 12px;
  text-align: justify;
  padding: 2vw 2vw 1vw 1vw;
}
.module-txt1photo {
  width: 100%;
  background-color: whitesmoke;
  min-height: 30vw;
}
.module-txt2photo {
  width: 100%;
  background-color: whitesmoke;
  height: 700;
}
/************** Other ******************/
#image-resize {
  max-width: 100%;
}
.page-title {
  background-color: lightgrey;
  color:#5e0000;
  width: 25vw;
  min-width: 240px;
  padding: 2px;
  text-align: center;
  margin: 1vw 0 2vw;
}
.submit-button {
  background-color: #5e0000;
  color: white;
  cursor: pointer;
  border: 0 none;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 5px;
}
.cmd-button {
  background-color: white;
  color: #5e0000;
  cursor: pointer;
  border: 1 solid;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 5px;
}
.disabled-button {
  opacity: 0.5;
}
.listrow-odd {
  background-color: whitesmoke;
  border-bottom: 2px solid whitesmoke;
}
.listrow-even {
  background-color: white;
  border-bottom: 2px solid whitesmoke;
}
.listcell-default {
  padding: 5px;
}

