body, td {
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 9pt;
}

#header {
  position: fixed;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  top: 0;
  width: 100%;
  background-color: #ddf;
  border-bottom: solid 1px #aad;
  z-index: 1;
}

#header td {
  height: 1.7em;
}

#logo {
  padding-top: 3px;
  padding-bottom: 3px;
}

#afterHeader, .error {
  padding-top: .75em;
}

#afterHeader {
  height: 1em;
  padding-left: 8px;
  padding-bottom: 8px;
  background-color: #ffd;
  border-bottom: solid 1px #eec;
}

.error {
  color: #933;
}

td#info {
  text-align: right;
  color: #669;
  white-space: nowrap;
}

.primary, .secondary {
  position: relative;
  padding-top: .25em;
  margin-bottom: 1em;
}

.secondary li {
  margin-left: -4px;
}

.primary {
  width: 48em;
  float: left;
}

.secondary {
  float: left;
  text-align: center;
  display: none;
}

.primary li, .secondary li {
  margin-top: 1em;
  border-left: dashed 1px #aad;
}

#images.primary, #images.primary .before, #images.primary .after {
  min-width: 48em;
  width: 92%;
}

#images.primary li {
  border: none;
  display: block;
  float: left;
  width: 170px;
  height: 170px;
  text-align: center;
  margin: 0em;
  vertical-align: middle;
}

#images.primary img {
  height: 170px;
  display: block;
  vertical-align: middle;
  margin: auto;
}

#images.primary .after {
  clear: left;
}

.primary li {
  margin-left: -4px;
  padding-left: 6px;
  width: 44em;
}

ul, ol {
  list-style-type: none;
}

.marker {
  position: absolute;
  left: 0em;
  width: 23pt;
  padding-right: 6px;
  padding-top: 2px;
  height: 2em;
  text-align: right;
  cursor: move;
}

.grabInsert {
  background-color: #eef;
  padding-top: 3px;
  margin-bottom: -3px;
}

.grab {
  position: absolute;
  text-indent: -10pt;
  cursor: move;
  z-index: 10;
}

.title {
  font-size: larger;
}

a {
  text-decoration: none;
}

a:hover {
  background-color: #eef;
  text-decoration: underline;
}

.displayUrl {
  display: inline;
  color: #008000;
}

.displayUrl:hover {
  background-color: #efe;
  text-decoration: underline;
}

.input, .query {
  margin-left: .5em;
}

.query {
  width: 23em;
}

#number {
  text-align: center;
  background-color: #e6e6e6;
}

.before, .after {
  padding: 6px;
  text-align: center;
  border-left: dashed 1px #aad;
  border-right: dashed 1px #aad;
  width: 44em;
  margin-left: 3em;
}

.secondary .before, .secondary .after {
  width: 16em;
}

.before {
  border-top: solid 1px #aad;
  margin-top: 1em;
}

.after {
  display: block;
  cursor: pointer;
  border-bottom: solid 1px #aad;
}

.after:hover, a.image img:hover {
  background-color: #eef;
  color: #0000e9;
  text-decoration: underline;
}

form {
  display: inline;
}

.pageBreak {
  text-align: center;
  width: 28em;
  font-size: large;
  font-weight: bold;
  color: #666;
  margin-top: 1em;
}

a.image {
  color: #aad;
}

a.image img {
  padding: 3px;
  margin-bottom: -3px;
}

#webMenuTarget {
  position: absolute;
  display: none;
  border: outset 1px #ccc;
  padding: 6px;
  background-color: white;
  color: #008000;
  cursor: default;
}

#webMenu {
  position: absolute;
  display: none;
  background-color: #eee;
  border: outset 1px #ccc;
  border-top: dashed 1px #ccc;
  padding: 8px;
}

#webMenu ul {
  margin: -2px;
  padding: 0;
  padding-right: 3px;
}

#webMenu li {
  padding: 0;
  margin: 0;
  border-left: none;
  white-space: nowrap;
  width: 10em;
}

#webMenu img {
  border: inset 1px #ccc;
  display: block;
  margin-left: 10em;
  width: 400px;
  height: 300px;
}

#copy {
  margin-left: 3em;
  padding-top: 1em;
  width: 45em;
  clear: left;
  color: #669;
}
