/* *****************************************
	engageSYSTEM CSS File
   ***************************************** */

/* Main Window */

#SiteEditorNav
{
	width: 720px;
	background-color: Black;
}

#SiteEditorTree
{
	width: 300px;
	background-color: Blue;
	float: left;
}

#SiteEditorContent
{
	background-color: Red;
	float: left;
	margin-left: 10px;
}

.PagePropertyWindow
{
	background-color: #ebe6e9;
	font-family:Tahoma;
	font-size: 10pt;
	border: solid 2px #4d4d4d;
	padding: 10px;
	height: 415px;
}

#SiteManagerForTemplates
{
	background-color: white;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 20px;
	position: static;
	border: solid 3px #666666;
	font-family: Arial;
	font-size: 8pt;
}

.SiteManagerForTemplatesButtonBar
{
	border-bottom: 1pt solid #DDDDDD;
	padding-right: 10px;
}

.SiteManagerForTemplatesLabel
{
	background-color: #cfdded;
	padding-left: 5px;
	text-align: left;
}

.SiteManagerForTemplatesData
{
	background-color: White;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	color: #1057a3;
}

#SiteManagerTree
{
	border: solid 2px #4d4d4d;
	background-color: #ebe6e9;
	height: 400px;
	padding: 5px;
	width: 300px;
	
}

.SiteLogin
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #f5f5f5;
	border: solid 1px #ddd;
}

.SiteManagerTreeToolbar
{
	background-color: #ebe6e9;
	border-bottom: solid 2px black;
	padding: 6px;
}



/* Site Tree */
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: hand; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

.Unpublished
{
	background-color: Blue;
	color: Red;
}