﻿/* 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: 5px;
	left: 0;
}

.vscrollerbase
{
	width: 10px;
	background-color: #cdd7ef;
}
.vscrollerbar
{
	width: 10px;
	background-color: #4c639d;
}
.hscrollerbase
{
	height: 1px;
	background-color: Transparent
}
.hscrollerbar
{
	height: 1px;
	background-color: Transparent
}

.scrollerjogbox
{
	width: 11px;
	height: 2px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: Transparent;
}