
body {
  margin: 0;
  border: none;
  padding: 0;
  background-color: #E0E0E0;
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
}

#main {
  position: relative;
  left: 1em;
  top: 2ex;
  width: 60em;
  min-height: 40ex;
  border: 1px solid #C0A080;
  padding: 6ex 1em 0 1em;
  background-color: #FFF8E0;
  color: inherit;
}

#user {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: none;
  padding: 1ex 1em;
  background-color: transparent;
  color: #600000;
}

h1 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5ex 1em;
  background-color: #003060;
  color: #FFFFFF;
  font-size: 150%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  margin: 2ex auto 2ex 0;
}

table {
  background-color: #FFFFFF;
  color: #000000;
  margin: 2ex auto 4ex auto;
  border: 1px solid #600000;
  border-collapse: collapse;
}

caption {
  margin: 2ex auto -1ex auto;
  font-size: 120%;
  font-weight: bold;
  background-color: transparent;
  color: #600000;
}

td {
  border-top: 1px dashed #904040;
  border-bottom: 1px dashed #904040;
  padding: 0.25ex 0.5em;
  font-size: 8pt;
  text-align: right;
  white-space: nowrap;
}

th {
  background-color: #600000;
  color: #FFFFFF;
  border: 1px solid #600000;
  padding: 0.25ex 0.5em;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

td.L { text-align: left; }
td.R { text-align: left; }
td.C { text-align: center; }

.em td { background-color: #E0F0FF; color: inherit; }
td.st { font-weight: bold; }

.sys td {
  border-top: 1px solid #600000;
  border-bottom: 1px solid #600000;
  background-color: #FFFCF0;
  color: #400000;
}

td.eq { color: #004000; background-color: transparent; }
.em td.eq { color: #004000; background-color: #E0F0FF; }

.fll {
  float: right;
  margin: 0 1em 2ex 0;
}

.fll table { margin: 0; }
.fll caption { margin: 1ex 0; }

.clb { clear: both; }

a:link, a:visited {
  background-color: transparent;
  color: #004080;
  text-decoration: underline;
}

a:active, a:hover {
  background-color: transparent;
  color: #400080;
  text-decoration: underline;
}

.L { text-align: left; }
.R { text-align: right; }
.C { text-align: center; }
.gr { background-color: transparent; color: #808080; text-decoration: line-through; }

th a:link, th a:visited {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

th a:active, th a:hover {
  background-color: transparent;
  color: #C0E0FF;
  text-decoration: none;
}

td a:link, td a:visited, td a:active, td a:hover {
  text-decoration: none;
}

input[type="submit"], input[type="reset"], a.btn {
  border: 2px solid #600000;
  padding: 0.25ex 0.5em;
  background-color: #FFFFFF;
  color: #600000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

input[type="text"], input[type="password"] {
  border: 1px solid #600000;
  padding: 0.25ex 0.25em;
  background-color: #FFFFFF;
  color: #000040;
}

.alert {
  background-color: transparent;
  color: #A00000;
}

hr {
  border: none;
  background-color: #000000;
  height: 1px;
  clear: left;
}


a.btn.l {
  margin-right: 2em;
}

p.lbl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90%;
}

.me strong {
  color: #A00000;
  background-color: inherit;
}

.hu strong {
  color: #80A0A0;
  background-color: inherit;
}
.hu {
  color: #80A0A0;
  background-color: inherit;
  font-size: 80%;
}

p.lbl + p {
  margin-top: 0.25ex;
}


img.icon {
  float: left;
  margin: 0 10px 5px 0;
  border: none;
}

a img.icon {
  border: none;
}

.flr {
  float: right;
}

p.o { margin-top: 2ex; }
p.o2 { margin-top: 4ex; }



