/* 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: 0;
}

.vscrollerbase 
{
	width: 10px;
	background-color: #d7d7d7;
}

.vscrollerbar 
{
	width: 10px;
	background-color: #223f9b;
	cursor:pointer;
}

#mycustomscroll2 .vscrollerbar 
{
	width: 10px;
	background-color: #008dd3;
	cursor:pointer;
}

.hscrollerbase { display:none; }
.hscrollerbar { display:none; }
.scrollerjogbox { display:none; }

#mycustomscroll 
{
	height: 402px;
	overflow: none;
	overflow-y:scroll;
	position: relative;
	padding-right:5px;
	color:white;
	padding-top:0px;
	margin-top:1px;
	width:225px;
}

#mycustomscroll2
{
	width:225px;
	height: 310px;
	overflow: none;
	overflow-y:scroll;
	position: relative;
	padding-right:5px;
	color:white;
	padding-top:0px;
	margin-top:1px;
}