
/* ---------- basic theme: these are the most necessary styles --------------------------------- */



.scrollbar-handle-container {    
    width: 23px;
    background-color:#b0b0b0;
}

.scrollbar-handle {
    width: 22px;
    background-image:url(../images/gui/scroll-scroll.png);
    background-repeat:no-repeat;
    margin:1px;
}

.scrollbar-handle-up {
    width: 22px;
    height: 22px;
    background-repeat:no-repeat;
    margin:1px;
}

.scrollbar-handle-down {
    width: 22px;
    height: 22px;
    background-repeat:no-repeat;
    margin:1px;
}