/* 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:#E5E5E5;

}

.vscrollerbar {
background-color:#666666;
width:10px;

}
div.default {
border:2px solid #CCCCCC;
color:#666666;
height:386px;
margin:0 auto;
padding:10px;
}

div.defaultSmall {
border:2px solid #CCCCCC;
color:#666666;
height:318px;
margin:0 auto;
padding:10px;
}

