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

/* the scrollbar itself */
.vscrollerbar {width: 10px;background: #cc0000  url(Scripts/scrollbar2.png) -12px 0px repeat-y;}
/* top end of scrollbar */
.vscrollerbarbeg {height: 1px !important;width: 10px;background: #cc0000 url(Scripts/scrollbar2.png) -39px 0px no-repeat;}
/* bottom end of scrollbar */
.vscrollerbarend {height: 1px;width: 10px;background: #cc0000 url(Scripts/scrollbar2.png) -39px 0px no-repeat;}
/* scrollbar track */
.vscrollerbase {width: 10px;background-color: #000000;}
/* top arrow (or whatever symbol you are using */
.vscrollerbasebeg {width: 10px;height: 9px !important;background: url(Scripts/scrollbar2.png) 0px 0px no-repeat;}
/* bottom arrow (or whatever symbol you are using */
.vscrollerbaseend {height: 9px;width: 10px;background: url(Scripts/scrollbar2.png)  -26px 0px no-repeat;}
.hscrollerbase {height: 16px; background-color: black;}
.hscrollerbar {height: 16px; background-color: white;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.scrollerjogbox {width: 10px;height: 1px;top: auto; left: auto;bottom: 0px; right: 0px;background: #000000;}
