/*
 *+------------------------------------------------------------------------+
 *| Licensed Materials - Property of IBM
 *| IBM Cognos Products: BUX
 *| (C) Copyright IBM Corp. 2009, 2013
 *|
 *| US Government Users Restricted Rights - Use, duplication or
 *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *+------------------------------------------------------------------------+
 */
/* This is a generated file, do not edit */
/* General CSS styles that can be used for any element */
.BUXNoPrint,#widgetBuxContentPane_EP {
	display: none !important;
}

/* Specific BUX printing overrides */
.icdBorder,
.icdBorderPopup {
	display: none !important;
}

.bux-toolbar {
	display: none !important;
}

.buxBannerButton,
.buxBannerDropDownButton,
.buxBannerComboButton {
	display: none !important;
}

.buxBannerBlueDotSection,
.buxBannerMainSectionLeft,
.buxBannerMainToRightSection,
.buxBannerRightSection {
	display: none !important;
}

.buxBannerMainSectionRight {
	width: 100% !important;
	text-align: center !important;
}

#buxCANVASTab {
	left: 0px !important;
	top: 30px !important;
	bottom: 0px !important;
	right: 0px !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.buxCanvasDropZoneInner {
	width: 100% !important;
	height: 100% !important;
}

.dijitTabPaneWrapper,
.dijitTabPane,
.dijitTabListContainer-bottom,
.dijitTabListWrapper,
.nowrapTabStrip {
	width: 100% !important;
}

.buxCanvasDropZoneInner .dojoxFloatingPaneContent {
	position: relative;
}

.dojoxFloatingPaneCanvas {
	overflow: hidden !important;
}

#widgetBuxBanner {
	width: auto !important;
}

.buxBannerEnvironmentTitle {
	display: inline-block !important;
}

.bux-comment-cell-indicator {
	display: none !important;
}

.icdFilterSelectButton {
	display: none !important;
}

.icdSplitter-left .dijitSplitterThumb,
.icdSplitter-right .dijitSplitterThumb,
.icdSplitter-bottom .dijitSplitterThumb,
.icdSplitter-top .dijitSplitterThumb {
	display: none !important;
}

.bux-cbn-button {
	visibility: hidden !important;
}

.bux-cbn-activityTable td.bux-cbn-expandActivityButton {
	display: none !important;
}

.claro .dojoxExpandoClosed {
	border: none !important;
}

/**IE specific css to ensure overlapping widgets are not transparent when printing. See COGCQ00722421 **/
.icdUI  .buxCanvasDropZoneInner .dojoxFloatingPane{
	/* IE7 specific */
	filter: progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,
		startColorstr='#ffffff',
		endColorstr='#ffffff'
	);
	/* IE8 and 9 specific */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,
		startColorstr='#ffffff',
		endColorstr='#ffffff'
		)"; 
}
