﻿/* 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: -10px;
}

.vscrollerbase {
	width: 17px;
	background-color: #c5c7c8;
	background-color: #c6c7c7;
	background-color: #686868;
	margin-left: 10px;
}
.vscrollerbar {
	width: 17px;
	background-color: #c5c7c8;
	background-color: #6EAE98;
	background-color: #686868;
	background-color: #c6c7c7;
	margin-left: 10px;
}
.hscrollerbase {
	height: 10px;
	background-color: #c5c7c8;
	background-color: #6EAE98;
	background-color: #686868;
	background-color: #c6c7c7;
}
.hscrollerbar {
	height: 10px;
	background-color: #6EAE98;
	background-color: #686868;
	background-color: #c6c7c7;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
	background-color: #c5c7c8;
	background-color: #6EAE98;
	background-color: #686868;
	background-color: #c6c7c7;
}