/* 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: 8px;
background-color: #a1a1a1;
/*background:url(/bin/scroll/scroll_bg.gif);*/
}

/*.vscrollerbar {
width: 7px;
background-color: #fab712;
}
*/
.hscrollerbase {
height: 7px;
/*background-color: white;*/
/*background:url(/bin/scroll/h_scroll_bg.gif);*/
}
/*.hscrollerbar {
height: 7px;
background-color: #fab712;
}*/
.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #b7b7b9;
}

#contentScroll {
/* Typical fixed height and fixed width example */
width: 750px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-left:0px;
padding-right:5px;
margin: 0px;
}