/* 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;
}

.vscrollerbase {
width:14px;
}
.vscrollerbar {
background-image: url(../images/scrollbar.png) no-repeat;
width: 14px;
height: 59px !important;
background-image: url(../images/scrollbar.png);
}

* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/scrollbar.png');
background-image: none;
}

.hscrollerbase {height: 12px;}
.hscrollerbar {height: 12px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 2;
}

.scrollerjogbox {
width: 14px;
height: 59px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}
