/* 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: 9px;
background-color: #c3beb7;
border-style: solid;
border-width: 1px;
border-color:#746f69;
margin-top: 1px;
}
.vscrollerbar {
width: 7px;
background-color: #387693;
border-color:#92d0db;
border-style: solid;
border-width: 1px;
padding-bottom: 4px;
}
.hscrollerbase {
height: 2px;
background-color: #746f69;
}
.hscrollerbar {
height: 2px;
background-color: black;
}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}