/*
 * FormDev Theme
 * Copyright (c) 2010 FormDev Software GmbH.
 * All rights reserved.
 */
#help .narrow_list ul { margin-top:3pt; }
#help .narrow_list li { margin-bottom:0px; }
#help ul ul { margin-bottom:3pt; }
#help .proptable th { text-align:left; }
#help td[valign="middle"] { vertical-align:middle; }
#help .sourcecode { margin-bottom:20px; }
#help .sourcecode pre { margin-bottom:0; }
#help .column_propname { width:120px; }
#help a.permalink {
  padding:0 5px;
  text-decoration:none;
  visibility:hidden;
}
#help h2:hover a.permalink, #help h3:hover a.permalink, #help h4:hover a.permalink { visibility:visible; }
#help_contents ul { font:11px/1.4 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }
#help_contents ul, #help_contents li {
  margin:0;
  padding:0;
  border:0;
}
#help_contents li {
  list-style-type:none;
  list-style-image:none;
}
#help_contents li span {
  background-image:url(/themes/formdev/images/topic_leaf.gif);
  background-repeat:no-repeat;
}
#help_contents li span {
  background-position:-80px center;
  padding-left:16px;
}
#help_contents li li span {
  background-position:-64px center;
  padding-left:32px;
}
#help_contents li li li span {
  background-position:-48px center;
  padding-left:48px;
}
#help_contents li li li li span {
  background-position:-32px center;
  padding-left:64px;
}
#help_contents li li li li li span {
  background-position:-16px center;
  padding-left:80px;
}
#help_contents li li li li li li span {
  background-position:-0px center;
  padding-left:96px;
}
#help_contents .help_last { background-image:url(/themes/formdev/images/topic_leaf_last.gif); }
#help_contents .help_dir { background-image:url(/themes/formdev/images/topic_dir.gif); }
#help_contents .help_dir_last { background-image:url(/themes/formdev/images/topic_dir_last.gif); }
#help_contents a {
  text-decoration:none;
  color:#444444;
}
#help_contents a:hover { color:#dd6900; }
#help_contents span { display:block; }
#help_contents .selnode {
  color:white;
  background-color:rgb(59,106,197);
  font-weight:normal;
  padding-left:2px;
  padding-right:2px;
}
