
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: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5ex 1em;
  background-color: #003060;
  color: #FFFFFF;
  font-size: 150%;
  font-weight: bold;
}

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; }

.flr { float: right; }
.flr img { border: none; }

.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: left; }
.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;
}

input[type="submit"] {
  border: 2px solid #600000;
  padding: 0.25ex 0.5em;
  background-color: #FFFFFF;
  color: #600000;
  font-weight: bold;
  cursor: pointer;
}

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;
}


#poll {
  width: 15em;
  float: right;
  margin: 2ex 1em;
  border: 1px solid #600000;
  padding: 1ex 0.5em;
  background-color: #FFFCF0;
  color: #400000;
  font-size: 90%;
  text-align: left;
}

#poll .info {
  margin: 0;
}

#poll .answer, #poll .myanswer {
  margin-top: 1ex;
  border-top: 1px dashed #600000;
  padding-top: 1ex;
}

#poll .myanswer {
  background-color: transparent;
  color: #000080;
}

#poll .gauge {
  display: block;
  height: 1ex;
  border: 1px solid #600000;
  background-color: #A04040;
  color: inherit;
}

#poll .myanswer .gauge {
  border: 1px solid #000080;
  background-color: #4040A0;
}

#poll .pts {
  float: right;
}

#poll a:link, #poll a:visited, #poll a:active, #poll a:hover {
  display: block;
  background-color: transparent;
  color: #400000;
  text-decoration: none;
}

#poll .myanswer a:link, #poll .myanswer a:visited,
  #poll .myanswer a:active, #poll .myanswer a:hover
{
  background-color: transparent;
  color: #000080;
}
