/* Formatacao do site Rever
   Estilos utilizado nas páginas interna do site
 */

/* Configuracao da pagina */
body {
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	left: 0;
	margin: 0;
	background-image: url(imagem/fundopagina.gif);
	background-repeat: repeat-y;
}

/* Configuracao do Cabecalho */
#header {
	height: 177px;
	width: 100%;
	margin: 24px 0 0;
	padding: 0;
	background-image: url(imagem/fundocabecalho.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#header img {
	margin: 33px 0 0 7px;
	border: none;
	float: left;
}

#header #apoio {
	margin: 22px 10px 0 0;
	padding: 0;
	float: right;
	z-index: 1;
	display: none;	// Julho/2011
}

#header h1 {

	font-family: "Times New Roman", Times, serif;
	position: relative;
	margin: 0 20% 0 0;
	padding: 50px 0 0 320px;
	line-height: 1;
	text-align: center;
	font-size: 19px;
	color: white;
}

#header h1 span { /* display:none;  */}

#header h2 {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	margin: 0 20% 0 0;
	padding: 8px 0 0 320px;
	text-align: center;
	font-size: 15px;
	color: white;
}

#header a {
	text-decoration: none;
	color: white;
	border-bottom: none;
	background: none;
}


/* Configuracao do menu */
#navigation {
	margin: -23px 0 0 0;
	padding: 0;
	background-color: #cccccc;
	background-image: url(imagem/fdopag_menu.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu {
	text-align: center;
	margin: 0;
	padding: 0 0 0 43px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

ul.menubar {
	margin: 0;
	padding: 3px 0 5px 0;
	text-align: left;
}

/* correção para o IE/Win */
/* html body ul.menubar {
	padding: 3px 0 5px 0;
} */

ul.menubar li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
	position: relative;
}

ul.menubar li a {
	text-decoration: none;
	margin: 0;
	padding: 3px 3px 5px 4px;
	border-left: 1px solid gray;
	border-bottom: none;
	background-color: #cccccc;
	color: #336600;
}

ul.menubar li.last a {
	border-right: 1px solid gray;
}

ul.menubar li a:visited {
	color: #336600;
	border-bottom: none;
}


ul.menubar li a:hover {
	color: #ff6600;
	background-color: rgb(90%,90%,90%);
	border-bottom: none;
}


/* submenus */
ul.menubar li ol {
	position: absolute;
	left: 4px;
	top: 18px !important;
	\top: 25px; /* hack para IE5-Win */
	width: 9em;
	padding: 0;
	margin: 0;
	z-index: 1000;
	border-top: 1px solid white;
}

ul.menubar li ol li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: rgb(66%,66%,66%);
	list-style: none;
}	

/* correção para o IE/Win que deixa 1px abaixo de um <li> */
* html body ul.menubar li ol li {
	margin-bottom: -1px;
}

ul.menubar li ol li a {
	display: block;
	margin: 0;
	padding: 3px 1% 3px 3%; /*3px 2.5%; */
	width: 96%;
	border: none;
	color: black;
	background-color: rgb(97%,97%,97%);
}

ul.menubar li ol li a:visited {
	color: black;
}

* html body ul.menubar li ol li a {
	width: 100%;
}


/* Confiração de rodapé */
#footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 1.3cm;
	margin-top: 1.5cm;
}

#footer p.volta {
	margin-bottom: 1cm;
}

#footer p {
	margin-bottom: 0.63cm;
	font-size: 10px;
	color: silver;
	text-align: center;
}


/* Configuracoes gerais ------*/
#textoGeral {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.center {
	text-align: center;
}

p {
	font-size: 10pt;
	text-align: justify;
}

code {
	background-color: #EEE; /* #FFBF80; */
}

ul, ol {
	font-size: 10pt;
	text-align: justify;
}

h1 {
	margin-top: 20px;
/*	margin-bottom: 0.42cm;
	line-height: 120%; */
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
}

h2 {
/*	margin-bottom: 0.42cm;
	line-height: 120%; */
	margin-top: 1.7em;
	text-align: left;
	font-size: 13.5pt;
	font-weight: bold;
}

h3 {
	margin-top: 1.7em;
	text-align: left;
	font-size: 12.5pt;
	font-weight: bold;
}

h4 {
	margin-top: 1.7em;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

ul.link {
	line-height: 150%;
	font-size: 12pt;
	font-weight: bold;
	list-style: none;
}

a, a:active {
	text-decoration: none;
}

a:link {
	color: red;
	border-bottom: 1px dotted red;
}

a:visited {
	color: #FF8080;
	border-bottom: 1px dotted #FF8080;
}

a:hover {
	color: #ff6600;
	border-bottom: 1px dotted #ff6600;
	background-color: rgb(93%, 93%, 93%);
}

#footer p.volta a,
#footer p.volta a:visited,
#footer p.volta a:hover {
	border: none;
	background: none;
}


/* Configuracao de artigos */

#text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	width: 93%;
	margin-right: 2.5%;
	margin-left: 4.5%;
}

#text table {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#text h1 {
	margin-top: 15px;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

#text h1.resenha {
	margin-top: 1cm;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

#text h1.subtitle {
	margin-top: 0;
	margin-bottom: 0.21cm;
	line-height: 120%;
	text-align: center;
	font-size: 15pt;
	font-weight: normal;
}

#text h2 {
	margin-top: 0.63cm;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
	font-size: 14pt;
	font-weight: bold;
}

#text h3 {
	margin-top: 0.63cm;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
	font-size: 13pt;
	font-weight: bold;
}

#text h4 {
	margin-top: 0.63cm;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
	font-size: 12pt;
	font-weight: bold;
}
		
#text p {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
}

#text p.question {
	margin-top: 0.62cm;
	margin-bottom: 0.21cm;
	line-height: 120%;
	text-align: justify;
	font-weight: bold;
	font-style: italic;
}

#text .img-left {
	text-align: left;
	font-size: 9pt;
}

#text .img-left-quadro {
	float: left;
	margin: 5px;
	text-align: left;
	font-size: 9pt;
}

#text .img-center {
	text-align: center;
	font-size: 9pt;
}

#text address.resenha {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: left;
	font-style: normal; 
	font-weight: normal;
	font-size: 12pt;
}

#text address {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: center;
	font-style: normal; 
	font-weight: normal;
	font-size: 12pt;
}

#text address a {
	font-size: .8em;
}

#text blockquote {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
}

/* usar com citacao/blockquote OU QQ OUTRO*/
#text .direita {
	text-align: right;
}

/* usar com citacao/blockquote */
#text .contorno {
	border: black solid 1px;
	padding: 5px;
}

#text .centro {
	text-align: center;
}


#text sup {
	font-size: .75em;
}

#abstract {
	margin-bottom: 0.63cm;
	padding-bottom: 0.3cm;
	border-bottom-width: 3px;
	border-bottom-color: green;
	border-bottom-style: dotted;
}

#biblio p {
	margin-bottom: 0.42cm;
	margin-left: 2em;
	text-indent: -2em;
	line-height: 120%;
	text-align: justify;
}

#biblio .url {
	font-style: italic;
}

#notes h2 {
	border-top-width: 3px;
	border-top-color: green;
	border-top-style: dotted;
}


/* configuracao da pagina de indice */

#toc {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	width: 94%;
	margin-right: 2.5%;
	margin-left: 3.5%;
}

#toc h1.number {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

#toc h1 {
	margin-top: 0;
	margin-bottom: 0.42cm;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

#toc h2.guesteditor {
	margin: 5px 0 25px 0;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

#toc h2 {
	margin: 1.3em 0 .42cm 0;
	line-height: 120%;
	text-align: left;
	font-size: 13.5pt;
	font-weight: bold;
}

#toc p.title {
	margin: 0 0 0 1cm;
	line-height: 120%;
	text-align: left;
	font-size: 10pt;
}

#toc p.author {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1cm;
	line-height: 120%;
	text-align: left;
	font-size: 10pt;
}

#toc p.link {
	margin-top: 0;
	margin-bottom: 0.42cm;
	margin-left: 1cm;
	line-height: 120%;
	text-align: left;
	font-size: 10pt;
}



