/* -- ASPxNavBar -- */
.dxnbControl_estiloazulNavigation
{
	font: 9pt Tahoma;
	color: #ffffff;
	background-color: #c0ddff;
	padding: 3px 0px;
}
.dxnbControl_estiloazulNavigation a
{
	color: #044392; 
	text-decoration: none;
}
.dxnbGroupHeaderCollapsed_estiloazulNavigation
{
    font: 11px Tahoma;
	color: #ffffff;

	font-weight: normal;
    					
	border: 0px;
	
	padding: 4px 7px 5px 7px;
}
.dxnbGroupHeaderCollapsed_estiloazulNavigation table
{
    font: 11px Tahoma;
	color: #044392;
}
.dxnbGroupHeaderCollapsed_estiloazulNavigation table td
{
	white-space: nowrap;
}
.dxnbGroupHeaderCollapsedHover_estiloazulNavigation
{
	background-image: url('nbHeaderGroupHover.gif');
    background-repeat: repeat-x;
    background-color: #e0edfe;
    border: Solid 1px #76acec;
	padding: 3px 6px 4px 6px;
}
.dxnbGroupHeader_estiloazulNavigation
{
    font: 11px Tahoma;
	color: #044392;

	background-color: #e0edfe;
	font-weight: bold;

	background-image: url('nbHeaderGroup.gif');
    background-repeat: repeat-x;	
	
	border: Solid 1px #76acec;
	
	padding: 3px 6px 3px 6px;
}
.dxnbGroupHeader_estiloazulNavigation table
{
    font: 11px Tahoma;
	color: #044392;
	font-weight: bold;
}
.dxnbGroupHeader_estiloazulNavigation table td
{
    color: #0a4ea1;
	white-space: nowrap;
	font-weight: bold;
}
.dxnbGroupContent_estiloazulNavigation
{
    font: 11px Tahoma;
	background-color: #e0edfe;
	background-image: url('nbGroupContentBackground.gif');
	background-repeat: repeat-x;
	border: 0px;
	border-bottom: Solid 1px #c0ddff;
	
	padding: 7px 0px 7px 0px;
}
.dxnbItem_estiloazulNavigation
{
    font: 11px Tahoma;

    border: 0px;
    padding: 1px 30px 3px;
}
.dxnbItemSelected_estiloazulNavigation
{
    color: #044392;
    font-weight: bold;
	background-image: url('nbBullet.gif');
	background-repeat: no-repeat;
	background-position: 15px 4px;
    padding: 1px 30px 3px 29px;
}
.dxnbItemHover_estiloazulNavigation
{
	background-color: #B4D4FA;
}

