.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 14px;
background-color: white;
}
.vscrollerbar {
width: 14px;
background-color: #911213;
}
.hscrollerbase {
height: 14px;
background-color: white;
}
.hscrollerbar {
height: 14px;
background-color: black;
}

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

#scrollbar {
/* Typical fixed height and fixed width example */
width: 155px;
height: 285px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px 5px 5px 20px;
}

#scrollbar a {
color: #391f09;
font-family: Georgia, Trebuchet MS, "Times New Roman", Times, serif;
text-decoration: none;
font-size: 15px;
}

#scrollbar a:hover {
color: #831706;
font-family: Georgia, Trebuchet MS, "Times New Roman", Times, serif;
text-decoration: none;
font-size: 15px;
}
