/* SCROLLER STYLE */
/* VERTICAL */
/* line 6, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBar {
  width: 18px;
  margin-left: 1px;
}

/* ORIZONTAL */
/* line 12, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBar {
  height: 18px;
  margin-top: 1px;
}

/* AREA UP */
/* line 18, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarUp {
  cursor: pointer;
  height: 17px;
}

/* AREA LEFT */
/* line 24, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarLeft {
  cursor: pointer;
  width: 17px;
}

/* AREA DOWN */
/* line 30, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarDown {
  cursor: pointer;
  height: 17px;
}

/* AREA RIGHT */
/* line 36, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarRight {
  cursor: pointer;
  width: 17px;
}

/* ARROW UP AND DOWN */
/* line 42, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarUp span, .divVScrollerBarDown span {
  display: block;
  border: 1px solid #dae4eb;
  width: 16px;
  height: 15px;
  line-height: 0;
  font-size: 0;
}

/* line 50, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarUp span {
  background: #baccda url(../images/vtop.gif) no-repeat center center;
}

/* line 53, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarDown span {
  background: #baccda url(../images/vbottom.gif) no-repeat center center;
}

/* ARROW LEFT AND RIGHT */
/* line 58, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarLeft span, .divOScrollerBarRight span {
  display: block;
  border: 1px solid #dae4eb;
  height: 16px;
  width: 15px;
  line-height: 0;
  font-size: 0;
}

/* line 66, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarLeft span {
  background: #baccda url(../images/oleft.gif) no-repeat center center;
}

/* line 69, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarRight span {
  background: #baccda url(../images/oright.gif) no-repeat center center;
}

/* ARROWS HOVER */
/* line 74, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarUp span.hover, .divOScrollerBarLeft span.hover, .divVScrollerBarDown span.hover, .divOScrollerBarRight span.hover {
  border: 1px solid #a3bbce;
  background-color: #527fa2;
}

/* TRACE */
/* line 80, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarTrace, .divOScrollerBarTrace {
  background-color: #f1f5f8;
  line-height: 0;
  font-size: 0;
}

/* CURSORS */
/* line 87, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarCursor, .divOScrollerBarCursor {
  cursor: pointer;
}

/* line 90, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarCursor span {
  display: block;
  border-left: 1px solid #dae4eb;
  border-right: 1px solid #dae4eb;
  height: 100%;
  width: 16px;
  background: #baccda url(../images/vcursor.gif) no-repeat center center;
  line-height: 0;
  font-size: 0;
}

/* line 100, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarCursor span {
  display: block;
  border-top: 1px solid #dae4eb;
  border-bottom: 1px solid #dae4eb;
  height: 16px;
  width: 100%;
  background: #baccda url(../images/ocursor.gif) no-repeat center center;
  line-height: 0;
  font-size: 0;
}

/* CURSORS HOVER */
/* line 112, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divVScrollerBarCursor span.hover {
  border-left: 1px solid #a3bbce;
  border-right: 1px solid #a3bbce;
  background-color: #527fa2;
}

/* line 117, ../../../../app/stylesheets/modules/jquery.customScroller.sass */
.divOScrollerBarCursor span.hover {
  border-top: 1px solid #a3bbce;
  border-bottom: 1px solid #a3bbce;
  background-color: #527fa2;
}
