﻿.mo-tree { 
	border: 0; 
	white-space:nowrap; 
	/* padding: 5 10 5 10; modif 231030*/
	padding: 10px 0px 0px 0px;
	/*border-right: 1px solid #dddddd;	/* modif 231030*/
}
.mo-tree .mo-tree-icon {
	cursor:pointer; 
	vertical-align:middle;
}
.mo-tree ul {
	/*padding:5px;*/
	padding:0px;
	margin:0 0 0 0px;
}
.mo-tree li {
	list-style:none; 
	padding:5px;
/*	border: 1px solid #dddddd; modif 231030*/
  font-size: 14.0pt;
  font-family: "Calibri",sans-serif;
	/*font-size: 12.0pt;
	font-family: "Arial",sans-serif;*/
  font-weight: bold;
/*	margin: 3px; modif 231030*/
	margin: 5px 0px 0px 0px;
}
.mo-tree li ul li {
  border: 0px;
	background:url("images/mo-tree-n.gif") no-repeat 0 1px;
	margin: 0px;
	font-weight: normal;
	/*font-size: 10.0pt;*/
	font-size: 12.0pt;
	padding:5px;
}

.mo-tree li ul li ul li {
  font-weight: italic;
  font-size: 11.0pt;
	padding:3px;
}

.mo-tree-collapsed ul {display:none;}
.mo-tree-topic .mo-tree-icon {background:none; cursor:default;}

.mo-tree a:link, .mo-tree a:visited {/*color:#4060A0;*/ text-decoration:none;}
.mo-tree a:hover {/*color:#4060A0;*/ text-decoration:underline; }
.mo-tree a.selected-node, .mo-tree a.selected-node:visited {/*color:#4060A0;*/ font-weight:bold;}
.mo-tree ul li ul {margin:0 0 0 10px;}
/*.mo-tree .mo-tree-expanded  .mo-tree-icon {background:url("images/mo-tree-e.gif") no-repeat 0 1px;}
.mo-tree .mo-tree-collapsed .mo-tree-icon {background:url("images/mo-tree-c.gif") no-repeat 0 1px;}
.mo-tree .mo-tree-topic     .mo-tree-icon {background:url("images/mo-tree-t.gif") no-repeat 0 1px;}*/
.mo-tree-folder .mo-tree-expanded  ul li {background:url("images/mo-tree-e.gif") no-repeat 0 1px;}
/*.mo-tree-expanded  li ul li {background:url("images/mo-tree-n.gif") no-repeat 0 1px;}*/
.mo-tree .mo-tree-icon {
	/*width:20px;
	width:10px;
	height:18px;*/
	visibility: hidden;
}

/* In C:\Apps\Macrobject\has2012\lib\themes\1Spatial\jquery.ui.css
.ui-state-hover {
	border-right: 10px solid #9d9d9d;
	border-left: 10px solid #9d9d9d;
	margin-left: -5px;
  background: #9d9d9d;
}
*/
/*
.mo-tree a:hover {
  color: #4060A0;
  text-decoration: underline;
}*/