.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	white-space: nowrap;
	line-height:24px;
	margin-bottom:70px;
}
.tree img {
	border: 0px;
	height: 24px;
	vertical-align:bottom;
	padding-right:3px;
}
.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}
#loading {

	height: 20px;
	width: 100px;
	top: 30%;
	left: 40%;
	position: absolute;
	display:none;
	
	z-index: 2;
}

.tr_title
{
	color:#FFFFCC;
	background-color:#96D888;
	font-weight:bold;
}
.tr_per
{
	color:#330099;
	background-color:White;
}
.table_per
{
	background-color:White;
	border-color:#404040;
	border-width:1px;
	border-style:none;
	width:90%;
	border-collapse:collapse;
	border:1px;
	
}
.td_per
{
	text-align:center;
	width:20%;
}
img{
border:0px}
.tree a.lnk_node
{
	padding-bottom:6px;
}
.tree .node-block
{
	padding:5px 0px;
}
.query-text {
    background-color: #D45D62;
    color: white;
}