.dxtlControl
{
	cursor: default;
	font: 9pt Verdana;
	color: black;
	border: none 1px #9f9f9f;
}
.dxtlControl caption
{
	background: #c9d7dc;
	border: solid 1px black;
    border-bottom: 0;
	font-weight: bold;
	padding: 3px;
	text-align: center;	    
}

/* Indent cells */
.dxtlIndent, .dxtlIndentWithButton
{			
	background: white;
	vertical-align: top;
	background-position: center top;
	background-repeat: no-repeat;
}
.dxtlIndent
{
	padding: 0 11px;
}
.dxtlIndentWithButton
{
	padding: 5px 6px;
}
.dxtlSelectionCell
{
	padding: 0 2px;
	border: solid 1px #a4bed1;
}

/* Tree-lines cells */
.dxtlLineFirst
{
	background-image: url(../Images/TreeLineFirst.gif);	
}
.dxtlLineMiddle
{
	background-image: url(../Images/TreeLineMiddle.gif);
}
.dxtlLineLast
{
	background-image: url(../Images/TreeLineLast.gif);
}
.dxtlLineRoot
{
	background-image: url(../Images/TreeLineRoot.gif);
	background-repeat: repeat-y;
}

/* Headers */
.dxtlHeader 
{
	background: url(../Images/HeaderBack.gif) repeat-x #444444;
	border: solid 1px #4e4f51;    
	padding: 4px 6px 5px;	
	font-weight: normal;		
}
.dxtlHeader table.dxtl 
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader td.dxtl
{
	padding: 0;
}
.dxtlHeader, .dxtlHeader td.dxtl 
{	
	font: 10px Verdana; 
	font-weight:bold;
	white-space: nowrap;
	text-align: center;
        color: black;
}

/* Nodes */
.dxtlNode
{
	background: white;	
}
.dxtlAltNode
{
	background: #f1f4f6;	
}
.dxtlSelectedNode
{
	background: #e0eaec;	
}
.dxtlFocusedNode
{
	/*background: #bdcad5;*/
	background: #FFF3E8;
}
.dxtlInlineEditNode
{
	background: white;
}
.dxtlEditFormDisplayNode 
{
	background: white;
}
.dxtlNode td.dxtl, 
.dxtlAltNode  td.dxtl, 
.dxtlSelectedNode td.dxtl, 
.dxtlFocusedNode td.dxtl,
.dxtlEditFormDisplayNode td.dxtl,
.dxtlCommandCell
{
	padding: 0px 6px 0px; 
	border: solid 1px #a4bed1;
	white-space: nowrap;
	font: 9px Verdana; 
}
.dxtlInlineEditNode td.dxtl
{
	border: solid 1px #a4bed1;
	padding: 1px;
}

/* Preview */
.dxtlPreview
{
	background: white;	
	padding: 14px;
	border: solid 1px #a4bed1;
	font: 9pt Verdana;	
}

/* Footers */
.dxtlGroupFooter
{
	background-color: #d6e2ea;	
}
.dxtlFooter
{
	background-color: #c9d7dc;	
}
.dxtlGroupFooter td.dxtl,
.dxtlFooter td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	text-align: left;
	border: solid 1px #a4bed1;
	font: 9pt Verdana;
}

/* Pagers */
.dxtlPagerTopPanel
{
	border-bottom: none 1px #9f9f9f;
}
.dxtlPagerBottomPanel
{
	border-top: none 1px #9f9f9f;	
}

/* Editing */
.dxtlEditForm
{
	background: #EEF2F5;
	border: solid 1px #a4bed1;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption,
.dxtlEditFormEditCell
{
	padding: 4px;	
}
.dxtlEditFormCaption
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError
{
	background: #FFC8C8;
	color: #FF0000;
	padding: 6px 10px;
	border: solid 1px #cfcfcf;
	font: 9pt Verdana;		
}

/* Links */
.dxtlControl a 
{
	color: #3e6b96;
}
.dxtlControl a:hover 
{
	color:  #ff9600;
}
.dxtlHeader a 
{
	color: White;
}
.dxtlFocusedNode a:hover
{
	color: Black;
}
.dxtlCommandCell a
{
    margin-right: 3px;
}

/* Loading panel */
.dxtlLoadingPanel
{
	border: solid 1px #D3D3D3;
	background-color: #E3E3E1;
	font: 9pt Verdana;
	color: #303030;
}
.dxtlLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingDiv
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* Disabled */
.dxtlDisabled,
.dxtlDisabled .dxtl
{
	color: #808080;
	cursor: default;
}