/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 10px;background-color: white;}
.vscrollerbar {width: 10px;background-color: black;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.hscrollerbar {background:#0258A5;}
.vscrollerbar {background:#0258A5;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
/*.vscrollerbarbeg {background-color: red;width: 10px;height: 15px !important;}
.vscrollerbarend {background-color: red;width: 10px;height: 15px;}*/
.hscrollerbarbeg {background:#0258A5;height: 15px;width: 10px !important;}
.hscrollerbarend {background:#0258A5;height: 15px;width: 10px;}
.scrollerjogbox {width: 10px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background:#D2D2D2;}
.vscrollerbase {background: #D2D2D2;}
/*.vscrollerbasebeg {background: #021235;width: 10px;height: 15px !important;}
.vscrollerbaseend {background: #021235;height: 15px;width: 10px;}*/
.hscrollerbase {background: #D7EBDF;}
.hscrollerbasebeg {background:;height: 15px;width: 10px !important;}
.hscrollerbaseend {height: 15px;width: 10px;background:#5E828C;}
.scrollerjogbox:hover {background: #5E828C;}


