/*
 *+------------------------------------------------------------------------+
 *| 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 */
/*skin section*/
.buxMenuItemDescription {
	color: #666666;
	font-weight: normal;
	white-space: normal;
	width: 250px;
}
.buxMenuItemTitle {
	font-weight: bold;
	font-size: 0.92em;
	color: #222222;
	background-color: #ebf4fd;
}

/* Reduce default menu padding */
.claro td.dijitMenuItemIconCell {
padding: 0px 2px !important;
}
.claro td.dijitMenuItemLabel {
padding-top: 3px !important;
padding-bottom: 3px !important;
}

.buxMenuItemTitle  .dijitMenuItemLabel {
	padding: 5px;
}

.claro .dijitMenuActive .dijitMenuItemHover, .claro .dijitMenuActive .dijitMenuItemSelected{
	background-color: #f6e3be;
	border-color: #f6e3be;
}

.dijitMenuItem {
	outline: none
}
.claro .dijitMenuItemDisabled * {
	color: #777777;
	opacity: 1;
}

.claro .dijitMenuItemDisabledFocused * {
	color:  #696969;
}

.text_overflow_ellipsis_ie {
	text-overflow: ellipsis;
}

.text_overflow_ellipsis {
	text-overflow: ellipsis;
	-moz-binding:url(./bux_ellipsis-xbl.xml#text_overflow_ellipsis);
}

.icdUI .buxEmptyArrowButtonInner {
	background-position: center !important;
	font-size:1px;
	height:12px !important;
	margin:0px !important;
	width:12px !important;
}

/*a11y section*/
.dijit_a11y .buxEmptyArrowButtonInner{
	width:auto;
	height:auto;
	margin:2px;
	font-size:1em;
}
.dijit_a11y .contentpane-pulldown .dijitArrowButtonInner{
	display:block !important;
	font-size:1em;
	height:auto;
	width:auto;
}

.claro .dijitMenuExpand{
	background-image:none;
	background-image: url(images/menu/menu_icon_arrow.png);
	background-position: center center;
	height: 10px;
	width: 10px;
}
