/* 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; right: 0;
}

.vscrollerbase {
width: 12px;
background-color: white;
border-left:1px solid #C8C8C8;
}
.vscrollerbar {
width: 8px;
background-color: #A8A8A8;
border:2px solid white;

border-left:2px;
}
.hscrollerbase {
height: 12px;
background-color: white;
border-top:1px solid #C8C8C8;
}
.hscrollerbar {
height: 8px;
background-color: #A8A8A8;
border:2px solid white;
}

.scrollerjogbox {
width: 12px;
height: 12px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #A8A8A8;
}