.dxtlControl_hhb
{
	cursor: default;
	font: 9pt Tahoma;
	color: black;
	border: none 1px #9f9f9f;
}
.dxtlControl_hhb caption
{
	background: #c9d7dc;
	border: solid 1px black;
    border-bottom: 0;
	font-weight: bold;
	padding: 3px;
	text-align: center;	    
}

/* Indent cells */
.dxtlIndent_hhb, .dxtlIndentWithButton_hhb
{			
	background: white;
	vertical-align: top;
	background-position: center top;
	background-repeat: no-repeat;
}
.dxtlIndent_hhb
{
	padding: 0 11px;
}
.dxtlIndentWithButton_hhb
{
	padding: 5px 6px;
}
.dxtlSelectionCell_hhb
{
	padding: 0 2px;
	border: solid 1px #a4bed1;
}

/* Tree-lines cells */
.dxtlLineFirst_hhb
{
	background-image: url('CssImages/TreeLineFirst.gif');	
}
.dxtlLineMiddle_hhb
{
	background-image: url('CssImages/TreeLineMiddle.gif');
}
.dxtlLineLast_hhb
{
	background-image: url('CssImages/TreeLineLast.gif');
}
.dxtlLineRoot_hhb
{
	background-image: url('CssImages/TreeLineRoot.gif');
	background-repeat: repeat-y;
}

/* Headers */
.dxtlHeader_hhb 
{
	background: url('CssImages/HeaderBack.gif') repeat-x #444444;
	border: solid 1px #4e4f51;    
	padding: 4px 6px 5px;	
	font-weight: normal;		
}
.dxtlHeader_hhb table.dxtl 
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader_hhb td.dxtl
{
	padding: 0;
}
.dxtlHeader_hhb, .dxtlHeader_hhb td.dxtl 
{	
	font: 9pt Tahoma;
	white-space: nowrap;
	text-align: left;
    color: white;
}

/* Nodes */
.dxtlNode_hhb
{
	background: white;	
}
.dxtlAltNode_hhb
{
	background: #f1f4f6;	
}
.dxtlSelectedNode_hhb
{
	background: #e0eaec;	
}
.dxtlFocusedNode_hhb
{
	background: #bdcad5;    
}
.dxtlInlineEditNode_hhb
{
	background: white;
}
.dxtlEditFormDisplayNode_hhb 
{
	background: white;
}
.dxtlNode_hhb td.dxtl, 
.dxtlAltNode_hhb  td.dxtl, 
.dxtlSelectedNode_hhb td.dxtl, 
.dxtlFocusedNode_hhb td.dxtl,
.dxtlEditFormDisplayNode_hhb td.dxtl,
.dxtlCommandCell_hhb
{
	padding: 3px 6px 4px;
	border: solid 1px #a4bed1;
	white-space: nowrap;
	font-size: 9pt;
    font-family: Tahoma;
}
.dxtlInlineEditNode_hhb td.dxtl
{
	border: solid 1px #a4bed1;
	padding: 1px;
}

/* Preview */
.dxtlPreview_hhb
{
	background: white;	
	padding: 14px;
	border: solid 1px #a4bed1;
	font: 9pt Tahoma;	
}

/* Footers */
.dxtlGroupFooter_hhb
{
	background-color: #d6e2ea;	
}
.dxtlFooter_hhb
{
	background-color: #c9d7dc;	
}
.dxtlGroupFooter_hhb td.dxtl,
.dxtlFooter_hhb td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	text-align: left;
	border: solid 1px #a4bed1;
	font: 9pt Tahoma;
}

/* Pagers */
.dxtlPagerTopPanel_hhb
{
	border-bottom: none 1px #9f9f9f;
}
.dxtlPagerBottomPanel_hhb
{
	border-top: none 1px #9f9f9f;	
}

/* Editing */
.dxtlEditForm_hhb
{
	background: #E8EDF1;
	border: solid 1px #a4bed1;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption_hhb,
.dxtlEditFormEditCell_hhb
{
	padding: 4px;	
}
.dxtlEditFormCaption_hhb
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError_hhb
{
	background: #FFC8C8;
	color: #FF0000;
	padding: 6px 10px;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;		
}

/* Links */
.dxtlControl_hhb a 
{
	color: #3e6b96;
}
.dxtlControl_hhb a:hover 
{
	color:  #ff9600;
}
.dxtlHeader_hhb a 
{
	color: White;
}
.dxtlFocusedNode_hhb a:hover
{
	color: Black;
}
.dxtlCommandCell_hhb a
{
    margin-right: 3px;
}

/* Loading panel */
.dxtlLoadingPanel_hhb
{
	border: solid 1px #D3D3D3;
	background-color: #E3E3E1;
	font: 9pt Tahoma;
	color: #303030;
}
.dxtlLoadingPanel_hhb td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingDiv_hhb
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* Disabled */
.dxtlDisabled_hhb,
.dxtlDisabled_hhb .dxtl_hhb
{
	color: #808080;
	cursor: default;
}
