/* CSS Document */

.bodytxt
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none
}
.scrollpane
{
width: 380px; height: 250px; background-color: 3e3e3e; overflow:scroll; overflow-x: hidden;
scrollbar-base-color: #CCCCCC;
scrollbar-arrow-color: #999999;
scrollbar-3dlight-color: #D4D0C8;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #e6e6e6;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;
	FONT-WEIGHT: normal;
    COLOR: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12 px;
	text-decoration:none

}
.scrollpane2
{
width: 200px; height: 190px; background-color: 3e3e3e; overflow:scroll; overflow-x: hidden;
scrollbar-base-color: #CCCCCC;
scrollbar-arrow-color: #999999;
scrollbar-3dlight-color: #D4D0C8;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #e6e6e6;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;
	FONT-WEIGHT: normal;
    COLOR: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12 px;
	text-decoration:none

}
.list {
	line-height: 18px;
	FONT-SIZE: 10px;
	font-weight: bold;
	COLOR: #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
.clientlist {
	line-height: 14px;
	FONT-SIZE: 10px;
	font-weight: bold;
	COLOR: #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
.aboutlist {
	line-height: 12px;
	FONT-SIZE: 10px;
	COLOR: #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}

/* 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;
}

.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: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(images/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(images/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(images/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(images/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(images/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(images/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(images/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(images/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */

