/******************************************************************************************************************************** * Licensed Materials - Property of IBM * * * * IBM Cognos Products: UIPE * * * * (C) Copyright IBM Corp. 2014 * * * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * *********************************************************************************************************************************/ HTML, BODY { height: 100%; overflow: auto; } .uipeContent { width: 100%; padding:15px; } .navTreeContainer { border: #8b81ac 1px solid; width: 300px; height: 560px; overflow: auto; } .uipeRightPane { width: 100%; padding-left: 16px; } .uipeNavBarTable { width: 100%; } .uipeTabBorder { border-bottom: #8b81ac 1px solid; padding: 0 1px; } .uipeHighlight, TD.uipeDefaultSettingsHighlight, TD INPUT.uipeDefaultSettingsHighlight { font-weight: bolder; color: #0080b2; } .uipeDeckMain { height:360px; width:300px; margin-right: 16px; overflow: auto; border: #8b81ac 1px solid; } .uipeHeader { background-image: none; background-image: none, -moz-linear-gradient(top, #8b81ac 0%, #51486d 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b81ac), color-stop(100%,#51486d)); background-image: none, -webkit-linear-gradient(top, #8b81ac 0%, #51486d 100%); background-image: none, -o-linear-gradient(top, #8b81ac 0%, #51486d 100%); background-image: none, -ms-linear-gradient(top, #8b81ac 0%, #51486d 100%); background-image: none, linear-gradient(to bottom, #8b81ac 0%, #51486d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b81ac', endColorstr='#51486d',GradientType=0 ); zoom: 1; background-repeat: repeat-x; background-position: left top; background-color: #51486d; height: 35px; } .uipeHeaderTitle { color: #ffffff; font-weight: normal; font-size: 1em; font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif; text-align: left; white-space: nowrap; padding-left: 16px; width: 100%; vertical-align: middle; } .uipeHeaderLip { background-color: #fdc339; clear: left; display: block; height: 4px; overflow:hidden; } .uipeNavBar { background-color: #8b81ac; background-image: -moz-linear-gradient(top, #8b81ac 0%, #787095 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b81ac), color-stop(100%,#787095)); background-image: -webkit-linear-gradient(top, #8b81ac 0%, #787095 100%); background-image: -o-linear-gradient(top, #8b81ac 0%, #787095 100%); background-image: -ms-linear-gradient(top, #8b81ac 0%, #787095 100%); background-image: linear-gradient(to bottom, #8b81ac 0%, #787095 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b81ac', endColorstr='#787095',GradientType=0 ); zoom: 1; border-color: #8b81ac; color: #ffffff; font-size: 12px; font-weight: bold; } .clsTreeNode_selected { cursor: default; padding: 2px 5px 2px 5px !important; background-color: #8b81ac; border: 1px solid #9c93b8; color: #ffffff; } .clsTreeNode_hover { cursor: default; padding: 2px 5px 2px 5px !important; background-color: #c6c6d7; border: 1px solid #c6c6d7; color: #292929; }