/* 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: 16px;
	background-color: #dfe0e2;
}
.vscrollerbar {
	width: 16px;
	background-color: #adaeb1;
}
.vscrollerbar {
	height: 85px !important
}
.scrollerjogbox {
	width: 16px;
	height: 10px;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #dfe0e2;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 440px;
	height: 362px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 16px;
	outline: none;

}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 718px;
	height: 362px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: auto;
	margin-left: 18px;
	outline: none;

}


