body {
  background-color: rgb(230, 230, 230);
  font-family: Arial, Helvetica, sans-serif;
}

.login {
  position: fixed;
  top: 47.5%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.BlueText {
  font-size: 11px;
  font-weight: bold;
  color: ##ff0000;
}

.GreyText {
  font-size: 10px;
  color: #999999;
  font-weight: bold;
}

.VersionInfo {
  color: #9A9B9C;
  font-weight:bold;
  font-size: 10px;
}

.InfoPanel {
  background: white;
  color: #4D4F53;
  font-weight: normal;
  font-size: 12px;
}

.Logonbutton {
  background: url(../Images/Logon/gif/logon.jpg) no-repeat bottom;
  border: #675C53;
  font-weight: bold;
  font-size: 11px;
  color: white;
  text-decoration: none;
  /*cursor: hand;         Browser Compatibility, FF does not recognise the hand style, needs to be pointer */
  cursor: pointer;
}
