/* AGENT_SHEET */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

scrollbar * {
  display: -moz-box ! important; 
  background-color: #adadad ! important;
}

scrollbar[orient="vertical"] {
  -moz-appearance: none ! important;
  min-width: 10px ! important;
}

scrollbar[orient="horizontal"] {
  -moz-appearance: none ! important;
  min-height: 10px ! important;
}

scrollbar thumb {
  -moz-appearance: none ! important;
  background-color: #adadad ! important;
}

scrollbar thumb:hover {
  background-color: #dddddd ! important;
}

scrollbar scrollbarbutton {
  -moz-appearance: none ! important;
  min-height: 10px ! important;
  min-width: 10px ! important;
  background-color: #adadad ! important;
}

scrollbar scrollbarbutton:hover {
  background-color: #dddddd ! important;
}