/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

/*.vscrollerbase, .vscrollerbar {
width: 15px;
}*/

.hscrollerbase, .hscrollerbar {
height: 11px;
}

/*.vscrollerbar,flexcroll flexcrollactive*/ .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;
}
/*.vscrollerbarbeg {
/*top image holder for vertical scroll bar
background: url(images/vscroller.png) 0px -10px;
width: 15px;
/* height is auto set by the script to fit the scrollbar 
}*/

/*.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
/*background: url(images/vscroller.png);
width: 15px; height: 10px;
}*/

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
/*background: url(images/hscroller.png) -10px 0px;*/
background-color:Black;
margin-top:2px;
height: 7px;
margin-left:9px;
cursor:pointer;
/* width is auto set by the script to fit the scrollbar */
}


.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
/*background: url(images/hscroller.png);*/
background-color:Transparent;
margin-top:2px;
height: 7px; width: 18px;

}

/* Following are OPTIONAL */

/*.vscrollerbase, */.hscrollerbase {
background-color: #12a6cd;

/*background-image: url(images/scrollbaseback.png);*/
}

.hscrollerbasebeg {
height: 11px;
background: url(images/scrollbases.gif) -12px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 11px; width: 12px;
background: url(images/scrollbases.gif) 0% 0% no-repeat;
}

/*.vscrollerbasebeg {
width: 15px;
background: url(images/scrollbases.png) -7px -8px no-repeat;
/* height is auto set to fill the base */
/*}*/

/*.vscrollerbaseend {
height: 7px; width: 15px;
background: url(images/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */

.hoverDiv
{
	background-color:White;
	margin-top:2px;
	height: 7px;
	margin-left:9px;
	cursor:pointer;
}


#textdiv
{
   height: 134px;
   /*width: expression((document.body.clientWidth > 151)? "150px" : "auto");*/
   /*max-width: 150px;*/
   float:left;
   text-align:justify;
}
.line_v2
{
    width:2px; 
    height:134px; 
    background-image:url(../images/line_v2.gif); 
    margin-right:25px; 
    margin-left:25px; 
    float:left;
}

/* #extdiv
{
   height: 134px;
   width:expression(document.body.clientWidth < 20? "20px": expression(document.body.clientWidth > 150 ? "150px": "90%" ) );
   max-width: 150px;
   min-width:20px;
   text-align:justify;
   float:left;
}*/

.scrollul
{
   height: 134px;
   /*_width:expression(document.body.clientWidth < 20? "20px": expression(document.body.clientWidth > 150 ? "150px": "90%" ) );*/
   max-width: 150px;
   min-width:20px;
   text-align:left;
   float:left;
}
