/* $Id$ */
/*html div {
  position:relative;
}*/

html .advanced-help-link {
  width: 22px;
  height: 22px;
  background: transparent url('help.png') no-repeat top right;
  background-position: 0px 0px;
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}

html div.modalframe .advanced-help-link {
  float: none;
  position: absolute;
  right:0;
  top:0;
}

html a.advanced-help-link:hover,
html a.advanced-help-link:focus,
html a.advanced-help-link:visited {
  padding:0;
  margin:0px;
  width: 22px;
  height: 22px;
  background-position: 0px 0px;
  outline:none;
}

html a.advanced-help-link:hover {
  background-position: 0px -22px;
}

/* Make sure that beautytips bubbles are not cut off by collapsible fieldsets. */
html.js div fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
