/* AGENT_SHEET */
/*****************************************************************/
/*********   ONLY FOR VFOX|FINDER2 v2.1.4 AND HIGHER   ***********/
/*****************************************************************/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
scrollbar[orient="vertical"] 
{
  background: url("chrome://global/skin/scrollbar_aqua/vertical-background.png") repeat-y 
}
scrollbar[orient="horizontal"] 
{
  background: url("chrome://global/skin/scrollbar_aqua/horizontal-background.png") 
}
thumb[orient="vertical"]{
background:url("chrome://global/skin/scrollbar_aqua/thumb-topcap.png") no-repeat top left;
}
thumb[orient="vertical"] > gripper {
background:url("chrome://global/skin/scrollbar_aqua/vertical-thumb-end.png") no-repeat bottom left;	
}
thumb[orient="horizontal"] {
background:url("chrome://global/skin/scrollbar_aqua/thumb-startcap.png") no-repeat top left;
}
thumb[orient="horizontal"] > gripper {
background:url("chrome://global/skin/scrollbar_aqua/horizontal-thumb-end.png") no-repeat top right;	
}
scrollbarbutton[type="increment"] {
background-image: url("chrome://global/skin/scrollbar_aqua/right.png")
}
scrollbarbutton[type="increment"]:hover:active {
background-image: url("chrome://global/skin/scrollbar_aqua/right-active.png")
}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
background-image: url("chrome://global/skin/scrollbar_aqua/down.png")
}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:hover:active {
background-image: url("chrome://global/skin/scrollbar_aqua/down-active.png")
}
scrollbarbutton[type="decrement"] {
background-image: url("chrome://global/skin/scrollbar_aqua/left.png");}
scrollbarbutton[type="decrement"]:hover:active {
background-image: url("chrome://global/skin/scrollbar_aqua/left-active.png")
}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
background-image: url("chrome://global/skin/scrollbar_aqua/up.png");}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:hover:active {
background-image: url("chrome://global/skin/scrollbar_aqua/up-active.png")
}
@media print {
html|div scrollbar {
background: url("chrome://global/skin/scrollbar_aqua/slider.gif") scrollbar;}
}