/* 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: 10px;
background-color: #4a4a4a;
}
.vscrollerbar {
width: 10px;
background-color:#933130;
/*border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
border: 2px solid #000000;*/

}
.hscrollerbase {
width: 10px;
background-color: #000000;
}
.hscrollerbar {
width: 6px;
background-color:#990000;
border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
border: 2px solid #000000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #4a4a4a;
}