/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: #cccccc;
}
.vscrollerbar {
width: 11px;
background:#009933 url(../../filquip/images/scrollbar.jpg);
background-repeat:no-repeat;
background-position:center;
}
.hscrollerbase {
height: 12px;
background-color: #cccccc;
}
.hscrollerbar {
height: 12px;
background:#009933 url(../images/scrollbar2.gif) no-repeat;
background-repeat:no-repeat;
background-position:center;
}

.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}