/* Scroll Bar Master Styling Starts Here *//*  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;
}.vscrollerbar {
    width: 10px;
    background: #eeeeee url(../_img/scrollbar.png) -10px 0px repeat-y;
}.vscrollerbarbeg {
    height: 1px !important;
    width: 10px;
    background: url(../_img/scrollbar.png) -20px -20px no-repeat;
}.vscrollerbarend {
    height: 1px;
    width: 10px;
    background: url(../_img/scrollbar.png) -20px -20px no-repeat;
}.vscrollerbase {
    width: 10px;
    background: #D4F6F2 url(../_img/scrollbar.png) 0px 0px repeat-y;
}.vscrollerbasebeg {
    width: 10px;
    height: 10px !important;
    background: url(../_img/scrollbar.png) -20px -10px no-repeat;
}.vscrollerbaseend {
    height: 10px;
    width: 10px;
    background: url(../_img/scrollbar.png) -20px 0 no-repeat;
}.hscrollerbase {
    height: 16px;
    background-color: white;
}.hscrollerbar {
    height: 16px;
    background-color: black;
}.vscrollerbar, .hscrollerbar {
    padding: 10px;
    z-index: 2;
}.scrollerjogbox {
    width: 10px;
    height: 16px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background: #37917A;
}
