﻿*{
	margin:0;
	padding:0;	
}

body{
	font: 11px verdana, arial, sans-serif;	
	background: #81A5F6;	
	margin:5;
    overflow-y:scroll;		
}

a:link, a:visited, a:active {
	text-decoration: none; 
	font-family:Verdana, sans-serif;
	font-size:9pt;
	color: #6495ED;
	line-height:150%;
}

a:hover {
	text-decoration: none; 
	color: #FF0000;
	font-family: Verdana; 
}

div#fundo{
	width: 780px;
	background: #FFF;
	border: 1px solid #000;
	padding: 10px;
	overflow:hidden;
}
div#cabecalho {
	height:110px;	
}
div#linhamenu{
	background: #B9CAE0;
	text-align:right;
	height:18px;
	padding:5px;
}

#menuhor {
	border:none;
	font: 12px Arial, sans-serif;
	float:left;	
}

#menuhor li {
	list-style: none; 
	display: inline;
}

#menuhor li a {
	padding: 3px 5px; 
	background: #999;
	text-decoration: none;
}

#menuhor li a:link {
	color: #fff;
}

#menuhor li a:visited {
	color: #fff;
}

#menuhor li a:hover {
	background: #ccc;
	color: #000; 
}

#menulateral{
	width:200px;
	float:left;
	height:350px;
	background:#FFF;
}	

div#corpo{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: Justify;
	font-size: 13px;
	padding:5px;
	margin: 10px;
}

div#principal{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: Justify;
	font-size: 13px;
	background: #FFF;
}

p#textocorpo{
	text-indent: 3em;	
}

h2#titulomateria{
	background: #FFF;
	font-size: 15px;
}
div#materias{
	padding:4px;
	clear:both;	
	border-top: 1px dashed #000;					
}
img#fotomateria{
	float:right;
    margin: 5px;	
}

#iconedown img{
	float:left;	
	border: 0px;	
}
div#rodapemateria{
	background: #CDEB8B;
	clear:both;	
}
div#destaques{
	padding:4px;
	margin:4px;
	width:355px;
	height:120px;
	float:left;
	border: 2px solid #7D9EDF;
}

p#faixa{
	background:#5882D5;
}
#destaques img{
	float:left;	
	width:82px;
	height:68px;
	padding:3px;
}
div#autores{
	padding:4px;
	margin:4px;
	width:350px;
	height:110px;
	float:left;
	border: 1px dotted #7D9EDF;
    background:#fffff9;	
}

div#autoressimples{
	padding:4px;
	margin:4px;
	width:650px;
	float:left;
	border: 1px dotted #7D9EDF;
    background:#fffff9;	
}

#autores img{
	float:left;	
	width:65px;
	height:78px;
}
h1#titulo{
	color: red;
	font-size: 25px;
	border-bottom: 1px solid #000;	
}

h2.tituloeditorial{
	color: red;
	font-size: 15px;
	border-bottom: 1px dashed #000;
	clear:both;
}

h3#tipodocumento{
	clear:both;
	font-size: 17px;	
}

img#expediente {
	float:left;	
}

div#rodape{
	background: #DFDFDF;
	height:65px;
	width:780px;
	clear:both;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000;
	line-height:16px;
	padding:3px;
}

div#busca{
    border-top: 1px dashed #000;
	padding: 10px;
}

fieldset{
    padding: 20px;
    border: 1px solid #ccc;
    width: 94%;

}
legend {
    font-weight: bold;
    color: #c03;
    font-size: 11pt;
    letter-spacing: 1px;
}

label{
	display: block;
	width: 150px;
	float: left;
	color: #000;
	border-bottom: 1px dashed #f1f1f1;
}

input#texto { 
    border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}

label#cb{
	width: 80px;
	color: #000;
}

div#dcb{
	border: 0px dashed #000;
}


img#icone{
	vertical-align:middle;
	border: 0px;
}

/* Janela Modal */
/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask {position:absolute;
top:0;
left:0;
z-index:9000;
background-color:#000;
display:none;
}

#boxes .window {
position:absolute;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog {
width:375px;
height:203px;
background-color:#ffffff;
}
/* posiciona o link para fechar a janela */
.close {
display:block;
text-align:right;
}


/* Lookup */
.suggestionsBox {
    position: relative;
    left: 150px;
	top: -5px;
    margin: 10px 0px 0px 0px;
    width: 400px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionsBox li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
	list-style: none; 
}


.suggestionsBox li:hover {
    background-color: #659CD8;
}




