<mx:HBox id="headerContent"
width="100%" height="{headerGroup.height - 45}"
backgroundAlpha="{getStyle('contentBackgroundAlpha')}"
backgroundColor="{getStyle('contentBackgroundColor')}"
horizontalGap="2"
paddingLeft="2"
verticalAlign="middle"
verticalScrollPolicy="off">
<mx:Image id="logoIcon"
horizontalAlign="left"
maxHeight="{headerContent.height}"
maxWidth="80"
verticalAlign="middle"/>
<!--<s:VGroup id="titleGroup"
height="{headerContent.height}"
gap="0">
<s:Label id="bannerTitle" styleName="BannerTitle"/>
<s:Label id="bannerSubtitle" styleName="BannerSubtitle"/>
</s:VGroup>-->