﻿
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #C1C1C1;
}
::-webkit-scrollbar-thumb:hover {
        background-color: #A8A8A8;
    }
::-webkit-scrollbar-thumb:horizontal {
        border-top: 2px solid #F1F1F1;
        border-bottom: 2px solid #F1F1F1;
    }
::-webkit-scrollbar-thumb:vertical {
        border-left: 2px solid #F1F1F1;
        border-right: 2px solid #F1F1F1;
    }

::-webkit-scrollbar-thumb:active {
        background-color: #787878;
    }
::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}


/* Buttons */
::-webkit-scrollbar-button {
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    height: 14px;
    width: 14px;
}

::-webkit-scrollbar-button:hover {
    background-color: #d2d2d2;
}

::-webkit-scrollbar-button:active {
    background-color: #787878;
}
    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("../images/scroll_down_arrow.png");
        opacity: 0.2;
    }
    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url("../images/scroll_up_arrow.png")
    }
    ::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("../images/scroll_left.png");
    }

    ::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("../images/scroll_right.png");
    }



::-moz-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F1F1F1;
}

::-moz-scrollbar-thumb {
    border-radius: 1px;
    background-color: #C1C1C1;
}

    ::-moz-scrollbar-thumb:hover {
        background-color: #A8A8A8;
    }

    ::-moz-scrollbar-thumb:horizontal {
        border-top: 2px solid #F1F1F1;
        border-bottom: 2px solid #F1F1F1;
    }

    ::-moz-scrollbar-thumb:vertical {
        border-left: 2px solid #F1F1F1;
        border-right: 2px solid #F1F1F1;
    }

    ::-moz-scrollbar-thumb:active {
        background-color: #787878;
    }

::-moz-scrollbar-track {
    background-color: #F1F1F1;
}


/* Buttons */
::-moz-scrollbar-button {
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    height: 14px;
    width: 14px;
}

    ::-moz-scrollbar-button:hover {
        background-color: #d2d2d2;
    }

    ::-moz-scrollbar-button:active {
        background-color: #787878;
    }

    ::-moz-scrollbar-button:vertical:decrement {
        background-image: url("../images/scroll_down_arrow.png");
        opacity: 0.2;
    }

    ::-moz-scrollbar-button:vertical:increment {
        background-image: url("../images/scroll_up_arrow.png")
    }

    ::-moz-scrollbar-button:horizontal:decrement {
        background-image: url("../images/scroll_left.png");
    }

    ::-moz-scrollbar-button:horizontal:increment {
        background-image: url("../images/scroll_right.png");
    }