@charset "utf-8";
/* CSS Document */
#mycustomscroll {
width: 600px;
height: 241px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-bottom: 10px;margin-left: 0px;margin-top: 0px;margin-right: 0px;
padding: 0px;
border-width:0px 0px 0px 0px;
outline: none;
padding-right: 8px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #ffffff;
	border-width:0px 0px 0px 0px;
}
.vscrollerbar {
	width: 10px;
	background-color: #024180;
	border-width:0px 0px 0px 0px;
}
.hscrollerbase {
height: 10px;
background-color: #ffffff;
border-width:0px 0px 0px 0px;
}
.hscrollerbar {
height: 10px;
background-color: #EEEEEE;
border-width:0px 0px 0px 0px;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
border-width:0px 0px 0px 0px;
}