/* 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 {left: 0 !important;}
/* 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 custom scroller, comments and newlines removed */
.vscrollerbase {width: 6px;background: #D4F6F2 url(../images/scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 6px; height: 6px !important;background: url(../images/scrollbar.png) -12px -6px no-repeat;}
.vscrollerbaseend {height: 6px; width: 6px; background: url(../images/scrollbar.png)  -12px 0px no-repeat;}
.hscrollerbase {height: 1px; background-color: white;}
.vscrollerbar {width: 6px;background: #5EC0A7 url(../images/scrollbar.png) -6px 0px repeat-y;}
.vscrollerbarbeg {height: 4px !important;width: 5px;background: #f2f8f8 ;}
.vscrollerbarend {height: 4px;width: 5px;background: #f2f8f8 ;}
.hscrollerbar {height: 1px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 1px;z-index: 2;}
.scrollerjogbox {width: 6px;height: 1px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A; }

/*Scroll Bar Master Styling Ends Here */
