﻿/*UI*/
.dxnbControl_Default
{
    font-size: 12px;
	color: #666666;
	padding: 0px 0px;
}
.dxnbControl_Default a
{
	color: White; 
	text-decoration: none;
}
.dxnbGroupHeaderCollapsed_Default
{
    background-color:#999999;	
	border: Solid 1px #8a8a8a;
	height:25px;	
}
.dxnbGroupHeaderCollapsed_Default table
{

}
.dxnbGroupHeaderCollapsed_Default table td
{
    
    font-size: 12px;
	color: #f6f6f6;
	white-space: nowrap;	
	padding: 0px 5px 0px 10px;
}
.dxnbGroupHeaderCollapsedHover_Default
{
    
    font-size: 12px;
	color: #333333;
	height:25px;
}
.dxnbGroupHeader_Default
{
    background-color:#404040;
	border: Solid 1px #404040;
	height:25px;
}
.dxnbGroupHeader_Default table
{

}
.dxnbGroupHeader_Default table td
{
    
    font-size: 12px;
	color: #ffffff;   
    white-space:pre-wrap;
	font-weight: bold;	
	padding: 2px 5px 2px 10px;
}
.dxnbGroupContent_Default
{
    
    font-size: 12px;
	padding: 7px 0px 7px 0px;
	background-color:#ffffff;
}
.dxnbItem_Default
{
    
    font-size: 12px;
	background-image: url('NavBar/BulletDefault.gif');
	background-repeat: no-repeat;
	background-position: 8px 2px;
	color:#666666;
	padding: 2px 4px 2px 20px;
    height:20px;
    white-space:pre-wrap;
}
.dxnbItemSelected_Default
{
    font-weight: bold;
	background-color: #f2f2f2;
	background-image: url('NavBar/BulletHover.gif');
	background-repeat: no-repeat;
	background-position: 8px 2px;
	color:#333333;	
    padding: 2px 4px 2px 20px;
    white-space:pre-wrap;
}
.dxnbItemHover_Default
{
	background-image: url('NavBar/Bullet.gif');
	background-repeat: no-repeat;
	background-position: 8px 2px;
	background-color: #e2edeb;
	color:#333333;
	padding: 2px 4px 2px 20px;
    white-space:pre-wrap;
}