/* Help styles
--------------------------- */
#help-bar {
  margin-bottom:1em;
}
#help-link {
  color:#c00;
  font-weight:bold;
}
div#help {
  width:99%;
  /*height:205px;*/
  overflow:auto;
  background-color:#eee;
  margin-bottom: 1em;
  border:solid black 2px;
}
#help-contents,#help-text {
  height:250px;
  overflow:auto;
  /*position:absolute;*/
}
#help-contents {
  width:18%;
  float:left;
  padding-left:0.25em;
  border-right:double black 3px;
  background-color:#ccf;
}
#help-text {
  width:80%;
  right:0;
  float:right;
}
#help-text div p {
  text-align:left;
  margin:0.5em 0;
  text-indent:0
}
#help-text div li {
  text-align:left;
}
#help-contents p {
  margin:0.25em;
  margin-right:0;
  margin-left:0em;
  padding-left:0.25em;
  text-indent:0em;
  text-align:left;
}
#help-contents a:first-letter, #help-contents p:first-letter {
  font-weight:bold;
  color:#c00;
}
.h-hide {
  display:none;
}
p.help-selected {
  background-color: #eee;
  margin-left:-1em;
  text-indent:1em;
  padding-left:0.25em;
  border-top:solid black 1px;
  border-left:solid black 1px;
  border-bottom:solid black 1px;
}
h2 {
  font-size:12pt;
  font-weight:bold;
  color:#114;
  margin:0;
  margin-top:0.5em;
}
span.button {
  font-family: monospace;
  background:#114;
  color:white;
  padding:0 0.25em;
}
#help-keys th, #help-keys td {
  text-align:center;
}
