.dxtlControl_Simec
{
	cursor: default;
	font: 11px Verdana, Geneva, sans-serif;
	color: black;
	border: 1px none #9f9f9f;
}
.dxtlControl_Simec caption
{
	background: #ACACAC none;
	border-bottom: 0 solid #9F9F9F;
	border: 1px solid #9F9F9F;
	color: White;
	font-size: 1.25em;
	font-weight: normal;
	padding: 3px 3px 5px;
	text-align: center;
}

/* Indent cells */
.dxtlIndent_Simec,
.dxtlIndentWithButton_Simec
{
	vertical-align: top;
	background: white none no-repeat top center;
}
.dxtlIndent_Simec
{
	padding: 0 11px;
}
.dxtlIndentWithButton_Simec
{
	padding: 5px 7px 6px;
}
.dxtlSelectionCell_Simec
{
	border: 1px solid #cfcfcf;
}

/* Tree-lines cells */
.dxtlLineRoot_Simec
{
	background: White url('TreeLineRoot.gif') repeat-y top center;
}

.dxtlLineFirst_Simec
{
	background-image: url('TreeLineFirst.gif');
}
.dxtlLineMiddle_Simec
{
	background-image: url('TreeLineMiddle.gif');
}
.dxtlLineLast_Simec
{
	background-image: url('TreeLineLast.gif');
}

.dxtlLineFirstRtl_Simec
{
	background-image: url('TreeLineFirstRtl.gif');
}
.dxtlLineMiddleRtl_Simec
{
	background-image: url('TreeLineMiddleRtl.gif');
}
.dxtlLineLastRtl_Simec
{
	background-image: url('TreeLineLastRtl.gif');
}

/* Headers */
.dxtlHeader_Simec
{
	background: #dcdcdc none;
	border: 1px solid #9f9f9f;
	padding: 4px 6px 5px;
	font-weight: normal;
}
.dxtlHeader_Simec table.dxtl
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader_Simec td.dxtl
{
	padding: 0;
}
.dxtlHeader_Simec,
.dxtlHeader_Simec td.dxtl
{
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
}

/* Nodes */
.dxtlNode_Simec
{
	background: white none;
}
.dxtlAltNode_Simec
{
	background: #ededeb none;
}
.dxtlSelectedNode_Simec
{
	background: #a0a0a0 none;
	color: white;
}
.dxtlFocusedNode_Simec
{
	background: #8d8d8d none;
	color: white;
}
.dxtlInlineEditNode_Simec
{
	background: white none;
}
.dxtlEditFormDisplayNode_Simec
{
	background: white none;
}

.dxtlNode_Simec td.dxtl, 
.dxtlAltNode_Simec  td.dxtl, 
.dxtlSelectedNode_Simec td.dxtl, 
.dxtlFocusedNode_Simec td.dxtl,
.dxtlEditFormDisplayNode_Simec td.dxtl,
.dxtlCommandCell_Simec
{
	padding: 3px 6px 4px;
	border: 1px solid #cfcfcf;
	white-space: nowrap;
	overflow: hidden;
}
.dxtlHeader_Simec .dxbButton_Simec,
.dxtlCommandCell_Simec .dxbButton_Simec
{
    margin: 0px 2px -1px 2px;
}
.dxtlHeader_Simec .dxbButton_Simec .dxb,
.dxtlCommandCell_Simec .dxbButton_Simec .dxb
{
	padding-top: 0;
    padding-bottom: 0;
}

.dxtlInlineEditNode_Simec td.dxtl
{
	border: 1px solid #cfcfcf;
	padding: 1px;
}

/* Preview */
.dxtlPreview_Simec
{
	background: #f2f2f2 none;
	color: #7f7f7f;
	padding: 14px;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

/* Footers */
.dxtlGroupFooter_Simec
{
	background-color: #E0E0E0;
}
.dxtlFooter_Simec
{
	background-color: #D7D7D7;
}
.dxtlGroupFooter_Simec td.dxtl,
.dxtlFooter_Simec td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

/* Pagers */
.dxtlPagerTopPanel_Simec
{
	border-bottom: 1px none #9f9f9f;
	padding-bottom: 2px;
}
.dxtlPagerBottomPanel_Simec
{
	border-top: 1px none #9f9f9f;
	padding-bottom: 2px;
}

/* Editing */
.dxtlEditForm_Simec
{
	background: #F0F0F0 none;
	border: 1px solid #D3D3D3;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption_Simec,
.dxtlEditFormEditCell_Simec
{
	padding: 4px;
}
.dxtlEditFormCaption_Simec
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError_Simec
{
	background: #FFC8C8 none;
	color: #FF0000;
	padding: 6px 10px;
	border: 1px solid #cfcfcf;
}
.dxtlPopupEditForm_Simec
{
	padding: 12px;
}

/* Links */
.dxtlControl_Simec a
{
	color: #227393;
}
.dxtlControl_Simec a:hover
{
	color: #ff8c00;
}
.dxtlSelectedNode_Simec a, 
.dxtlFocusedNode_Simec a
{
	color: White;
}
.dxtlSelectedNode_Simec a:hover, 
.dxtlFocusedNode_Simec a:hover
{
	color: #f0f0f0;
} 
.dxtlCommandCell_Simec a
{
	margin-right: 3px;
}

/* Disabled */
.dxtlDisabled_Simec,
.dxtlDisabled_Simec .dxtl
{
	color: #808080;
	cursor: default;
}

/* Scrolling */
.dxtlControl_Simec .dxtlHSDC 
{
    background-color: #F2F2F2;
}
.dxtlControl_Simec .dxtlFSDC
{
    background-color: #D7D7D7;
}
/* Loading Panel*/
.dxtlLoadingPanel_Simec
{
	font: 11px Verdana, Geneva, sans-serif;
	color: #303030;
	background-color: white;
	border: 1px solid #9F9F9F;
}
.dxtlLoadingPanel_Simec td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingPanel_Simec .dxlp-loadingImage 
{
	background: url('Loading.gif');
	height: 16px;
	width: 16px;
}

