 /* style for the visualization container */  
#infovis, #hinfovis {  
   float:clear;
   width:515px;  
   height:300px;  
   padding: 10px;
}

#hinfovis {
   width:515px;  
   height:350px;  
}
   
 /* style for the visualization's labels */  
.node {  
   border: 1px solid #aaa;  
   background:#e4e4e4;
   color:#000;  
   cursor:pointer;  
   padding:2px 3px 2px 3px;  
   text-align:center;
   max-width:110px;
   min-width:70px;
   border: 1px solid #d0d0d0;
}
#hinfovis .node {max-width:150px;height:11px;text-align:left;overflow:hidden}

.self.node {
	font-weight:bold;
    font-size:10px;
	padding:3px 5px 3px 5px;
    color:#000;
	background:#fff;
	cursor:default;	
}
.level1.node {
    font-size:9px;
	cursor:pointer;	
}
.level2.node {
    font-size:8px;
}
.level2.node .relation {display:none}

.institution.node, .body.node  {background:#d4eaf3;}
.institution.node:hover, .body.node:hover  {background:#eaf8fd;}

.person.node, .group.node {background:#fcead6;}
.person.node:hover, .group.node:hover {background:#fef4e9;}

.event.node {background:#e8f3d4;}
.event.node:hover {background:#f4fbe7;}

.node.object {background:#cccccc}

.node a {text-decoration:none; color:#000}
.node a:hover {text-decoration:none;}
.node:hover {z-index:20;background:#E1EE05;}
.self.node:hover {background:#fff;}



#log {display:none}

