/* 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: 5px;
background-color: #e8e8e8;
}
.vscrollerbar {
width: 5px;
background-color: #c6c6c6;
}
.hscrollerbase {
height: 10px;
background-color: #c6c6c6;
}
.hscrollerbar {
height: 8px;
padding-left:4px;
background-color: #c6c6c6;
}

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

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

#mycustomscroll_aviso {
/* Typical fixed height and fixed width example */
width: 900px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:6px;
}

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

#mycustomscroll-3 {
/* Typical fixed height and fixed width example */
width: 545px;
height:295px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:10px;
margin-right:10px;
padding-left:0px;
margin-left:0px;
}

#mycustomscroll-4 {
/* Typical fixed height and fixed width example */
width: 690px;
height:242px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:10px;
margin-right:10px;
padding-left:0px;
margin-left:0px;
padding-top:0px;  margin-top:0px;
}