| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 | /****************************************************************** Licensed Materials - Property of IBM**** BI and PM: qs**** (C) Copyright IBM Corp. 2001, 2017**** US Government Users Restricted Rights - Use, duplication or ** disclosure restricted by GSA ADP Schedule Contract with ** IBM Corp.*****************************************************************//*   Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.   Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).*//*General styles*/.mainHeader3{	background-color: #ffffff;}.outsideMenuFrame{	width:100%;	height:100%;}/*menu bar styles*/.menuBar{	padding: 1px;	background-color: #336699;	border-bottom: 1px solid #000066;}.clsMenu{	display: inline;	background-color: white;	border: 2px outset threedhighlight;	-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;	-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;	position:absolute;	padding: 2px 2px 2px 2px;	overflow: visible;	cursor: default;	left: 0px;	top:0px;	margin:0px;}.menuTitle_normal{	background-color: #336699;	color:#ffffff;	font-weight: bold;}.menuTitle_hover{	background-color: #e8ecf4;	color:#000066;	font-weight: bold;}.menuTitle_pressed{	background-color: #e8ecf4;	color:#000066;	font-weight: bold;}.menuItem_normal{	font-size: 70%;	border-right: #ffffff 1px solid;	padding-right: 1px;	border-top: #ffffff 1px solid;	padding-left: 1px;	padding-bottom: 1px;	border-left: #ffffff 1px solid;	color:blue;	padding-top: 1px;	border-bottom: #ffffff 1px solid;	font-family: Tahoma;	background-color: #ffffff;	text-decoration: underline;	cursor: pointer;	cursor: hand;}.menuItem_hover{	font-size: 70%;	border-right: #99aacc 1px solid;	padding-right: 1px;	border-top: #99aacc 1px solid;	padding-left: 1px;	padding-bottom: 1px;	border-left: #99aacc 1px solid;	color: blue;	padding-top: 1px;	border-bottom: #99aacc 1px solid;	font-family: Tahoma;	background-color: #e3e9f3;	text-decoration: underline;	cursor: pointer;	cursor: hand;}.menuItem_pressed{	font-size: 70%;	border-right: #ffffff 1px solid;	padding-right: 1px;	border-top: #ffffff 1px solid;	padding-left: 1px;	padding-bottom: 1px;	border-left: #ffffff 1px solid;	color: blue;	padding-top: 1px;	border-bottom: #ffffff 1px solid;	font-family: Tahoma;	background-color: #e3e9f3;	text-decoration: underline;	cursor: pointer;	cursor: hand;}.menuItem_disabled{	font-size: 70%;	background-color: white;	border: 1px solid white;	color:lightgrey;	text-decoration: underline;}.menuContainer{	background-color: #ffffff;	border: 1px solid #336699;}/*toolbar styles*/.toolbar{	width: 25px;	height: 25px;	padding: 2px;	background-color: #e0e0e0;	border-bottom: 1px solid #cccccc;}/* Drop down arrow */.dropDownArrow{	height: 22px;	width: 13px;	border: 1px solid #ffffff;	background-color: #FFFFFF;}.dropDownArrowOver{	height: 22px;	width: 13px;	border: 1px solid #666699;	background-color: #c3d1df;	cursor: pointer;	cursor: hand;}/* Seperators */.menuHorizontalSeperator{	color:black;}.toolbarVerticalSeperator{	color:black;}/* QS header */.headerButton{	border: #336699 1px solid;	background-color: #336699;	cursor:pointer;	width: 22px;}.headerButtonRollover{	border: 1px solid #e3e9f3;	background-color: #336699;	cursor:pointer;	width: 22px;}.headerButtonLogon{	border: #336699 1px solid;	background-color: #336699;	cursor:pointer;	color: #ffffff;	font-size: 70%;	padding-top: 1px;	text-decoration: underline;}.headerButtonDropDown{	border: #336699 1px solid;	background-color: #336699;	cursor: pointer;	width: 3px;}.headerButtonDropDownRollover{	border: #ffffff 1px solid;	background-color: #336699;	cursor: pointer;	width: 3px;}.headerButtonOver{	border: #ffffff 1px solid;	background-color: #336699;	cursor:pointer;}.headerLogoImageContainer{	padding-left: 5px;	padding-right: 5px;	padding-top: 0px;	padding-bottom: 0px;}.qsOptions{	color: #ffffff;	cursor: pointer;	font-size: 70%;	text-decoration: none;}.qsToolbarSeperator{	background-image: url(../../../qs/images/tool_sep.gif);	background-position: top left;	background-repeat: no-repeat;	font-size: 0px;	width: 3px;	height:20px;	margin-right: 2px;}
 |