﻿/*Page related styles for you to view*/
#test1 {
width: 232px;
height: 295px;
overflow: auto;
margin-left: 10px;
padding: 0.5em;
border: 0px solid #410000;
/*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;
}

#test1 {
left: 0px;
top: 0px;
border-width:0;
}

#test1 div {
color: #000000;
}

#test2 {

width: 390px;
height: 408px;
overflow: auto;
margin-left: 17px;
padding: 0.5em;
border: 0px solid #410000;
/*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 {
left; 60px;
top: 0px;
border-width:0;
}

.aligntocenter {
margin: 0.5em auto;
border: 0px solid #A22;
width: 90%;
position: relative;
height: 500px;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}



/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 0px;
/* was width: 14px; */
top: 0px;
}

.vscrollerbar {
left: 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;
}


/* Following are OPTIONAL */



/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */

#test1 .vscrollerbarbeg {
background: url(/images/vscroller2.gif) 0px -7px;
width: 14px;
height: auto;
}

#test1 .vscrollerbarend {
background: url(/images/vscroller2.gif);
width: 14px;
height: 7px;
}

#test1 .vscrollerbase {
width: 14px;
background: white none;
}

#test1 .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#test1 .vscrollerbasebeg, #test1 .vscrollerbaseend {
background-image: none;
}


#test2 .vscrollerbarbeg {
background: url(/images/vscroller2.gif) 0px -7px;
width: 14px;
height: auto;
}

#test2 .vscrollerbarend {
background: url(/images/vscroller2.gif);
width: 14px;
height: 7px;
}

#test2 .vscrollerbase {
width: 14px;
background: white none;
}

#test2 .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: none;
}






