.dxtlControl_Theme
{
	cursor: default;
	font: 9pt Tahoma;
	color: black;
	border: none 1px #cccccc;	
}
.dxtlControl_Theme caption
{
	padding: 3px 3px 5px 3px;
	font-size: 15px;
	text-align: center;
	color: #707070;
	border: Solid 1px #CCCCCC;	
    border-bottom: 0;
}

/* Indent cells */
.dxtlIndent_Theme, .dxtlIndentWithButton_Theme
{			
	background: white;
	vertical-align: top;
	background-position: center top;
	background-repeat: no-repeat;
}
.dxtlIndent_Theme
{
	padding: 0 11px;
}
.dxtlIndentWithButton_Theme
{
	padding: 7px;
}
.dxtlSelectionCell_Theme
{
	padding: 0 2px;
	border: solid 1px #d9d9d9;
}

/* Tree-lines cells */
.dxtlLineFirst_Theme
{
	background-image: url(CssImages/TreeLineFirst.gif);
}
.dxtlLineMiddle_Theme
{
	background-image: url(CssImages/TreeLineMiddle.gif);
}
.dxtlLineLast_Theme
{
	background-image: url(CssImages/TreeLineLast.gif);
}
.dxtlLineRoot_Theme
{
	background-image: url(CssImages/TreeLineRoot.gif);
	background-repeat: repeat-y;
}

/* Headers */
.dxtlHeader_Theme 
{    
	background: url(CssImages/HeaderBack.gif) repeat-x #415698;	
	border: solid 1px #2c4182;
	border-top: none 0 white;
	padding: 7px 6px 8px;
	font-weight: normal;		
}
.dxtlHeader_Theme table.dxtl 
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader_Theme td.dxtl
{
	padding: 0;
}
.dxtlHeader_Theme, .dxtlHeader_Theme td.dxtl 
{	
    color: white;
	font: 9pt Tahoma;
	white-space: nowrap;
	text-align: left;    
}

/* Nodes */
.dxtlNode_Theme
{
	background: white;	
}
.dxtlAltNode_Theme
{
	background: #F1F1F1;	
}
.dxtlSelectedNode_Theme
{
	background: #6d82c5;	
	color: White;
}
.dxtlFocusedNode_Theme
{
	background: #5066ac;
	color: White;
}
.dxtlInlineEditNode_Theme
{
	background: #E8EAF6;
}
.dxtlEditFormDisplayNode_Theme
{
	background: #DCE0F0;
}
.dxtlNode_Theme td.dxtl, 
.dxtlAltNode_Theme  td.dxtl, 
.dxtlSelectedNode_Theme td.dxtl, 
.dxtlFocusedNode_Theme td.dxtl,
.dxtlEditFormDisplayNode_Theme td.dxtl,
.dxtlCommandCell_Theme
{
	padding: 4px 6px 5px;
	border: solid 1px #d9d9d9;
	white-space: nowrap;
	font-size: 9pt;
    font-family: Tahoma;
}
.dxtlInlineEditNode_Theme td.dxtl
{
	border: solid 1px #d9d9d9;
	padding: 1px;
}

/* Preview */
.dxtlPreview_Theme
{
	background: #E8E8E8;
	color: #777777;
	padding: 15px;
	border: solid 1px #d9d9d9;
	font: 9pt Tahoma;	
}

/* Footers */
.dxtlGroupFooter_Theme
{
	background-color: #E5E7F0;	
}
.dxtlFooter_Theme
{
	background-color: #6D82C5;
	color: White;
}
.dxtlGroupFooter_Theme td.dxtl,
.dxtlFooter_Theme td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	text-align: left;
	border: solid 1px #d9d9d9;
	font: 9pt Tahoma;
}

/* Pagers */
.dxtlPagerTopPanel_Theme
{	
	border-bottom: none 1px #cccccc;	
}
.dxtlPagerBottomPanel_Theme 
{
	border-top: none 1px #cccccc;
}
.dxtlPagerTopPanel_Theme,
.dxtlPagerBottomPanel_Theme  
{
	background: #f0f0f0;
	padding: 10px 4px;
}

/* Editing */
.dxtlEditForm_Theme 
{
	background: #E8EAF6;
	border: solid 1px #d9d9d9;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption_Theme,
.dxtlEditFormEditCell_Theme
{
	padding: 4px;
}
.dxtlEditFormCaption_Theme
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError_Theme
{
	background: #FFC8C8;
	color: #FF0000;
	padding: 6px 10px;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;		
}

/* Links */
.dxtlControl_Theme a 
{
	color: #5A83D0;
}
.dxtlControl_Theme a:hover 
{
	color:  #2443AA;
}
.dxtlCommandCell_Theme a
{
    margin-right: 3px;
}

.dxtlHeader_Theme a,
.dxtlHeader_Theme a:hover,
.dxtlFocusedNode_Theme a,
.dxtlFocusedNode_Theme a:hover,
.dxtlSelectedNode_Theme a, 
.dxtlSelectedNode_Theme a:hover 
{
	color: White;
}

/* Loading panel */
.dxtlLoadingPanel_Theme
{
	border:solid 1px #CCCCCC;
	background-color: #E8E8E8;
	font: 9pt Tahoma;
	color: #303030;
}
.dxtlLoadingPanel_Theme td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingDiv_Theme
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* Disabled */
.dxtlDisabled_Theme,
.dxtlDisabled_Theme .dxtl_Theme
{
	color: #808080;
	cursor: default;
}
