/* 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: 11px;
/*background-color: white;*/
background:url(/bin/jscript/scroll/scroll_bg.gif);
}
.vscrollerbar {
width: 11px;
background-color: #004799;
}
.hscrollerbase {
height: 7px;
/*background-color: white;*/
background:url(/bin/jscript/scroll/h_scroll_bg.gif);
}
.hscrollerbar {
height: 7px;
background-color: #7ebbd7;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #b7b7b9;
}

#contentArea {
/* Typical fixed height and fixed width example */
width: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 10px;
}