/* 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: 0px;
					left: 0px;
					}


.vscrollerbase	{
					height: 328px !important;
					width: 7px;
					background-color: #F0F0F0;
					border-color: #F0F0F0;
					border-style: solid;
					border-width: .75px;
					top: 0px;
					}


.vscrollerbar	{
					width: 8px;
					background-color: #A4A9B1;
					}



.hscrollerbase	{
					height: 7px;
					width: 300px !important;
					background-color: #F0F0F0;
					border-color: #F0F0F0;
					border-style: solid;
					border-width: .75px;
					left: 15px;
					}


.hscrollerbar	{
					height: 8px;
					background-color: #A4A9B1;
					}




.scrollerjogbox	{
					width: 8px;
					height: 8px;
					top: auto;
					left: auto;
					bottom: 0px;
					right: 0px;
					background-color: #EDEEF0;
					}

