.xpTopLevel 
{
}

.xpTopLevelContainer 
{
}

.xpItemSeparator
{
	background-color: #A5A6A5;
}

.officePopupSeparator #bg
{
	background-color: #A5A6A5;
}

.xpTopItem
{	
	border-bottom: #ffffff 1px solid;	
	/*background-color: #2459a5;*/
}

.xpTopItem #item
{
	font-weight: bold;
	font-size: 11px;	
	color: white;	
	font-family: verdana;
	text-align: center;
}

.xpTopItemDisabled
{
	border-bottom: #ffffff 1px solid;	
	background-color: #2459a5;
}

.xpTopItemDisabled #item
{		
	font-size: 11px;

	color: white;
	
	font-family: verdana;
	text-align: center;
}


.xpTopItemActive
{		
	border-bottom: #ffffff 1px solid;
	background-color: lightgrey;
	cursor: pointer;
}

.xpTopItemActive #item
{
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #000000;
	font-family: verdana;
	text-align: center;
}

.xpTopItemExpanded 
{	
	border-bottom: #ffffff 1px solid;
	background-color: lightgrey;
	cursor: pointer;	
}

.xpTopItemExpanded #item
{
	
	
	font-size: 11px;
	cursor: pointer;
	color: Black;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
}


/* popup */

.xpPopup 
{
}

.xpPopupContainer
{
	/*filter:progid:DXImageTransform.Microsoft.Shadow(strength=2, color=silver,direction=135);*/
}

.xpPopupContainer #border
{
	background-color: #A5A6A5;
}

.xpPopupContainer #container
{
	background-color: #FFFBF7;
}

.xpItem
{
	padding: 1;
}

.xpItem #item
{
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

.xpItemDisabled
{
	padding: 1;
}

.xpItemDisabled #item
{
	font-family: verdana;
	font-size: 11px;
	color: gray;
}

.xpItemDisabledNN
{
}

.xpItemDisabledNN #item
{
	font-family: verdana;
	font-size: 11px;
	color: gray;
}

.xpItemNN
{
}

.xpItemNN #item
{
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

.xpItemActive
{
	border-right: #6fbc1f 1px solid;
	border-top: #6fbc1f 1px solid;
	border-left: #6fbc1f 1px solid;
	cursor: default;
	border-bottom: #6fbc1f 1px solid;
	background-color: silver;
}

.xpItemActive #item
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	cursor:pointer;
}

.xpItemExpanded 
{
	background-color: #DEDBD6;
	border-width: 1;
	border-style: solid;
	border-color: #A5A6A5;	
}

.xpItemExpanded #item
{
	font-family: verdana;
	font-size: 11px;	
	cursor: pointer;
	font-weight: bold;
}
