/* 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: #999999;
}
.vscrollerbar {
	width: 8px;
	background-color: #FFFFFF;
}

.hscrollerbase {
	height: 8px;
	background-color: #999999;
}
.hscrollerbar {
	height: 8px;
	background-color: #FFFFFF;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#mycustomscroll {
	width: 200px;
	overflow: auto;
	position: relative;
	height: 310px;
	left: 0;
	top: 0;
	}
#mycustomscroll2 {
	width: 600px;
	overflow: auto;
	position: relative;
	height: 300px;
	left: 0;
	top: 0;
	}
#mycustomscroll3 {
	width: 890px;
	overflow: auto;
	position: relative;
	height: 190px;
	left: 0;
	top: 0;
}

#mycustomscroll_f {
	width: 890px;
	position: relative;
	height: 310px;
	left: 0;
	top: 0;
	overflow: auto;
}

#mycustomscroll_b {
	width: 600px;
	overflow: auto;
	position: relative;
	height: 90px;
	left: 0;
	top: 0;
}
#mycustomscroll_f2 {
	width: 700px;
	position: relative;
	height: 310px;
	left: 0;
	top: 0;
	overflow: auto;
}
#mycustomscroll_clients {
	width: 890px;
	overflow: auto;
	position: relative;
	height: 340px;
	left: 0;
	top: 0;
}
