.xpTopLevel 
{
}

.xpTopLevelContainer 
{
}

.xpItemSeparator
{
	background-color: #36478B;
}

.officePopupSeparator #bg
{
	background-color: #36478B;
}

.xpTopItem
{
	background-color: #36478B;
	border-width: 1;
	border-style: solid;
	border-color: #36478B;
	font-weight:bold;
}

.xpTopItem #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: white;
	font-weight:bold;
	cursor: hand;


}

.xpTopItemDisabled
{
	background-color: #D6D3CE;
	border-width: 1;
	border-style: solid;
	border-color: #36478B;

}

.xpTopItemDisabled #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: gray;
}


.xpTopItemActive
{
	background-color: #36478B;
	border-width: 1;
	border-style: solid;
	border-color: #36478B;
	cursor: hand;

}

.xpTopItemActive #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #36A7E9;
	font-weight:bold;
	cursor: hand;


}

.xpTopItemExpanded 
{
	background-color: #36478B;
	border-width: 1;
	border-style: solid;
	border-color: #36478B;
	cursor: hand;
}

.xpTopItemExpanded #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #36A7E9;
	font-weight:bold;
	cursor: hand;


}


/* popup */

.xpPopup 
{
}

.xpPopupContainer
{
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2, color=silver,direction=135);
}

.xpPopupContainer #border
{
	background-color: #36A7E9;
}

.xpPopupContainer #container
{
	background-color: #36A7E9;
}

.xpItem
{
	padding: 0;
	border-top: 0px;
	border-bottom:2px;
	border-left:1px;
	border-right:1px;
	border-style: solid;
	border-color: white;

}

.xpItem #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: white;
}

.xpItemDisabled
{
	padding: 0;
}

.xpItemDisabled #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: gray;
}

.xpItemDisabledNN
{
}

.xpItemDisabledNN #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #36478B;
}

.xpItemNN
{
}

.xpItemNN #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #36478b;
}

.xpItemActive
{
	background-color:  #36A7E9 ;
	border-top: 0px;
	border-bottom:2px;
	border-left:1px;
	border-right:1px;
	border-style: solid;
	border-color: white;
	cursor: default;
}

.xpItemActive #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: white;
	font-weight:bold;
}

.xpItemExpanded 
{
	background-color: #36A7E9;
	border-top: 0px;
	border-bottom:2px;
	border-left:1px;
	border-right:1px;
	border-style: solid;
	border-color: white;
}

.xpItemExpanded #item
{
	font-family: helvetica, arial;
	font-size: 9pt;
	color: white;
}