﻿
/*Page related styles for you to view*/
#test1 {
background-color: #fff;
width: 370px;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.aligntocenter {
position: relative;
}

.fixedsize {
width: 370px;
height: auto;
position: relative;
}

/* general page style ends here */
/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
left:0px;
}

.vscrollerbase, .vscrollerbar {
width: 10px;
top: 0px;
}

.vscrollerbar {
left: 0px;
background-color:#F4AA50;
width:10px;
}

.vscrollerbar {
/*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: 10px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
width: 10px;
height: 50px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 10px;
height: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase
{
}

/* arrow up v */
.vscrollerbasebeg {
top: 0px;
width: 10px;
background-image: url("../scroll/images/arrowup.gif");
background-repeat: no-repeat;
}

/* arrow bottom v */
.vscrollerbaseend {
height: 10px;
background-image: url("../scroll/images/arrowdown.gif");
background-repeat: no-repeat;
width: 10px;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
}


/* Scroll Bar Master Styling Ends Here */

.dtext
{
    font-size:12px;
    text-align:justify;
    width:350px;  
}
