﻿@charset "utf-8";
/* CSS Document */
#test2 {
background: none;
overflow: auto;
margin: 0.3em;
padding: 0.5em;
border: none;
/*IE overflow fix, position must be relative or absolute*/
position: relative;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

#test2 {
width: 550px;
height: 205px;
background: none;
margin: 0 auto;
padding: 15px;
color: #fff;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.version {
background: #999;
color: white;
font-size: 75%;
padding: 0 0.4em 0 0.3em;
}
/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

/* Extra sample styles */
#test2 .vscrollerbarbeg {
background: url(scroller-ot.png) 0px -9px;
width: 18px;
height: auto;
cursor: pointer;
}

#test2 .vscrollerbarend {
background: url(scroller-ot.png);
width: 18px;
height: 9px;
}

#test2 .vscrollerbase {
width: 18px;
background: none;
}

#test2 .vscrollerbar {
background: none;
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: none;
}