body {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 0;
	background-color: #222222;
	font-family: 'Lucida Grande', 'Verdana', 'Bitstream Vera Sans';
	font-size : 0.625em;
	word-spacing: 0.15em;
	line-height : 1.5em; 
	text-align: left;
	overflow: auto;
	padding: 0;
	z-index: 1;
}



/* tree + loading */
#top_content {
	position: absolute;
	left: -461px;
	padding: 0;
	margin: 0;
	display: block;
	word-spacing: 0em;
}

#langswitch {
	float: none;
	position: relative;
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	border: 0;
	background-color: #777777;
	color: #000000;
	width: 100%;
	
}
#response_crumb {
	display: block;
	float: left;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 0px 0px 0px 0px;
}

#loading {
	float: right;
	font-size: 0.563em;
	color: #969696;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

