html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html {
  font-size: 10pt;
  min-height: 100%;
  font-family: arial;
}
h1 {
  font-size: 28pt;
  margin: 0;
}
h2, h3, h4, h5, h6 {
  margin-left: 4em;
  margin-right: 0.5em;
  margin-top: 0.7em;
  margin-bottom: 0.1em;
}
h4, h5, h6 {
  margin-bottom: 0px;
}
h2 {
  font-size: 15pt;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 12pt;
}
h5 {
  font-size: 11pt;
}
h6 {
  font-size: 10pt;
  font-style: italic;
}
p {
  text-indent: 2em;
  margin: 0px;
  margin-top: 0.3em;
}
.all {
  max-width: 1280px;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 2em;
}
.header {
  height: 124px;
  position: relative;
  white-space: nowrap;
}
.header a:link, .header a:visited {
  text-decoration: none;
}
.header a:hover, .header a:active {
  text-decoration: none;
}
.header .title {
  position: relative;
  top: 20px;
  left: 340px;
}
.header .logo {
  float: left;
}
.primarydocs {
  display: table-column;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 200px;
  white-space: normal;
  margin-bottom: 3pt;
  padding: 0px;
}
.primarydocs li {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
  white-space: nowrap;
  line-height: 22px;
}
.primarydocs li a {
  border-bottom: 1px dashed #381905;
}
div.left {
  width: 170px;
  float: left;
}
div.left input {
  width: 146px;
}
.auth {
  text-align: center;
  border-top: 1px solid white;
  padding-top: 5px;
  padding-bottom: 10px;
}
.auth table {
  margin: auto;
}
div.right {
  float: right;
  width: 260px;
  padding-top: 10pt;
}
div.center {
  margin-left: 170px;
  margin-right: 265px;
  padding-left: 10px;
  padding-right: 10px;
}
.title>* {
  display: inline-table;
}
.center .primary.title {
  margin: 10px;
}
.eventinfo {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px;
}
.center .title h2 {
  margin: auto;
  padding-left: 20px;
}
.right .news h3, .right .news h4 {
  margin-left: 1em;
}
.right .news p {
  text-indent: 0;
}
.title .actions li {
  display: inline;
  padding-right: 10pt;
}
.actions, .eventlist {
  margin: 0px;
  padding-top: 5px;
  padding-left: 10px;
}
.gallery li {
  display: inline-table;
  text-align: center;
  margin: 5px;
  width: 120px;
}
.userprofile img.photo {
  float: right;
  margin-right: 50px;
  margin-top: -50px;
}
.userinfo tr td:first-child {
  text-align: right;
  padding-right: 10px;
}
.center textarea {
  min-width: 300px;
  width: 100%;
  height: 100%;
}
.textarea {
  min-width: 300px;
  width: 100%;
}
p.center {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
p.right {
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
}
ul.userlist {
  margin: 2px;
  list-style-type: decimal;
}
.docslist {
  white-space: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 1em 0;
}
.docslist li {
  border-width: 1px;
  border-style: solid;
  display: inline;
  margin-left: 0.3em;
  margin-right: 0.3em;
  padding: 0 0.3em;
  white-space: nowrap;
}
.docslist li.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: white;
}
.docslist a {
  text-decoration: none;
}

ol, ul {
  list-style-position: inside;
  padding-left: 0px;
}

table {
  border-collapse: collapse;
}

table.schedule {
  width: 100%;
}

table.schedule td {
  border: 1px solid black;
  text-align: center;
}

p.news {
  margin-top: 0.5em;
  margin-right: 0;
  text-indent: 0;
}
.notifies {
  border: 1px dashed red;
}
li.approved_false a {
  color: gray;
  font-style: italic;
}
li.in_t a {
  color: green;
  font-weight: bold;
}
span.int_t a {
  color: green;
}
