/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase, .vscrollerbar {
width: 13px;
_width: 15px;
top: 0px;
background-color: white;
}

.vscrollerbase {
width: 15px;
background: url(/images/vscrollbg.gif) repeat-y;
}

.vscrollerbar {
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
background-color: #563901;
border: 1px solid grey;
padding-bottom: 4px;
}

.vscrollerbarbeg, .vscrollerbarend {
width: 13px;
_width: 15px;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
top: 0px;
height: auto;
background: url(/images/vscrolltopbottom.gif) no-repeat;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
height: 8px;
background: url(/images/vscrolltopbottom.gif) no-repeat;
}



.hscrollerbase, .hscrollerbar {
height: 13px;
_height: 15px;
left: 0px;
background-color: white;
}

.hscrollerbase {
height: 15px;
}

.hscrollerbar {
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
background-color: white;
border: 1px solid grey;
}

.hscrollerbarbeg, .hscrollerbarend {
height: 13px;
}

.hscrollerbarbeg {
/*top image holder for vertical scroll bar*/
left: 0px;
width: auto;
background: url(/images/scroll-left.gif) no-repeat;
}

.hscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 17px;
background: url(/images/scroll-right.gif) no-repeat;
}



/* Following are OPTIONAL */

.vscrollerbasebeg, .vscrollerbaseend {
background-image: none;
}

.hscrollerbasebeg, .hscrollerbaseend {
background-image: none;
}

/* Scroll Bar Master Styling Ends Here */