/* 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 fat & cuddly, comments and newlines removed */

.vscrollerbar {width: 10px;background: #5EC0A7 url(scrollbar_02.png) -10px 0px repeat-y;}

.vscrollerbarbeg {height: 6px !important;width: 10px;background: url(scrollbar_02.png) -30px 0px no-repeat;}

.vscrollerbarend {height: 5px;width: 10px;background: url(scrollbar_02.png) -30px 3px no-repeat;}

.vscrollerbase {width: 10px;background: #D4F6F2 url(scrollbar_02.png) 0px 0px repeat-y;}

.vscrollerbasebeg {width: 10px;height: 28px !important;background: url(scrollbar_02.png) -20px -27px no-repeat;}

.vscrollerbaseend {height: 28px;width: 10px;background: url(scrollbar_02.png)  -20px 0px no-repeat;}


.vscrollerbar {padding: 10px;z-index: 2;}

/*.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A; visibility:hidden;}
*/
#mycustomscroll2 {

/*percantage width: make it 100% to match container*/

width: 229px;
height: 520px;
overflow: none;
/* IE overflow fix, position must be relative or absolute*/

position: relative;
background-color: #333366/*#D5EADE;*/
margin: 0px;
/*margin-left: -25px;*/

/* negative left margin to compensate for the padding,

not related to fleXcroll, and may not be needed elsewhere */

padding: 0px;

}



/* Scroll Bar Master Styling Ends Here */

