div.iconlist a {
	display:inline-block!important;
}
.htmldbInvisDiv {
	filter:alpha(opacity=0);
}
.htmldbDisablePage {
	filter:alpha(opacity=50);
}
button {
	margin: 0 4px 0 4px;
	width:auto;
	overflow:visible;
	margin-top:0px;
}
button span {
	margin-top:0px;
}
.dhtmlSubMenu {
    background: #ffffff;
    background-image: none;
}

.apexir_TOOLBAR_OPEN {
	background: url(../apex/builder/bg-topbar-40px-l.gif) repeat-y scroll 0 0;
	border: none;
	background-color: none;	
}

.apexir_TOOLBAR_CLOSE {
	background: url(../apex/builder/bg-topbar-40px-r.gif) repeat-y scroll 100% 0;
}


/* Adding styles to fix CSS Bar Charts bugs in IE */
.cbc .cbc_bar_background { 
  background-color: #FFF; 
  border: 1px solid #AAA; 
	} 
.cbc {
	text-align: left;
	}

.cbc .cbc_value { 
  color: #000; 
  border-right: 1px solid #AAA; 
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
} 
.cbc .cbc_bar {
	display: block;
	margin: 0;
	background-color: #DDD !important;
}

.cbc .cbc_value a { 
  color: #000; 
} 
.cbc .cbc_value a:hover { 
  text-decoration: underline 
}
