/* 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: 12px;
background-color: #FFFFFF;
background-image:url('images/divider.gif');
background-repeat:repeat-y;
}

.vscrollerbar {
width: 12px;
background-color: #00714D;
}

.hscrollerbase {
height: 4px;
background-color: white;
}

.hscrollerbar {
height: 4px;
background-color: white;
}

.scrollerjogbox {
width: 1px;
height: 1px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: gray;
}
