/* 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: 5px;
background-color: #333333;
}
.vscrollerbar {
background-image: url(images/slider.png);
background-repeat: no-repeat;
height:25px;
width:15px;
margin-left:-5px;


}
.hscrollerbase {
height: 0px;
background-color: white;
visibility: !visible;
}
.hscrollerbar {
height: 0px;
background-color: black;
visibility: !visible;
}

.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: black;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */

width:550px;
height:140px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
	/*margin: 0.3em auto;
padding: 15px;*/
margin-top: 10px;
	margin-left: 10px;

}

#mycustomscrollgrantee {
	/* Typical fixed height and fixed width example */

width:218px;
height:295px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
	/*margin: 0.3em auto;
padding: 15px;*/
margin-top: 10px;
	margin-left: 10px;

}

#mycustomscroll_white {
/* Typical fixed height and fixed width example */
width: 408px;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
background-color: #FFFFFF;
/*margin: 0.3em auto;
padding: 15px;*/
margin-top: 40px;
margin-left: 52px;
margin-right: 0px;
padding-right: 10px;
}

#mycustomscroll_OLD {
/* Typical fixed height and fixed width example */
width: 408px;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
background-color: #d2be96;
/*margin: 0.3em auto;
padding: 15px;*/
margin-top: 40px;
margin-left: 52px;
margin-right: 0px;
padding-right: 10px;
}

.bodycopyscroll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
}

.bodycopyscroll_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
}

