/* CSS Document */
html {
  /*height: 100%;*/
  margin: 0px;
  padding: 0px;
  background-color: #7D7D7D;
  cursor: default;
  overflow-y: auto;
}

body {
  /*height: 100%;*/
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
}

#header {
  border: 1px solid #000000;
  height: 50px;
  background-color: #3B3B3B;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.contents {
  margin: 0px;
  padding: 0px;
}

#contenuti {
  text-align: left;
}

div.contents div#mainmenu {
  white-space: nowrap;
  height: 20px;
  padding: 0px;
  margin: 0px;
  float: none;
  position: relative;
}

#nonFooter {
  position: relative;
  border: 1px solid #000000;
}

* html #nonFooter {
  height: 100%;
  padding-bottom: 50px;
}
#footer {
  position: relative;
  margin-top: -50px;
  border: 1px solid #000000;
  height: 50px;
  background-color: #3B3B3B;
  width: 100%;
} 

.login {
  font-family: Verdana;
  font-size: 1.2em;
  color: #FFFFFF;
  text-align: right;
}

.loginbtn {
  font-family: Verdana;
  font-size: 1.0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border: 1px inset #000000;
  background-color: silver;
}

div.popupdiv {
  position: absolute;
  background-color: gray;
  color: white;
  font-family: Verdana;
  font-size: 1.0em;
  display: none;
}