@charset "UTF-8";

div.open {
}

div.title {
  color: #04427e;
  font-weight: bold;
  font-size: 1.2em;
  cursor: hand;
  cursor: pointer;
}

div.open div.twisty {
  float:left;
  width: 9px;
  height: 9px;
  background-image: url('../images/shared/twisty_unfolded.gif');
  cursor: hand;
  cursor: pointer;
  margin-right: 0.5em;
}

div.open div.summary {
  display: block;
  visibility: visible;
  background-color: #ebebec;
  padding: 1em;
  margin: 1em 0px 2em 1.2em;
  width: 450px;
}

div.closed {
}

div.closed div.title {
  margin-bottom: 1em;
}

div.closed div.twisty {
  float:left;
  width: 9px;
  height: 9px;
  background-image: url('../images/shared/twisty_folded.gif');
  cursor: hand;
  cursor: pointer;
  margin-right: 0.5em;
}

div.closed div.summary {
  margin-left: 1.2em;
  display: none;
  visibility: hidden;
}


