/* 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: 8px;
background-color: gray;
}
.vscrollerbar {
width: 8px;
background-color: black;
}
.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: 408px;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
background-color: #FFE4C0;
/*margin: 0.3em auto;
padding: 15px;*/
margin-top: 40px;
margin-left: 52px;
margin-right: 0px;
padding-right: 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;
}
