/* For Children count */
.childTotal
{
	FONT-SIZE: 9px;
	COLOR:Maroon; 
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION:none;
	padding-left:0px;
}

/* For Add/Edit form */
.divAddEdit
{
	background-color :White ;
	border : sold 1px red ;/*#54B7ED; */
}

/* For Normal Node */
.normalNode
{
	FONT-SIZE: 12px;
	COLOR:blue; 
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
	font-weight:400;
	padding-left:0px;
}

/* For highlighted Node. This class is used to highligh the node when performing the search as well as when the initially highlighted property is used. */
.HighlightedNode
{
	FONT-SIZE: 12px;
	COLOR: red; 
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	font-weight:bolder;
	padding-left:0px;
}

/*To display error message.*/
.ActlError
{
	color:Red;
	font-size: 14px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space:nowrap;
}
/* For the label which is displayed before the search textbox */
.SearchLabel
{
    COLOR: #000080;
	FONT-FAMILY: Tahoma,verdana,Arial;
	FONT-WEIGHT:BOLD;
    FONT-SIZE: 8pt
}

/* This classes is applied to the license text which is displayed when the module is not registered. */
.displayFont
{
    COLOR: #FF0000;
	FONT-FAMILY: Tahoma,verdana,Arial;
    FONT-SIZE: 8pt
}

