/*text area style*/



#text_area .vscrollerbase {background:#E0D9D5 url(../images/scroll_bg.jpg) repeat-x;
}
#text_area .vscrollerbar {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 0px; BACKGROUND-COLOR:transparent;
}




/* 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;
}

.hscrollerbar {
top: 20px important;
}

.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 *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscrollbarbeg.gif) 0px 0px;
width: 15px;
height: auto;
top: 14px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscrollbarend.gif);
width: 15px;
height: 14px;
}

.hscrollerbarbeg {
background: url(../scroll_image/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../scroll_image/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(../scroll_image/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(../scroll_image/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(../scroll_image/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../images/vscrollbasebeg.gif) 0px 0px no-repeat;
}

.vscrollerbaseend {
height: 10px;
width: 15px;
background: url(../images/vscrollbaseend.gif) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(../scroll_image/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
