/**************************************************************** ** IBM Confidential ** ** OCO Source Materials ** ** BI and PM: tm1web ** ** (C) Copyright IBM Corp. 2007, 2009, 2011 ** ** The source code for this program is not published or otherwise ** divested of its trade secrets, irrespective of what has been ** deposited with the U.S. Copyright Office. *****************************************************************/ .viewtype_div { display: inline-block; margin-left: 2px; margin-right: 5px; padding: 10px; text-align: left; } .viewlist_div{ border-color:DarkGray; border-width:1px; border-style:solid; OVERFLOW: auto; width:300px; height:140px; } .viewelem { white-space: nowrap; } .viewelemHovered { background-color: rgb(196, 217, 231); cursor:pointer; white-space: nowrap; } .viewname_Container { border: Solid 1px black; text-align:left; margin-bottom:2px; border:none; padding: 10px; } .viewname_Label { margin-right:10 } .viewname_value { margin-left:10px; width:200px; }