.TreeNode 
{ 
	color: #005697;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	/*margin-left: 3px;*/
	cursor: pointer;
	cursor: hand;
	display:table !important;
	width:auto;
	margin-top: 2px;
	line-height: 16px;
}

.TreeNodeOver 
{
	color: #005697;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
	cursor: hand;
	/*padding-left: 3px;*/
	display:table !important;
	width:auto;
	margin-top: 2px;
	line-height: 16px;
}

.TreeNodeSelect 
{     
	color: #005697;
	/*color: #666666;*/
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
    cursor: pointer;
	cursor: hand;
	/*margin-left: 3px;*/
	display:table !important;
	width:auto;
	margin-top: 2px;
	line-height: 16px;
}

.TreeNodeDisabled
{ 
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
	margin-top: 2px;
	line-height: 16px;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: arial; 
  font-size: 8pt;
 /* margin-left: 4px;  */
	margin: 2px 0 0px 0px;
	line-height: 16px;
}

.LoadingMessage
{
	font-family: arial; 
	font-size: 8pt; 
	background:LemonChiffon; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: arial; 
	font-size: 8pt; 
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	/*height:24px;*/
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	/*height:24px;*/
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: arial; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
	line-height: 16px;
}

#template_mainContentLeft > div:first-child
{
	margin-bottom: 16px !important;
}

#template_mainContentLeft div div
{
	white-space: normal;
	overflow-y: hidden;
	overflow-x: hidden;
	clear: left;
}

#template_mainContentLeft div div div div
{
	margin-left: 20px;
	clear: left;
}

#template_mainContentLeft div div div div img
{
	float: left;
	vertical-align: top;
	height: 19px;
}
#template_mainContentLeft div div div img
{
	float: left;
	vertical-align: top;
	height:19px;
}
#template_mainContentLeft div div div div span
{
	/*display: block;
	margin-left: 20px;*/
}
a.TreeNode
{
	margin: 2px 0px 2px 12px;
	display:inline-block !important;
}
a.TreeNodeSelect
{
	margin: 2px 0px 2px 12px;
	display:inline-block !important;
}

.TreeNodeSelected
{     
	/*color: #005697;*/
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
    cursor: pointer;
	cursor: hand;
	/*margin-left: 3px;*/
	display:table !important;
	width:auto;
	margin-top: 2px;
	line-height: 16px;
}
a.TreeNodeSelected
{
	margin: 2px 0px 2px 12px;
	display:inline-block !important;
}

a span.TreeNodeSelect
{
}
a span.TreeNodeSelected
{
}
a span.TreeNode
{
}

