﻿




/*
     FILE ARCHIVED ON 13:38:11 июн 20, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:25:41 апр 22, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.scroll-container{
	max-height:88px;
	overflow:auto;
	/*padding:3px 0 3px 7px;*/
}

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

.scrollbar-pane {
    margin:3px 17px 3px 7px;
}

.scrollbar-handle-container {
    background: url(/images/scrollbar_hor_bg.gif) #EFEFEF 0 0 repeat-y;
    width: 17px;
}

.scrollbar-handle {
    width: 15px;
    background: url(/images/scrollbar_hor_bg.gif) #818181 -17px 0 repeat-y;
    border:1px solid #000000;
}

.scrollbar-handle:hover {
    background-image:url(/images/scrollbar_hor_act_bg.gif);
    background-color:#4BB7EF;
    border-color:#065295;
}

.scrollbar-handle.move {
    background-image:url(/images/scrollbar_hor_act_bg.gif);
    background-color:#4BB7EF;
}

.scrollbar-handle-up {
    width: 17px;
    height: 17px;
    background: url(/images/scrollbar_btn_bg.gif) #818181 0 0 no-repeat;
}

.scrollbar-handle-up:hover {
    background-position:0 -17px;
    background-color:#4BB7EF;
}

.scrollbar-handle-down {
    width: 17px;
    height: 17px;
    background: url(/images/scrollbar_btn_bg.gif) #818181 -17px 0 no-repeat;
}

.scrollbar-handle-down:hover {
    background-position:-17px -17px;
    background-color:#4BB7EF;
}



/* ---------- simple theme --------------------------------------------------------------------- */

.simple .scrollbar-pane {
    margin-right: 16px;
}

.simple .scrollbar-handle-container {
    background: #EEE;
    width: 15px;
}

.simple .scrollbar-handle-container.hover,
.simple .scrollbar-handle-container.move {
    background: #E6E6E6;
}

.simple .scrollbar-handle, 
.simple .scrollbar-handle-up, 
.simple .scrollbar-handle-down {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAHCAYAAACcLcTKAAAAMklEQVR42mP4TwRgIBJQwwyGQWkZrR0+GDxPUO9gC2Gi3UNpqFArpIdFUh3UGZqY0gwAQe422HjkstgAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
}


/* handle */
.simple .scrollbar-handle {
    width: 13px;
    border: 1px solid #CCC;
	background-color: #CCC;
	background-position: -16px 50%;
}

.simple .scrollbar-handle:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle.move {
    border: 1px solid #666;
    background-color: #999;
}


/* arrow up */
.simple .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #CCC;
    background-color: #CCC;
	background-position: -34px 2px;
	margin-bottom: 1px;
}

.simple .scrollbar-handle-up.hover,
.simple .scrollbar-handle-up:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle-up.move {
    background-color: #999;
}


/* arrow down */
.simple .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #CCC;
    background-color: #CCC;
	background-position: 2px 4px;
	margin-top: 1px;
}

.simple .scrollbar-handle-down.hover,
.simple .scrollbar-handle-down:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle-down.move {
    background-color: #999;
}



/* ---------- fff theme ----------------------------------------------------------------- */

ul.fff {
    padding: 0;
}

.fff .scrollbar-pane {
    margin-right: 12px;
}

.fff .scrollbar-handle-container {
    background: #EEE;
    width: 12px;
}

.fff .scrollbar-handle {
    width: 12px;
	background-color: #CCC;
}

.fff .scrollbar-handle:hover {
    background-color: #999;
}

.fff .scrollbar-handle.move {
    background-color: #666;
}

.fff .scrollbar-handle-up {
    width: 12px;
    height: 18px;
}

.fff .scrollbar-handle-down {
    width: 12px;
    height: 18px;
}


