/* 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 */ 
div.formFlexcroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

div.formFlexcroll .vscrollerbar {
width: 22px;
background: #5EC0A7 url(../images/scrollbarSelector.png) -22px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
div.formFlexcroll .vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 5px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 22px;
background: url(../images/scrollbarSelector.png) -66px -40px no-repeat;
}
div.formFlexcroll .vscrollerbarend {
/* height of this element should be set */
height: 5px;
width: 22px;
background: url(../images/scrollbarSelector.png) -66px 0px no-repeat;
}

div.formFlexcroll .vscrollerbase {
width: 22px;
background: #D4F6F2 url(../images/scrollbarSelector.png) 0px 0px repeat-y;
}
div.formFlexcroll .vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 22px;
height: 23px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrollbarSelector.png) -44px -23px no-repeat;
}
div.formFlexcroll .vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 23px;
width: 22px;
background: url(../images/scrollbarSelector.png)  -44px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
div.formFlexcroll .hscrollerbase {
height: 16px; background-color: white;
}
div.formFlexcroll .hscrollerbar {
height: 16px; background-color: black;
}

div.formFlexcroll .vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 28px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
div.formFlexcroll .scrollerjogbox {
width: 36px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */







/* 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 */ 
div.chooserFlexcroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

div.chooserFlexcroll .vscrollerbar {
width: 13px;
background: #242424 url(../images/scrollbarChooser.png) -13px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
div.chooserFlexcroll .vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 7px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 13px;
background: url(../images/scrollbarChooser.png) -39px -17px no-repeat;
}
div.chooserFlexcroll .vscrollerbarend {
/* height of this element should be set */
height: 7px;
width: 13px;
background: url(../images/scrollbarChooser.png) -39px 0px no-repeat;
}

div.chooserFlexcroll .vscrollerbase {
width: 13px;
background: #D4F6F2 url(../images/scrollbarChooser.png) 0px 0px repeat-y;
}
div.chooserFlexcroll .vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 13px;
height: 9px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrollbarChooser.png) -26px -15px no-repeat;
}
div.chooserFlexcroll .vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 9px;
width: 13px;
background: url(../images/scrollbarChooser.png)  -26px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
div.chooserFlexcroll .hscrollerbase {
height: 16px; background-color: white;
}
div.chooserFlexcroll .hscrollerbar {
height: 16px; background-color: black;
}

div.chooserFlexcroll .vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 9px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
div.chooserFlexcroll .scrollerjogbox {
width: 36px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */



/* BARUM 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 */ 
div.flexcrollBarum .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

div.flexcrollBarum .vscrollerbar {
width: 9px;
background: #242424 url(../images/scrollbarBarum.png) -9px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
div.flexcrollBarum .vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 1px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 9px;
background: url(../images/scrollbarBarum.png) -27px -20px no-repeat;
}
div.flexcrollBarum .vscrollerbarend {
/* height of this element should be set */
height: 1px;
width: 9px;
background: url(../images/scrollbarBarum.png) -27px 0px no-repeat;
}

div.flexcrollBarum .vscrollerbase {
width: 9px;
background: #D4F6F2 url(../images/scrollbarBarum.png) 0px 0px repeat-y;
}
div.flexcrollBarum .vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 9px;
height: 9px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrollbarBarum.png) -18px -12px no-repeat;
}
div.flexcrollBarum .vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 9px;
width: 9px;
background: url(../images/scrollbarBarum.png)  -18px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
div.flexcrollBarum .hscrollerbase {
height: 16px; background-color: white;
}
div.flexcrollBarum .hscrollerbar {
height: 16px; background-color: black;
}

div.flexcrollBarum .vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 9px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
div.flexcrollBarum .scrollerjogbox {
width: 36px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */
