/*//////SPACETREE///////*/
html, body {
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.custom_tip .tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.custom_tip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.custom_tip .tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

#infovis {
	background-color:#999999;
}

a, a:link, a:visited {
	color:#0D0B62;
}

.tree_text {
	font-size: 20px;
	color: #0D0B62;
	margin: 3px;
	text-align: left;
}

.tree-tools {
	text-align: left;
	margin-left: 50px;
}

.node {
	display:block;
	background-color:transparent;
	z-index:10;
	font-weight:bold;
	overflow:hidden;
	text-decoration:none;
	position:absolute;
	text-align:center;
	padding:4px 0 0 0;
}

.node:hover {
	color:#393434;
}

.hidden{
	display:none;
}

.text {
	margin:5px 0;
}

.inputbox {
	border-color: #CFCFCF #B7B7B7 #B7B7B7 #CFCFCF;
	border-style: solid;
	border-width: 1px;
	padding-top: 0;
}

.button {
	border-color: #CFCFCF #B7B7B7 #B7B7B7 #CFCFCF;
	border-style: solid;
	border-width: 1px;
	padding-top: 0;
}

#log {
	color: #0D0B62;
	font-weight: bold;
}