* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  overflow-y: scroll;
}

body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
}

form {
  display: inline;
}

a, img {
  border: 0;
}

.appContent {
  width: 1097px;
  min-height: 598px;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

.topArea {
  height: 93px;
  background-color: #008569;
}

.topArea img {
  display: block;
}

.topArea .logoArea {
  width: 246px;
  float: left;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topArea .headPicture {
  position: relative;
  width: 681px;
  height: 100%;
  float: right;
  padding-left: 20px;
}

.TopMenuAreaNoUser {
  height: 35px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 1px solid #008569;
  overflow-y: visible;
}

.content {
  min-height: 500px;
  padding: 40px;
}

.DataAreaInnerHeader {
  font-family: Arial, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  background-position: left;
}

.DataAreaInformation {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #333333;
  padding-right: 0;
  height: 17px;
  min-height: 17px;
  height: auto !important;
}

.wc-FloatContent div.wc-GridGutter,
.wc-FloatContent div.wc-FirstGutter,
.wc-FloatContent div.wc-LastGutter,
.wc-FloatLeft {
  float: left;
}

.wc-FloatContent .wc-FloatRight {
  float: right;
}

.wc-FloatContent .wc-FloatClear {
  float: none;
  clear: both;
}

.wc-GridGutter {
  padding-left: 7px;
}

a, a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.pageFooterLink {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

a.pageFooterLink:hover {
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}

.verticalPadder {
  height: 9px;
  overflow: hidden;
}

.MainPageFooterArea {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 80px;
  line-height: 80px;
  background-color: #083b36;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
}