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

.scrollgeneric {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	top: 0; left: 0;
	}
.vscrollerbase {
	background-color: #e6e6e7;
	width: 15px;
	}
.vscrollerbar {
	background: url(../graphics/plain/scroll_img.gif) no-repeat 0 0;
	height: 13px !important;
	margin-left: 1px;
	padding: 5px 0;
	width: 13px !important;
	}
.hscrollerbase {
	background-color: #e6e6e7;
	height: 17px;
	}
.hscrollerbar {
	background: url(../graphics/plain/scroll_img.gif) no-repeat 0 0;
	height: 13px;
	margin-top: 2px;
	padding: 0 5px;
	width: 13px !important;
	}
.scrollerjogbox {
	background-color: gray;
	bottom: 0px; right: 0px;
	height: 10px;
	top: auto; left: auto;
	width: 10px;
	}