div#documentos h3{margin-bottom:4px;}

/* ultimos documentos */
#ultimosDocumentos{margin-bottom:22px;}

/* tabs panes */
.panes > div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}

/* file tree sort panel */
#sortBox{margin-bottom:16px;}

/* file tree */
.jqueryFileTree li.file > a{
  display:block;
  cursor:pointer;
}

.jqueryFileTree li.file > a span{
  vertical-align:top;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1; *display:inline;
}

.jqueryFileTree li.file > a > .fileName{
  width:66%;
  text-align:left;
}

.jqueryFileTree li.file > a > .fileInfo{
  width:33%; /* devia ser 34% (-1% por causa do IE6) */
}

.jqueryFileTree li.file > a > .fileInfo > .fileSize{
  text-align:right;
  width:46%;
  *width:40%;
}

.jqueryFileTree li.file > a > .fileInfo > .fileDate{
  text-align:right;
  width:54%;
}

/* searchForm */
#searchForm > label{
  display:block;
  font-weight:bold;
  padding-bottom:2px;
}

#searchForm > fieldset{margin-top:16px;}

#searchForm > fieldset > legend{
  font-weight:bold;
  padding-bottom:2px;
}

#searchForm > fieldset > ul > li{margin-bottom:8px;}

#searchForm > fieldset > ul > li > div.data{
  vertical-align:top;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1; *display:inline;
}

#searchResults > h3{
  margin-top:32px;
  margin-bottom:4px;
}