table#be
{
	width: 100%;
}

table#be, table#be a, table#be input, table#be textarea
{
    font-size: 11px;
}

table#be a:link,table#be a:visited {
	color: #2B6D9F ;
}

table#be a:hover, table#be a:active {
	color: #990000 ;
}

td#head_main, td#td_tree, td#main_area {
	border: 1px solid black;
	background-color: #eeeeee;
	padding: 3px;
}

div#tree {
	overflow: auto;
	height: 340px;
}

td.tree_icon {
	padding-left: 1px;
	padding-top: 1px;
	width:19px;
}

td.tree_icon_selected {
	width:19px;
	border-left: 1px solid green;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	background-color: #cccccc;
}

td.selected_node {
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	background-color: #cccccc;
}


td textarea
{
    width: 100%;
}
