/* 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; z-index:9999;}

/* 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: 11px;background: #6c9ca9;}
.vscrollerbarbeg {height: 34px !important;width: 11px;margin-top:-18px;background: #6c9ca9;}
.vscrollerbarend {height: 34px;width: 11px;background: #6c9ca9;margin-top:18px;}
.vscrollerbase {width: 11px;background: #b5c7cc;cursor:pointer; z-index:9999;}
.vscrollerbasebeg {width: 11px;height: 11px !important;background: url(../img/icon/top_arrow.gif) no-repeat 0 0;}
.vscrollerbaseend {height: 11px;width: 11px;background: url(../img/icon/bottom_arrow.gif) no-repeat 0 1px;}
.hscrollerbase {height: 16px; background-color: white; visibility:hidden!important}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 11px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}
#flex__1_scrollwrapper { z-index:99;}
/* Scroll Bar Master Styling Ends Here */
