/*
Section Manager
*/
#html_file {
   width: 350px;
   height: 40px;
}
#section_tree_container{
	background: #f2f2f2;
	border: 1px solid red;
	width: 300px;
	float:left;
	min-height: 500px;
	margin:3px;
}
#section_tree_container span.editable {
}
#section_tree_container span.rename, #section_tree_container span.remove, #section_tree_container span.load{
	display: inline;
	
}
#module_conf_container{
	background: #f2f2f2;
	border: 1px solid red;
	width:300px;
	min-height: 350px;
	float:left;
	margin:3px;
}

#module_list_container{
	background: #f2f2f2;
	border: 1px solid red;
	width:300px;
	min-height: 350px;
	float:left;
	margin:3px;
	
}

#module_info_container{
	background: #f2f2f2;
	border: 1px solid red;
	width:608px;
	height: 142px;
	float:left;
	margin:3px;
}

span.html_label{
	font-weight: bold;
}


/* Modules List */
li.module_void{
	min-height: 5px;
	background: yellow;
}

span.module_name_list{
	font-weight: bold;
}

