/*
 * Styles used by the Baby construction pages
 */
dt.part-hdr {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
}
dt.pid {
  color: #2222cc;
  padding-top: 15px;
}
table.def {
  border-style: groove;
  background: white;
}
tr.def.odd {
  background: #ffffdc;
  font-size: 10pt;
}
tr.def.evn {
  background: #eeeeee;
  font-size: 10pt;
}
td {
  padding-left: 10px;
  padding-right: 10px;
}
div.parent {
  position: relative;
  float: right;
}
div.image-right {
  position: relative;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
}
ol.proc {
  margin-top: 0;
}
li.proc-step {
  margin-bottom: 6px;
}
h6.proc {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 6px;
}
div.nav-links {
  position: relative;
  margin-right: 10px;
}
div.align-left {
  float: left;
}
div.align-right {
  float: right;
}
img.link {
  border: 0;
  width: 48px;
  height: 48px;
}
