/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase { width: 5px; background: url(./img/scrollbar.gif) 2px 0px repeat-y;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */

.vscrollerbar {
width: 5px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #ED1C24;
height: 35px !important;
}

.vscrollerbarbeg {margin-top: -5px; height: 5px !important; width: 9px;background:  0px 0px no-repeat;}

.vscrollerbarend {margin-top: 5px; height: 5px; width: 9px;background: 0px 0px no-repeat;}


.hscrollerbase {
height: 0px;
background-color: white;
}
.hscrollerbar {
height: 0px;
background-color: black;
}

.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* Scroll Bar Master Styling Ends Here */
