/* Start of CMSMS style sheet 'flexcroll' */
/* 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: #b19474  url(images/scroll.jpg);
}
.vscrollerbar {
width: 10px;
border-top:1px solid #674d34;
border-bottom:1px solid #674d34;
background: #5f472c  url(images/scrollbar.jpg) repeat-y;
}
.hscrollerbase {
height: 10px;
background-color: #b19474;
}
.hscrollerbar {
height: 10px;
background-color: #5f472c;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
/* End of 'flexcroll' */

