﻿@charset "utf-8";
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0px;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {left: 0 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width:13px;background: url(../images/scrollbar.gif) -13px 0px repeat-y; }
.vscrollerbarbeg {height: 9px !important;width: 13px;background: url(../images/scrollbar.gif) -39px 0px no-repeat; }
.vscrollerbarend {height: 9px;width: 13px;background: url(../images/scrollbar.gif) -39px -9px no-repeat;}
.vscrollerbase {width: 23px;background: url(../images/scrollbarbase.gif) 0px 0px repeat-y; }
.vscrollerbasebeg {width: 13px;height: 9px !important;background: url(../images/scrollbar.gif) -26px -9px no-repeat; margin-left: 10px;}
.vscrollerbaseend {height: 9px;width: 13px;background: url(../images/scrollbar.gif)  -26px 0px no-repeat; margin-left: 10px;}
.hscrollerbase {height: 9px; background-color: #fff;}
.hscrollerbar {height: 9px; background-color: #fff;}
.vscrollerbar, .hscrollerbar {padding: 13px; z-index: 2; background-color: #fff;}
.scrollerjogbox {width: 13px;height: 9px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: none;}

/* Scroll Bar Master Styling Ends Here */
