/* //--------------------------------------------- // THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT. // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // ---------------------------------------------- */ body { margin:0px; font-family: Segoe UI, Tahoma, sans-serif; font-size:12px; width:300px; height:240px; } table { font-size:12px; } .SourceList { border-width: 1px; border-color: Gray; border-style: solid; width: 180px; height: 80px; overflow-x: hidden; overflow-y: auto; } .textBox { font-size: 12px; font-weight:normal; } a { color:#0066cc; text-decoration:none; } a:hover { color:#3399ff; text-decoration:underline; }