/* CSS Document */

/*
	-- -- -- -- -- -- --

	APSEI v2006 CSS - PRINT
	SET/2006
	Desenvolvido por Multiweb * Business Inspiration
	www.multiweb.pt

	-- -- -- -- -- -- --

*/


/* =ELEMENTOS COMUNS
------------------------------------------------------------------------ */
* {margin:0; padding:0;}

html {height: 100%;}

body{
	/*behavior: url(/structure/css/csshover.htc); /* WinIE behavior call */
	margin:0;
	padding:0;
	font: 1.1em Arial, Helvetica, sans-serif;
	height:100%;
	color:#606060;
	}

/* Suporte para PNG em IE6 */
img {
	behavior:	url("/structure/script/pngHack.htc");
	}
	

#secondHeader,
#footer,
div.sideBar,
div.userNav,
div#pageOps,
img#adereco01,
img.layoutEnd,
ul.siteNav,
ul.sectionNav,
ul.rootNav,
ul.supportNav,
form {display:none;}



div.gallery {
	/*Galeria de imagens e documentos associados ao artigo*/
	position:relative;
	float:right;
	width:260px;
	margin:0 0 10px 10px;
	padding:0;
	}
	div.gallery img{border:2px solid #ccc;}
	div.gallery img:hover{border:2px solid #d03333;}
	div.gallery ul.thumbs{
		margin:5px 0;
		padding:0;
		list-style:none;
		}
	div.gallery ul.thumbs li{
		display:inline;
		margin:1px;
		}
