#hideSidebarButton {
  position: absolute;
  float: right;
  top: 50px;
  right: 0px;
  margin-top: 50px;
  margin-right: 0px;
  z-index: 11;
  width: 7px;
  height: 23px;
  background-image: url("../images/buttons.png");
  background-position: 0 0;
}

#hideSidebarButton:hover {
  cursor: pointer;
}

#hideSidebarButton.sidebar_hidden {
  background-position: -7px 0;
}

#sidebarHandler {
}

#content {
  position: relative;
  padding: 6px 10px 10px 10px;
}

#sidebar.sidebar_hidden {
  display: none;
}

body #content.sidebar_hidden {
  width: auto;
  margin-right: 0;
}

/***** Media print specific styles *****/
@media print {
  #sidebarHandler {
    display: none;
  }

  #sidebar {
    display: none;
  }

  body #content {
    width: auto;
    margin-right: 0;
  }
}
