img{
	border:0;
}
body{
	font-family:Verdana;
	font-size:11px;
}
#mensagemCarregando{
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:12px;
}
#menuPrincipal{
	display:none;
	padding:5px 0;
	overflow:auto;
}
#menuPrincipal a{
	font-family:Verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.node a:hover{
	background-color:#ccc;
	padding:1px;
	border:1px solid #666;
}
#menuPrincipal div{
	clear:left;
	margin-left:10px;
}
.node, .nodeAberto, .nodeFechado{
	display:block;
	padding:1px;
	padding-top:0;
}
.node{
	padding-left:18px;
}
.nodeFechado div{
	display:none;
}
.nodeAberto a, .nodeFechado a{
	font-weight:bold;
	color:#000;
}
.node a{
	font-weight:normal;
	color:#333;
}
.nodeAtivo{
	background-color:#FFCC66;
	padding:1px;
	border:1px solid #999;
}
.linkAbreFechaNode{
	display:block;
	float:left;
	margin:2px 7px 0 0;
	width:9px;
	height:9px;
	cursor:pointer;
}
.nodeAberto .linkAbreFechaNode{
	background:url(../imagens/nodeclose.jpg) no-repeat;
}
.nodeFechado .linkAbreFechaNode{
	background:url(../imagens/node.jpg) no-repeat;
}
.avisoCarregandoTreeview{
	display:block;
	height:26px;
	background:url(../imagens/loading.gif) no-repeat 0px 14px;
	color:#f66;
	font-weight:bold;
}