* {
  padding: 10;
  margin: 10;
}

a {
  color: #467AA7;
  text-decoration: None;
}

a.active {
  font-weight: bold;
  text-decoration: None;
}

body {
  font-size: 0.9em;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 10px;
}

/* don't know what this is */
.error_login {
  height: 30px;
  padding-top: 25px;
}

.error, .errorlist {
  color: #ff0000;
}

/*
.container { margin: 0px; bottom: 0px; left:30px; border: solid 1px #afafaf; -moz-border-radius-topleft: 25px; -webkit-border-top-left-radius: 25px; -moz-border-radius-topright: 25px; -webkit-border-top-right-radius: 25px; }
.menu_container { margin: 10px; bottom: 10px; border: solid 1px #afafaf; -moz-border-radius-topleft: 25px; -webkit-border-top-left-radius: 25px; -moz-border-radius-topright: 25px; -webkit-border-top-right-radius: 25px; }
.content_container { padding-left:10px; bottom: 10px; left:30px; border: solid 1px #afafaf; border-top: none; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
*/

.content {}

.logo {
  margin: 13px 0 0 13px;
};

.header {
  height: 100px;
  border-bottom:solid 1px #afafaf;
}

.header img {
  height: 60px;
  position: absolute;
  z-index: 1;
  margin: 10px 0 0 10px;
}

