*, html, body {
	margin:0;
	padding:0;
}

html {
	background-color: #FFFFFF;
}

body {
	width:100%;	
}

#wrapper {
	position:relative;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
	

#header_portal {
	position:relative;
	height:167px;
	width:100%;
	background-image: url(../imagens/degois/degois_header_portal.jpg);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	/*overflow-x: hidden;*/
}

#header_plataforma {
	position:relative;
	height:167px;
	width:100%;
	background-image: url(../imagens/degois/degois_header_platf.jpg);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	/*overflow-x: hidden;*/
}

/* Não está a ser usado */
#divMenuHorizontal{
	width:100%;
	position:relative;
	top:135px;
	left:13px;
	
}


/*   ************** Para os vários tipos de corpo ************** */	
#divAreaNavegacao {
	position:absolute;
	left:16px;
	top:210px;
	width:232px;
	height:419px;
}

#divCorpo { /*corpo das estatisticas*/
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	position:absolute;
	left:213px;
	top:210px;
	width:770px;
	height:408px;
	overflow-x:hidden;
	overflow-y:auto;
}
#divEscolhaIdioma {
	position:absolute;
	height: 55px;
	top: 544px;
	left: 16px;
	width: 232px;
}
/*  FIM  ************** Para os vários tipos de corpo **************/	

#divInfoInstituicao{
	position:absolute;
	left:12px;
	top:20px; 
	height:74px;
	width: 980px;
}

/*	procura de CVS	*/
#divBaixoTodo{
	position:absolute;
	left:16px;
	top:210px; 
	height:74px;
	width: 980px;
}

#divBaixoTodo p{
	padding-bottom: 10px;
}

/*#divAreaMostraCVsProcura {
	position:absolute;
	left:380px;
	width:600px;
	top:0px;
}

#divAreaMostraCVsProcura div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height:310px;
	overflow-x:hidden;
	overflow-y:auto;
}*/

#divAreaMostraResultadoProcura {
	position:absolute;
	left:380px;
	width:600px;
	top:0px;	
}

#divAreaMostraResultadoProcura div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height:310px;
	overflow-x:hidden;
	overflow-y:auto;
}


#divAreaMostraCVs p, 
#divAreaMostraCVs h2,
#divAreaMostraCVs a
{
	padding-bottom: 10px;
	padding-right: 10px;
}

#divAreaNoticias {
	position:relative;
	left:0px;
	top:0px; 
	width:400px;
}

/* Não está a ser usado */
#divAreaEntradaCVs {
	position:absolute;
	/*left:485px;*/
	left:0px;
	top:0px; 
	width:705px;
	/*width:276px;*/
}
/*******************/
#divAreaInformacoesDeGois {
	position:absolute;
	left:420px;
	top:0px; 
	width:345px;
}

h1{
	padding-left: 0px;
	padding-top:3px;
	text-align:left;
	background-color:#A3A3A3;
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	color: #323232;
	margin: 0px 0px 10px 0px ;
	height: 18px;
	text-indent: 6px;
}

h2{
	padding-left: 2px;
	text-align:left;
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color: #323232;
	margin: 5px 0px 5px 0px ;
}

h3{
	padding-left: 2px;
	text-align:left;
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color: #23506E;
	margin: 5px 0px 5px 0px ;
}

h4{
	padding-left: 2px;
	text-align:left;
	font-family: Verdana;
	font-size:10px;
	margin: 5px 0px 5px 0px ;
}

h5{
	padding-left: 2px;
	text-align:left;
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 0px 5px 0px ;
}

p {
	padding-left: 2px;
	padding-bottom: 10px;
}

body{
	font-family: Verdana;
	font-size: 11px;
}

a:link, a:visited{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #23506E; 	
}

p.bobytext{
	background-color:#A3A3A3;
	line-height:20px;
}

p.plink{
	text-align: right;
	padding-top:4px;
}

/* para tabelas editáveis */
.hide { 
    cursor:hand;
    position:relative; 
    z-index:20; 
    visibility:hidden; 
}

.visible { 
    position:relative; 
    z-index:20; 
    visibility:visible; 
}

.hover {
    background-color:#F5F5F5; 
    cursor:defaut;
}	
