/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.p {
font-size: 80%;
	color: #231f20;
	font-family: Courier, "Courier New", monospace;
	}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #fff8dc;
}
.vscrollerbar {
width: 8px;
background-color: black;
}
.hscrollerbase {
height: 8px;
background-color: #fff8dc;
}
.hscrollerbar {
height: 8px;
background-color: black;
}
.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #fff8dc;
}