/* Formatacao do site Revista Temas da SBP */

/* Configuracao da pagina  ----------------*/
	body {
		background-color: #D9D9D9;
		color: black;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		left: 0;
		margin: 0;
	}

/* Configuracao da Area util ----------------*/
	#areautil {
		width: 760px;
	}


/* Configuracao do Cabecalho ----------------*/
	#header {
		height: 210px;
		width: 760px;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
	}
	
	#header img {
		border: 0;
	}
	
	#header #logo {
		margin: 0;
		padding: 0;
		width: 152px;
		float: left;
	}
	
	#header #topheader {
		margin: 0;
		padding: 0;
		width: 607px;
		height: 100px;
		float: right;
		border-bottom: 3px solid #508C8C;
	}
	
	#header #lefttopheader {
		margin: 0;
		padding: 0;
		width: 80%;
		float: left;
	}
	* html body #header #lefttopheader { margin-bottom: -3px }
	
	#header #lefttopheader h1 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 24pt;
		text-align: center;
		margin: 22px 0 0;
		padding: 0;
		color: #666666;
	}
	
	#header #lefttopheader h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 24pt;
		text-align: center;
		margin: 0;
		padding: 0;
		color: #666666;
	}
	
	#header #righttopheader {
		margin: 0;
		padding: 0;
		width: 20%;
		height: 100px;
		float: right;
		background-color: #50788C;
	}
	
	#header #righttopheader p {
		margin: 9px 3px 3px 4px;
		text-align: left;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 19px;
		color: white;
	}
	
	#header #bottomheader {
		margin: 0;
		padding: 0;
		width: 38%;
		float: right;
	}
	
	#header #bottomheader p {
		margin: 2px 0 0;
		padding: 0;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 19px;
		color: black;
	}
	
	#header a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: white;
		border: none;
		background: none;
	}

/* Configuracao do menu ----------------*/
	#navigation {
		margin: -72px 0 0 0;
		padding: 0;
		z-index: 22;
		float: right;
	}
	/*	correção para o IE/Win que esta deixando 5px de margem
		entre um div e outro */
	* html body #navigation {
		margin: -70px 0 -5px 0;
	}
	
	#navigation #menu {
		margin: 0;
		padding: 0;
	}
	
	#navigation #menu ul.menubar {
		margin: 88px 5px 0 0;
		padding: 0;
		text-align: left;
		list-style-type: none;
	}
	*html body #navigation #menu ul.menubar {
		margin: 80px 5px 0 0;
	}
	
	#navigation #menu ul.menubar li {
		margin: -49px 10px 5px 20px;
		padding: 5px 20px 8px 5px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #454545;
		line-height: 10px;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #cccccc;
	}

	#navigation #menu ul.menubar li.first {
		margin: -39px 10px 0 20px;
		border-top: 1px solid #cccccc;
		border-bottom: 5px solid #cccccc;
	}

	#navigation #menu ul.menubar li.last {
		border-top: 1px solid #cccccc;
	}

	#navigation #menu ul.menubar li a {
		color: #454545;
		margin: 0;
		padding: 0 0 0 25px;
		text-decoration: none;
	}

	#navigation #menu ul.menubar li a:link {
		background-image: url(imagem/linkvazado.gif);
		background-position: -2 -40;
		background-repeat: no-repeat
	}

	#navigation #menu ul.menubar li a:visited {
		background-image: url(imagem/linkvazado.gif);
		background-position: -2 0;
		background-repeat: no-repeat
	}

	#navigation #menu ul.menubar li a:hover {
		background-image: url(imagem/linkvazado.gif);
		background-position: -2 -20;
		background-repeat: no-repeat
	}

	#navigation #menu ul.menubar li a:active {
		margin: 0;
		padding: 0 0 0 25px;
	}

/* Configuracao do menu do arquivo PDF ----------------*/
	#navpdf {
		margin: -72px 215px 0 0;
		padding: 0;
		z-index: 22;
		float: right;
	}
	/*	correção para o IE/Win que esta deixando 5px de margem
		entre um div e outro */
	* html body #navpdf {
		margin: -70px 0px -5px 0;
	}
	
	#navpdf #menu {
		margin: 0;
		padding: 0;
	}
	
	#navpdf #menu ul.menubar {
		margin: 88px 5px 0 0;
		padding: 0;
		text-align: left;
		list-style-type: none;
	}
	*html body #navpdf #menu ul.menubar {
		margin: 80px 5px 0 0;
	}
	
	#navpdf #menu ul.menubar li {
		margin: -39px 10px 0 20px;
		padding: 8px 15px 10px 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #454545;
		line-height: 10px;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #cccccc;
	}

	#navpdf #menu ul.menubar li a {
		color: #454545;
		text-decoration: none;
	}



/* Configuração da Área de texto ----------------*/
	#conteudo {
		margin: 7px 0 0 0;
		width: 760px;
		background-color: #50788C;
		clear: both;
		z-index: 100;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: white;
	}
	* html body #conteudo { margin: 0 }

/* Configuração de texto ----------------*/
/* Configuracoes gerais ------*/

	#conteudo h1 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 16pt;
		text-align: center;
		color: #CCCCCC;
		margin: 0;
		padding: .3em 0 .4em;
	}

	#conteudo h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 14pt;
		text-align: left;
		color: #CCCCCC;
		margin: 0;
		padding: .6em 0 .4em;
	}

	#conteudo h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 12pt;
		text-align: left;
		color: white;
		margin: 0;
		padding: .5em 0 .4em;
	}

	#conteudo h4 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 11pt;
		text-align: left;
		color: white;
	}

	#conteudo h5 {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 10pt;
		text-align: left;
		color: white;
		margin: 12px 0 3px 0;
	}

	#conteudo p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-align: justify;
		text-indent: 20pt;
		margin: 10px 0;
	}

	#conteudo ul, ol {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: white;
	}

	#conteudo ul.lista, ol.lista {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#conteudo code {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	#conteudo table {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: white;
	}


	#texto {
		padding: 0 20px 20px 30px;
	}

	/* cria divisao a esquerda e direita dentro do texto -----*/
	#conteudo #areaesquerda {
		width: 328px;
		padding: 0 20px 0 30px;
		float: left;
	}
	*html body #conteudo #areaesquerda {
		width: 49.5%;
	}
	
	#conteudo #areadireita {
		width: 328px;
		padding: 0 30px 0 20px;
		float: right;
	}
	*html body #conteudo #areadireita {
		width: 49.5%;
	}

/*	#conteudo a {
		margin: 0;
		padding: 0;
		text-decoration: none;
		font-weight: bold;
	}
	
	#conteudo a:link {
		color: #CC3300;
		border-bottom: 1px solid #CC3300;
	}

	#conteudo a:visited {
		color: #336633;
		border-bottom: 1px solid #336633;
	}

	#conteudo a:hover {
		color: #990099;
		border-bottom: 3px solid #990099;
	}
*/


/* configuracao da pagina Indice do Volume ----------------*/

	#conteudo ul.tocvolume {
		margin: 0 0 0 90px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 14pt;
		color: white;
		list-style-type: none;
	}

	#conteudo ul.tocvolume li {
		margin: 10px 0 10px -14px;
		padding: 0;
	}

	#conteudo ul.tocvolume a {
		color: #CCCCCC;
		padding: 0 0 0 35px;
		text-decoration: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocvolume a:link {
		color: white;
		padding: 0 0 0 35px;
		background-image: url(imagem/link.gif);
		background-position: -2 -38;
		background-repeat: no-repeat;
		border-bottom: none;
	}
	
	#conteudo ul.tocvolume a:visited {
		color: white;
		padding: 0 0 0 35px;
		background-image: url(imagem/link.gif);
		background-position: -2 2;
		background-repeat: no-repeat;
		border-bottom: none;
	}

	#conteudo ul.tocvolume a:hover {
		color: white;
		padding: 0 0 0 35px;
		background-image: url(imagem/link.gif);
		background-position: -2 -18;
		background-repeat: no-repeat;
		border-bottom: none;
	}

	#conteudo ul.tocvolume a:active {
		margin: 0;
		padding: 0 0 0 35px;
		border-bottom: none;
	}

/* configuracao da pagina Sumario/Contents do Volume 
   - lista dos artigos ----------------*/

	#conteudo ul.sumvolume {
		margin: 0 0 0 30px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 12pt;
		color: white;
		list-style-type: none;
	}

	#conteudo ul.sumvolume li {
		margin: 10px 0 10px -14px;
		padding: 0;
	}

	#conteudo ul.sumvolume a {
		margin: 0;
		padding: 0;
		text-decoration: none;
		font-weight: bold;
	}
	#conteudo ul.sumvolume a:link {
		color: #CC3300;
		border-bottom: 1px solid #CC3300;
	}

	#conteudo ul.sumvolume a:visited {
		color: #336633;
		border-bottom: 1px solid #336633;
	}

	#conteudo ul.sumvolume a:hover {
		color: #990099;
		border-bottom: 3px solid #990099;
	}


	#conteudo ul .titulotexto {
		font-weight: bold;
	}
	#conteudo ul .autortexto {
		font-style: italic;
	}


/* configuracao da pagina Sumario de Volume Antigo
   - lista dos artigos ----------------*/

	/* Lista dos volumes antigos */
	#conteudo table.listavolumes {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-align: left;
		margin: 0 20px 30px 30px;
	}

	#conteudo table.listavolumes td {
		margin: 0;
		padding: 0 0 0 25px;
		height: 20px;
		background-image: url(imagem/linkmini.gif);
		background-position: 0 -54;
		background-repeat: no-repeat;
	}

	#conteudo table.listavolumes a, a:active {
		margin: 0 0 0 -25px;
		padding: 0 0 0 26px;
		color: white;
		text-decoration: none;
		border-bottom: none;
	}

	#conteudo table.listavolumes a:link {
		color: white;
		background-image: url(imagem/linkmini.gif);
		background-position: 0 -39;
		background-repeat: no-repeat;
		border-bottom: none;
	}
	
	#conteudo table.listavolumes a:visited {
		color: white;
		background-image: url(imagem/linkmini.gif);
		background-position: 0 -3;
		background-repeat: no-repeat;
		border-bottom: none;
	}
	
	#conteudo table.listavolumes a:hover {
		color: white;
		background-image: url(imagem/linkmini.gif);
		background-position: 0 -21;
		background-repeat: no-repeat;
		border-bottom: none;
	}

	/* Fim da formatacao da lista dos volumes antigos */
	
	
	#conteudo ul.sumvolant {
		margin: 0 0 0 90px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 11pt;
		color: #454545;
		list-style-type: none;
	}

	#conteudo ul.sumvolant li {
		margin: 10px 0 10px -14px;
		padding: 0 0 0 35px;
		background-image: url(imagem/bulletsumario.gif);
		background-position: 0 4;
		background-repeat: no-repeat
	}


/* configuracao da pagina Index 
   - inicial do site ----------------*/

	#conteudo ul.tocindex {
		margin: 0 0 0 85px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 18pt;
		color: #CCCCCC;
		list-style-type: none;
	}
	*html body #conteudo ul.tocindex {
		margin: 0 0 0 125px;
	}

	#conteudo ul.tocindex li {
		margin: 10px 0 15px -14px;
		padding: 0;
	}

	#conteudo ul.tocindex li.revista {
		margin: 10px 0 -10px -14px;
		padding: 0;
	}

	#conteudo ul.tocindex li.semlink {
		margin: 10px 0 -10px -14px;
		padding: 0 0 0 40px;
		background-image: url(imagem/linkgrande.gif);
		background-position: -2 -74;
		background-repeat: no-repeat;
	}

	/* Deve ficar uma configuração para cada tipo de tag A
	   e também nesta ordem para que funcione no IE */
	#conteudo ul.tocindex li.semlink a {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
		background-image: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex li.semlink a:link {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
		background-image: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex li.semlink a:visited {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
		background-image: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex li.semlink a:hover {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
		background-image: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex li.semlink a:active {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
		background-image: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex a {
		color: #CCCCCC;
		padding: 0 0 0 40px;
		text-decoration: none;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex a:link {
		color: #CCCCCC;
		padding: 0 0 0 40px;
		background-image: url(imagem/linkgrande.gif);
		background-position: -2 -49;
		background-repeat: no-repeat;
		border-bottom: none;
		font-weight: normal;
	}
	
	#conteudo ul.tocindex a:visited {
		color: #CCCCCC;
		padding: 0 0 0 40px;
		background-image: url(imagem/linkgrande.gif);
		background-position: -2 2;
		background-repeat: no-repeat;
		border-bottom: none;
		font-weight: normal;
	}
	
	#conteudo ul.tocindex a:hover {
		color: #CCCCCC;
		padding: 0 0 0 40px;
		background-image: url(imagem/linkgrande.gif);
		background-position: -2 -23;
		background-repeat: no-repeat;
		border-bottom: none;
		font-weight: normal;
	}

	#conteudo ul.tocindex a:active {
		color: #CCCCCC;
		margin: 0;
		padding: 0 0 0 40px;
		border-bottom: none;
		font-weight: normal;
	}

/* configuracao da pagina de Objetivos ----------------*/

	#conteudo #objetivos {
		width: 328px;
		height: 390px;
		padding: 0 20px 0 30px;
		float: left;
		background-color: #50788C;
	}
	*html body #conteudo #objetivos {
		width: 49.5%;
	}
	
	#conteudo #objetivos p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-align: justify;
		text-indent: 0;
		color: white;
	}
	#conteudo #objetivos h1 {
		color: #cccccc;
	}
	
	#conteudo #catalografica {
		width: 328px;
		height: 390px;
		padding: 0 30px 0 20px;
		float: right;
		background-color: #50788C;
	}
	*html body #conteudo #catalografica {
		width: 49.5%;
	}

	#conteudo #catalografica p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-align: justify;
		text-indent: 0;
		color: white;
	}
	#conteudo #catalografica h1 {
		color: #cccccc;
	}

	#conteudo #catalografica p.right {
		text-align: right;
	}
/* FIM configuracao da pagina de Objetivos ----------------*/


/* configuracao da pagina indices lista principal Autores ----------------*/
	#conteudo #autorBibliografia {
		margin: 10px 0 15px 0;
		/* background-color: lightblue; */
	}

/* configuracao dos indices lista principal -----------------*/
	#conteudo #autorBibliografia a {
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: white;
		text-decoration: none;
		border-bottom: none;
	}
	
	#conteudo #autorBibliografia a:link {
		color: white;
		text-decoration: none;
		border-bottom: none;
	}

	#conteudo #autorBibliografia a:visited {
		color: white;
		text-decoration: none;
		border-bottom: none;
	}

	#conteudo #autorBibliografia a:hover {
		color: white;
		border-bottom: 3px solid white;
	}

	#conteudo #autorBibliografia .autorNome {
		margin: 0;
		padding: 0;
		text-indent: 0;
		font-weight: bold;
	}
	
	#conteudo #autorBibliografia .titulo {
		margin: 7px 0 0 0;
		padding: 0;
		text-align: left;
		text-indent: 0;
		color: lightblue;
	}
	
	#conteudo #autorBibliografia .link {
		margin: 0 0 7px 0;
		padding: 0;
		text-indent: 11pt;
	}
	
	#conteudo #autorBibliografia .autorArtigos {
		margin: 0 0 0 10px;
		/* display: none; */
	}

	#conteudo #autorBibliografia .autorArtigos a {
		margin: 0;
		padding: 0;
		font-weight: normal;
		border-bottom: 1px solid #cccccc;
	}
	
	#conteudo #autorBibliografia .autorArtigos a:link {
		color: #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	#conteudo #autorBibliografia .autorArtigos a:visited {
		color: #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	#conteudo #autorBibliografia .autorArtigos a:hover {
		color: white;
		border-bottom: 3px solid white;
	}

	
/* FIM configuracao da pagina indice de Autores --------------*/


/* Configuracao de rodape ----------------*/
	#footer {
		margin: 5px 0 0;
		width: 100%;
		background-color: #508C8C;
		clear: both;
	}
	
	
	#footer p {
		padding: 10px;
		font-size: 14pt;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		text-align: center;
		color: #CCCCCC;
	}

	#footer a {
		color: #CCCCCC;
		margin: 0;
		padding: 0;
	}


