/* 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: #AACFE6;
}
.vscrollerbar {
width: 10px;
background-color: #0072B8;
}
.hscrollerbase {
height: 10px;
background-color: #AACFE6;
}
.hscrollerbar {
height: 10px;
background-color: #AACFE6;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 226px;
height: 77px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 310px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 540px;
height: 290px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 409px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 413px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}

#mycustomscroll7 {
/* Typical fixed height and fixed width example */
width: 900px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
}
#mycustomscroll8 {
/* Typical fixed height and fixed width example */
width: 912px;
height: 458px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0px;
}
