/* 
Universidade do Estado do Rio Grande do Norte
Unidade de Processamento de Dados
Descrição:	         Arquivo CSS para gerar página de impressão no Portal UERN
Responsável:         Valério
Data de criação:     4/7/2005
Data de modificação: 12/8/2005
----------------------------------------------------------------------------*/

/* Elementos removidos
--------------------------- */

#logouern, #sloganuern, #icones, #menunavprin, #menunavsec { display:none; !important} 
#ultimasnot{display:none;}
img {display:none; !important}

body { font-size: 76%;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#conteudo{ font-size: 76%; }

body, #conteudo, #rodape {
	float:none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body #ish { position: static; width: auto; height: auto;
	margin: 1em 0 0; padding: 0; border-top: none;
	font-size: 0.9em; text-align: right;
	background: none;
}

html body #conteudo a:link, html body #conteudo a:visited, html conteudo #ish a em {
	position: static; display: inline;
	font-size: 1em; font-weight: normal;
	width: auto; height: auto;
	margin: 0; padding: 0;
	background: none; color: #555;
}

#subtopo {
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
}

h1{
	font-size: 2.0em;
	font-size: 1.4em;
	font-size:1.7em;
	font-size:16px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	font-size:16px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
/*font-size:12px;*/
	margin: 1.2em 0em 1.2em 0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	background-color:lightblue;
	border-top: 1px solid black;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

p { font-size:1.4em;}

address{ font-style:normal;  font-size:8px; margin-top:15px; border-top:1px solid black}
#creditos {font-size:8px; margin:0; padding:0,0,15px,0; }


