.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #e36525; /* #e36525; */
}
.vscrollerbar {
	width: 10px;
	background-color: #d00e05; /* #d00e05; */
}
.hscrollerbase {
	height: 10px;
	background-color: #e36525;
}
.hscrollerbar {
	height: 10px;
	background-color: #d00e05;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #bdfbff;
}



#leftscroll {
	width: 440px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	/* margin: 0.3em auto; */
	padding: 5px;
	border-top: solid 1px #e36525; /* #e36525; */
	border-bottom: solid 1px #e36525;
}

#rightscroll {
	width: 440px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	/* margin: 0.3em auto; */
	padding: 5px;
	border-top: solid 1px #e36525;
	border-bottom: solid 1px #e36525;
}

#scroll {
	width: 870px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	/* margin: 0.3em auto; */
	padding: 5px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


#leftscroll2 {
	width: 440px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	background-color: #e7eade;
	/* margin: 0.3em auto; */
	padding: 5px;
}

#rightscroll2 {
	width: 440px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	background-color: #e7eade;
	/* margin: 0.3em auto; */
	padding: 5px;
}

#scroll2 {
	width: 870px;
	height: 150px;
	overflow: auto;
	position: relative; /* IE overflow fix */
	background-color: #e7eade;
	/* margin: 0.3em auto; */
	padding: 5px;
}
