
body {
  background: #ffffff;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

/*------------------------------------------------------------*/
#toc {
  width: 175px;
  position: fixed;
  top: 150px;
  left: 3px;
  font-size: 11px;
}

#toc ul {
 margin: 0;
 list-style: none;
 padding: 0;
}

#toc li {
 list-style: none;
 margin-left: 20px;
}

#toc li a {
 border-bottom: 1px solid #962929;
 display: block;
 margin: 0;
 padding: 5px;
 list-style: none;
 text-decoration: none;
 color: black;
}

#toc li a:hover, a.sel  {
 border-left: 5px solid #ff6600;
 background: white;
}
/*------------------------------------------------------------*/

#conteudo {
  background: #ffffff;
  width: 550px;
  min-height: 200px;
  position: absolute;
  left: 175px;
  padding: 10px;
  top: 120px;
}

#conteudo a {
  color: #9f4000;
}


#rodape {
  background: transparent;
  position: fixed;
  bottom: 40px;
  left: 750px;
  padding: 5px;
  font-size: 10px;
}

/*-------------------------------*/
#caminho {
  color: gray;
  font-size: 11px;
}

#caminho a {
  color: #353535;
  text-decoration: none;
}

#caminho a:hover {
  color: black;
  background: #ffe6d4;
}
/*-------------------------------*/

#admBar {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 20px;
	background: black;
	width: 50%;
	text-align: right;
	color: white;
}

#admBar a {
	color: white;
}


.detalhes {
  color: gray;
  font-size: 80%;
}

.detalhes a {
  color: gray;
}
    
#tabs {
	position: relative;
  height: 40px;
  margin-top: 40px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#tabs ul li {
  display: inline;
  list-style: none;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

