/*Page related styles for you to view*/


#scrarea {

overflow: auto;
margin: 0.3em;
padding: 0.5em;
/*IE overflow fix, position must be relative or absolute*/
position: absolute;
/*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;

/*width: 330px;
right: 0.8em;
top: 1100em;*/
border-width:0;
}

/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

#scrarea .scrollgeneric
{
line-height: 1px;
font-size: 1px;
/*position: relative;*/
}

#scrarea .vscrollerbarbeg {
background-color:#F3771F;
width: 7px;
height: auto;
}

#scrarea .vscrollerbarend {
background-color:#F3771F;
width: 7px;
height: 9px;
}

#scrarea .vscrollerbase {
width: 7px;
background: #414141 none;
}

#scrarea .vscrollerbar {
background-color: #F3771F;
padding: 0px;
}

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