body { font-family: Arial ; font-size: 10pt; color: #005193; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#6D8693; scrollbar-shadow-color:#F3F3F3; scrollbar-face-color:#0060AE; scrollbar-highlight-color:#F3F3F3; scrollbar-dark-shadow-color:white; scrollbar-3d-light-color:#9BAAC1; } td{ font-family: Arial ; font-size: 9pt; color: #005193; } td.submenu, td.childmenu { height:10px; background-color:#005BA6; padding-left:10px; padding-right:15px; font-family: Arial ; font-size: 7.5pt; font-weight: bold; color: #FFFFFF; z-index:10; white-space: nowrap; } td.topmenu { cursor:pointer; color:White; font-family: Arial ; font-weight:bold; font-size:8pt; z-index:1; padding-left:10px; line-height:1.6em; } #dhtmlgoodies_scrolldiv{ /* The total width of the scrolling div including scrollbar */ width:530px; height:200px; /* The height of the scrolling div */ } #scrolldiv_parentContainer{ width:220px; /* Width of the scrolling text */ height:100%; overflow:hidden; border:0px solid #BC8FBD; float:left; position:relative; /*background-image: url('../lmbinaries/linkerbg.jpg');*/ } #scrolldiv_content{ padding-left: 10px; position:relative; font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 0.9em; line-height:130%; } #scrolldiv_slider{ width:10px; margin-left:2px; height:210px; float:left; } /* The scrollbar (The bar between the up and down arrow ) */ #scrolldiv_scrollbar{ width:10px; height:185px; /* Total height - 40 pixels */ border:0px solid #BC8FBD; position:relative; } /* The scrollbar handle */ #scrolldiv_theScroll{ margin:0px; width:10px; height:13px; background-color:#A6D7FF; position:absolute; top:0px; left:0px; cursor:pointer; } /* Scroll buttons(The up and down arrows) */ #scrolldiv_scrollUp,#scrolldiv_scrollDown{ width:10px; height:16px; border:1px solid #BC8FBD; //color: #BC8FBD; text-align:center; font-size:16px; line-height:16px; cursor:pointer; } #scrolldiv_scrollUp{ margin-bottom:2px; } #scrolldiv_scrollDown{ margin-top:2px; } #scrolldiv_scrollDown span,#scrolldiv_scrollUp span{ font-family: Symbol; }