/**
 * CSS dos elementos comuns
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #e7e7e7;
	background-repeat: repeat;
}

#geral {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#corpo {
border: 1px solid #000000;
}
/**
* Mensagens de erro
*/
#erro {
/*border: 1px solid #000000;*/
color: #FF0000;
}
/**
* Mensagens de sucesso
*/
#msg {
border: 1px solid #000000;
color: #F0F000;
}
/**
 * CSS da barra de idiomas
 */
#idiomas {
	position: absolute;
	width: 230px;
	top: 82px;
	left: 650px;
	height: 20px;
	z-index: 300;
	/* border: solid 1px #000000; */
}

#idiomas img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
/**
 * CSS do menu superior
 */
#topo {
	position: relative;
	background: #FFFFFF url("../imagens/menutop.jpg") ;
	width: 800px;
	height: 128px;
	z-index: 100;
	/*border: solid 1px #000000;*/
}

#logotipo {
	background-image: url(../imagens/LogStop123x128.gif);
	position: absolute;
	background-repeat: no-repeat;
	width: 122px;
	height: 126px;
	z-index: 101;
	background-position: 3px;

	/*display:nome;*/
}

#menutopo {/*imagens/stop-animado.gif*/
	position: relative;
	left: 130px;
	width: 600px;
	height: 124px;
	white-space:nowrap; 
	/*border: solid 1px #000000;*/
}

#menutopo a {
	color: #3B3B6E;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-color: #3B3B6E;
	text-transform: capitalize;
	text-decoration: none;
}

#menutopo a:hover {
	color: #fff;
}

#menuitem {
	background-image: url("/imagens/bltbrown.gif");
	background-repeat:no-repeat;
	float: left;
	margin-left: 6px;
	padding-left: 20px;
	position:relative;
	top: 103px;
}

div[target="Off"] {		  

}

div[target="On"] {
	background-image: url("../imagens/lateral.jpg");
}

#menutopo li {
	/*list-style-image: url("../imagens/bltbrown.gif");*/
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	color: #FFFFFF;
	display: inline;
}
/**
 * Lateral
 * 
 */
#lateral {
	position: absolute;
	top: 124px;
	/*border: solid 1px #000000;*/
	width: 121px;
	background-color: #23488b;
	background-image: url(../imagens/lateral.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
/**
 * Categorias
 */
#categorias {
	position: relative;
	border: 0px;
	/*top: 144px;
	border: solid 1px #000000;*/
	width: 121px;
}

#categorias ul  {
	position: relative;
	margin-left: 5px;
}

html > body #categorias ul {padding-left: 0px;}

#categorias li {
/*	list-style-image: url("../imagens/bltbrown.gif");*/
	list-style-type: disc;
	list-style-position: inside;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

#categorias a {
/*	list-style-image: url("../imagens/bltbrown.gif");*/
/*	font-variant: small-caps; */
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

#categorias a:hover {
	color: #F0F000;
}

/**
 * Seções
 */
#secoes {
	position: relative;
	border: 0px;
	/*top: 250px;
	border: solid 1px #000000;*/
	width: 121px;
}

html > body #secoes ul {padding-left: 0px;}

#secoes ul  {
	position: relative;
	margin-left: 5px;
}

#secoes li {
	list-style-type: square;
	list-style-position: inside;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #d3dff6;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#secoes a {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

#secoes a:hover {
	color: #F0F000;
}

/**
 * Resumos
 */
#resumosmaterias {
	position: relative;
	width: 121px;
}
#resumosmaterias h2 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#resumosmaterias p {
	font-size: 10px;
	margin: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

#resumosmaterias a {
	margin-left: 3px;
	font-size: 9px;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
}

#resumosmaterias a:hover {
	color: #F0F000;
}
/**
 * Login
 */
#login {
	position: relative;
	margin-left: 5px;
	padding-left: 5px;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	/*top: 340px;
	border: solid 1px #000000;*/
	width: 121px;
}
#login input {
	font-size: 10px;
	border: solid 1px #000000;
}

#login a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#login > dl { 	
	display: inline;
}

#login dt {
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
}

#login dd {
	margin-left: 5px;
}
/**
 * Main
 */
#main {
	background: url("../imagens/fundomain.gif") repeat;
	padding-top: 5px;
	position: absolute;
	top:  127px;
	left: 121px;
	/*border: solid 1px #000000;*/
	width: 679px;
	overflow: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/**
 * Botton
 */
#botton {
	background: url("../imagens/fundobotton.gif") repeat-x;
	padding-top: 5px;
	position: absolute;
	top: 543px;
	left: 121px;
	/*border: solid 1px #000000;*/
	width: 679px;
	overflow: hidden;
	z-index: 200;
}
/**
* Menu inferior
*/
#menuinf {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	top: 23px;
	height:  52px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#menuinf ul  {
	position: relative;
}

#menuinf li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
	display: inline;
}

#menuinf a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
}
/**
* Link voltar (javascript.back())
*/
#linkvoltar {
	text-transform: capitalize;
	text-align: center;
	width: 90%;
	clear: left;
}
#linkvoltar a{
	color: #0000BB;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
/**
* CSS dos itens do submenu da seção
*/
#hiersubsecoes {
	margin-left: 12px;
	background-color: #006699;
}
#hiersubsecoes a {
	font-size: 9px;
}
/**
*
*/
.Referencias .Ref,.Autor,.Publicacao,.Validade {
	display: none;
}


#resumosmaterias h2 {
	display: none;
}

#versaoimpressa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	background-image: url(../imagens/imprimir.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 16px;
	margin: 5px;
}

#versaoimpressa a {
	font-weight: normal;
	text-transform: capitalize;
	color: #006699;
	text-decoration: none;
	font-size: 9px;
	white-space: nowrap;

}
.imgportal {
	margin-left: 6px;
}

