#tree { /* ul container */



	text-align:left;



width:600px;



	overflow:auto;



}







#tree_footer { /* footer */



	border-bottom:1px solid #222;



	border-right:1px solid #222;



	border-left:1px solid #222;



	width:500px;



}







.form_container { /* form containers */



	padding:2px;



	background:#81b8e3;



	display:none;



}







#notice_container { /* notice container */



	padding:4px;



	background:#81b8e3;



	text-align:center;



}







.tree_error { /* used for notices that are classed as errors */



	color:red;



}







#tree ul { /* all uls */



	list-style-type:none;



	padding: 0;



	margin: 0;







}







#tree li { /* all lis */



	background-repeat:no-repeat;



	background-position: 0 .4em;

padding-left: 1em;





}







#tree ul.contents_closed { /* node contents when closed */



	display:none;



}







#tree ul.contents_open { /* node contents when open */



	display:block;



}







#tree li.node_closed { /* directory link when closed */



	background-image: url("/icons/iconPlus.gif");



}







#tree li.node_open { /* directory link when open */



	background-image: url("/icons/iconMinus.gif");



}







#tree span.options_open {  /* options buttons span open */



	display:inline;



	margin-left:5px;



}







#tree span.options_closed {  /* options buttons span closed */



	display:none;



}







#tree li.file { /* file in directory content list */



	background-image: url("/icons/iconFile.gif");



}







#tree li.empty_node { /* empty node */



	font-style:italic;



}











#tree a:link,#tree a:visted { /* item links */



}







#tree a:hover{ /* item links */



}



/*                                 */

#tree2 { /* ul container */



	text-align:left;

width:600px;





	overflow:auto;



}









#tree2 ul { /* all uls */



	list-style-type:none;



	padding: 0;



	margin: 0;


}



#tree2 a:link,#tree a:visted { /* item links */



}

#tree2 a:hover{ /* item links */



}