/* 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;
border: none;
}

.vscrollerbase {
width: 10px;
background-color: #D0D0D0;
border: none;
}

.vscrollerbar { /* Handler */
width: 10px;
background-color: #E6E6E6;
border-top: 2px double silver!important;
border-bottom: 2px double silver!important;
/*border: none;*/
/*border: 1px solid #999999;*/
}

.hscrollerbase {
height: 10px;
background-color: #E6E6E6;
border: none;
}

.hscrollerbar {
height: 10px;
background-color: #D0D0D0;
border: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}