#tree
{
	position:		absolute;
	top:				100px;
	left:				10px;
	width:			200px;
	overflow-y:		auto;
	overflow-x:		hidden;
	text-align:		left;
	font-size:		10pt;
	float:			left;
	z-index:			1;
}

#info
{
	position:		absolute;
	top:				100px;
	left:				210px;
	right:			10px;
	font-size:		10pt;
	background:		white;
	text-align:		left;
	float:			left;
	min-width:		500px;
	z-index:			1;
	padding-left:	10px;
}

#source_iframe, #demo_iframe, #lavadoc_iframe
{
	width:		100%;
	margin-top:	10px;
	border:		none;
}

.tree_highlight_node
{
	background:	#2f2f2f;
	color:		white;
}

.tabs
{
	text-align:center;
	margin-right:5px;
	border:solid #2f2f2f 1px;
	border-bottom:none;
	float:right;
	width:100px;
	padding:3px;
	cursor:	pointer;
	height:	25px;
	font-size:	12pt;
}

.tabs_hl
{
	background: #2f2f2f;
	color:		white;
}

.tabs_link
{
	color:				#2f2f2f;
	text-decoration:	none;
}

.tabs_link_hl
{
	color:		white;
}

.messages
{
	position:	absolute;
	bottom:		0px;
	right:		0px;
	background:	#feff9f url(/images/loading.gif) no-repeat 2px 50%;
	color:		#2f2f2f;
	border-top:		solid #2f2f2f 1px;
	border-left:	solid #2f2f2f 1px;
	padding:		10px;
	padding-left:	20px;
}
