/*CSS sheet for the Orange Scroll-bar*/

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: #D7EBDF url(images/basebarcaps_verticalbarbody_grey.png) 0 0 repeat-y;
margin: 0;
padding: 0;}

.vscrollerbar {
width: 15px;
background: #99CBCB url(images/basebarcaps_verticalbarbody_grey.png) -15px 0 repeat-y;
margin: 0;
padding: 0;}

.hscrollerbase {
height: 15px;
background: #D7EBDF url(images/horizontalbarbody_cornerjog.png) 0 -15px repeat-x;
margin: 0;
padding: 0;}

.hscrollerbar {
height: 15px;
background: #99CBCB url(images/horizontalbarbody_cornerjog.png) 0 -30px repeat-x;
margin: 0;
padding: 0;}

.vscrollerbar, .hscrollerbar {
margin: 0;	
padding: 10px;
z-index: 2;}

.vscrollerbarbeg {
background: url(images/basebarcaps_verticalbarbody_grey.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
margin: 0;
padding: 0;}

.vscrollerbarend {
background: url(images/basebarcaps_verticalbarbody_grey.png) -45px 0 no-repeat;
width: 15px;
height: 15px;
}
.hscrollerbarbeg {
background: url(images/basebarcaps_verticalbarbody_grey.png) -60px -15px no-repeat;
height: 15px;
width: 15px !important;
margin: 0;
padding: 0;}

.hscrollerbarend {
background: url(images/basebarcaps_verticalbarbody_grey.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
margin: 0;
padding: 0;}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0; right: 0;
background: #4E727C url(images/horizontalbarbody_cornerjog.png) 0 0;
margin: 0;
padding: 0;}

.vscrollerbasebeg {
background: url(images/basebarcaps_verticalbarbody_grey.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
margin: 0;
padding: 0;}

.vscrollerbaseend {
background: url(images/basebarcaps_verticalbarbody_grey.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
margin: 0;
padding: 0;}

.hscrollerbasebeg {
background: url(images/basebarcaps_verticalbarbody_grey.png) -60px 0 no-repeat;
height: 15px;
width: 15px !important;
margin: 0;
padding: 0;}

.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(images/basebarcaps_verticalbarbody_grey.png) -30px 0 no-repeat;
margin: 0;
padding: 0;}

.scrollerjogbox:hover {
background: #5E828C url(images/basebarcaps_verticalbarbody_grey.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

