@import url('facebox.css');

body {
  background-image: none;
  background-color: transparent;
}

h2.faq-section {
  color: black;
  font-weight: bold;
  font-style: italic;
  margin-top: 1em;
}

h3 a, h3.link a {
  font-size: 100%;
}

h3 {
  margin-top: 15px;
}
h3.first {
  margin-top: 0px;
}
h3.question {
  cursor: pointer;
  font-size: 115%;
  margin-bottom: 0px;
}
h3.question+p {
  margin-top: 5px;
}

pre {
  border: 1px solid gray;
  padding: 10px;
}
pre.wrap {
  white-space: normal;
}
pre.scroll {
  overflow: auto;
}

.snapshot {
  margin-bottom: 10px;
  text-align: center;
}

.snapshot img {
  border: 1px solid gray;
  max-height: 150px;
}
.snapshot img.expandable {
  border: 1px solid #445978;
  cursor: pointer;
}
.snapshot .expandablehint {
  cursor: pointer;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #445978;
}
.snapshot .expandablehint img {
  margin-top: 0;
  border: none;
}

.paginator {
  margin: 10px 0px;
  border-top: 3px double #CCC;
  border-bottom: 3px double #CCC;
  width: 100%;
  text-align: left;
}

.paginator td {
  padding: 3px 0 1px;
}

.paginator b {
  color: #555;
}

.paginator a {
  font-size: 1.2em;
  text-decoration: none;
}

.paginator a:hover {
  text-decoration: underline;
}

.paginator a img {
  vertical-align: middle;
}