/* 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: #999;
}
.vscrollerbar {
width: 10px;
background-color: #333;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


#content {
	
	background-color: #000000;
	padding: 3em;
	margin:0.2em 2em;
}








#mycustomscroll3 {
	
/* Typical fixed height and fixed width example */
/*width: 10%;
height: 70%;
max-height:70%;
overflow: auto;
/* relative, IE overflow fix, position must be relative or absolute*/
/*position:absolute;
top:24.8%;*/
background-color: #958c89;
/*margin-top: 20%;*/
/*margin-left:5.5%;*/
/*padding: 0px;*/

	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:13px;
	font-weight: bold;


position:inherit;
	border:3px solid black;
	left:0%;
	top:16%;
	height:40%;
	max-height:40%;
	overflow:auto;
	width:100%;


}


#mycustomscroll222 {
	
/* Typical fixed height and fixed width example */
width: 300px;
height: 500px;
max-height:500px;
overflow: auto;
/* relative, IE overflow fix, position must be relative or absolute*/
position:absolute;
top:24.8%;
background-color: #000000;
/*margin-top: 20%;*/
/*margin-left:5.5%;*/
padding: 0px;
}