/* 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 following line puts fleXcroll into scrollbar-on-left mode */
#pageText.left .vscrollerbase {left: 0 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/

.vscrollerbase {
width: 6px;
background-color: #851F1F;
}

.vscrollerbar {
width: 4px;
background-color: #AB0202;
border-right: 1px solid #470101;
border-left: 1px solid #562424;
border-top: 1px solid #562424;
border-bottom: 1px solid #470101;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}