﻿.dxtlControl_SB
{
	cursor: default;
	font: 9pt Tahoma;
	color: black;
	border: solid 1px #9f9f9f;
}
.dxtlControl_SB caption
{
	background: #ACACAC;
	border: solid 1px #9F9F9F;
	border-bottom: 0;
	color: White;
    font-size: 15px;
	font-weight: normal;
	padding: 3px 3px 5px;
	text-align: center;				
}

/* Indent cells */
.dxtlIndent_SB, .dxtlIndentWithButton_SB
{			
	background: white;
	vertical-align: top;
	background-position: center top;
	background-repeat: no-repeat;
}
.dxtlIndent_SB
{
	padding: 0 11px;
}
.dxtlIndentWithButton_SB
{
	padding: 5px 7px 6px;
}
.dxtlSelectionCell_SB
{
	vertical-align: top;
	padding: 0 2px;
	border: solid 1px #cfcfcf;
}

/* Tree-lines cells */
.dxtlLineFirst_SB
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxTreeList.Images.Css.TreeLineFirst.gif")%>');	
}
.dxtlLineMiddle_SB
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxTreeList.Images.Css.TreeLineMiddle.gif")%>');
	
}
.dxtlLineLast_SB
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxTreeList.Images.Css.TreeLineLast.gif")%>');
	
}
.dxtlLineRoot_SB
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxTreeList.Images.Css.TreeLineRoot.gif")%>');
	background-repeat: repeat-y;	
}

/* Headers */
.dxtlHeader_SB 
{
	background: #dcdcdc;	
	border: solid 1px #9f9f9f;
	padding: 4px 6px 5px;
	font-weight: normal;		
}
.dxtlHeader_SB table.dxtl 
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader_SB td.dxtl
{
	padding: 0;
}
.dxtlHeader_SB, .dxtlHeader_SB td.dxtl 
{	
	font: 9pt Tahoma;
	white-space: nowrap;
	text-align: left;
}

/* Nodes */
.dxtlNode_SB
{
	background: white;
}
.dxtlAltNode_SB
{
	background: #ededeb;	
}
.dxtlSelectedNode_SB
{
	background: #a0a0a0;
	color: white;
}
.dxtlFocusedNode_SB
{
	background: #8d8d8d;
    color: white;
}
.dxtlInlineEditNode_SB
{
	background: white;
}
.dxtlEditFormDisplayNode_SB 
{
	background: white;
}

.dxtlNode_SB td.dxtl, 
.dxtlAltNode_SB  td.dxtl, 
.dxtlSelectedNode_SB td.dxtl, 
.dxtlFocusedNode_SB td.dxtl,
.dxtlEditFormDisplayNode_SB td.dxtl,
.dxtlCommandCell_SB
{
	padding: 3px 6px 4px;
	border: solid 1px #cfcfcf;
	white-space: nowrap;
	font: 9pt Tahoma;
}
.dxtlInlineEditNode_SB td.dxtl
{
	border: solid 1px #cfcfcf;
	padding: 1px;
}

/* Preview */
.dxtlPreview_SB
{
	background: #f2f2f2;
	color: #7f7f7f;
	padding: 14px;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;	
}

/* Footers */
.dxtlGroupFooter_SB
{
	background-color: #E0E0E0;	
}
.dxtlFooter_SB
{
	background-color: #D7D7D7;	
}
.dxtlGroupFooter_SB td.dxtl,
.dxtlFooter_SB td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	text-align: left;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;
}

/* Pagers */
.dxtlPagerTopPanel_SB 
{
	border-bottom: none 1px #9f9f9f;
	padding-bottom: 2px;
}
.dxtlPagerBottomPanel_SB 
{	
	border-top: none 1px #9f9f9f;
	padding-bottom: 2px;
}

/* Editing */
.dxtlEditForm_SB 
{
	background: #F0F0F0;
	border: solid 1px #D3D3D3;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption_SB,
.dxtlEditFormEditCell_SB
{
	padding: 4px;
}
.dxtlEditFormCaption_SB
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError_SB
{
	background: #FFC8C8;
	color: #FF0000;
	padding: 6px 10px;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;		
}

/* Links */
.dxtlControl_SB a 
{
	color: #0d45b7;
}
.dxtlControl_SB a:hover 
{
	color:  #5494ea;
}
.dxtlSelectedNode_SB a, 
.dxtlFocusedNode_SB a 
{
	color: White;
}
.dxtlSelectedNode_SB a:hover, 
.dxtlFocusedNode_SB a:hover
{
	color: #f0f0f0;
} 
.dxtlCommandCell_SB a 
{
	margin-right: 3px;
}

/* Loading panel */
.dxtlLoadingPanel_SB
{
	border: solid 1px #9F9F9F;
	background-color: #E3E3E1;
	font: 9pt Tahoma;
	color: #303030;
}
.dxtlLoadingPanel_SB td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingDiv_SB
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* Disabled */
.dxtlDisabled_SB,
.dxtlDisabled_SB .dxtl
{
	color: #808080;
	cursor: default;
}