/* Presentation stylesheet */

/* IDs */
#laymain {
  border: 1px solid;
  min-width: 75em;
  max-width: 95em;
  margin: 0 auto;
}
#layheader 
{
  background-color: #881100;
  padding: 1em 1em;
}
#layheader .title {
  margin: 0;
  padding: 0;
}
#layfooter {
  padding: 1.5em;
}
#layfooter p {
  margin: 0;
  text-align: center;
}
#layheader {
  border-bottom: 1px dotted;
}

/* backgrounds */
.cols-wrapper {
  background-color: white;
}
#laymain {
  background-color: white;
}

/* classes */
.box,
.laymain-content {
  margin: 1em;
}
.cols-wrapper {
  border: 1px;
  margin: 0 -1px;
  border-style: none dotted dotted dotted;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none dotted none;
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#layfooter,
.sidecol {
  color: #333;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}
