body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background: url(../imagens/fundo.png) top center repeat-y;
  	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

#chanfro {
	width: 79.0em;
	margin: 0em auto;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);	
}

/*** Correção para navegadores que não sejam o IE ***/
#chanfro {
	overflow: hidden;
}

/*** Correção para o IE 5.01 ***/
#chanfro {
	float: none;
}

/*** Correção para o Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/****************/
/*  CABECALHO    */
/****************/

/*** Banner ***/
#cabecalho-banner {
/*	width: 78.0em;
	height: 9.7em;
*/
	float: left;
	clear: both;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

#cabecalho-banner .img-topo {
/*
          Confirmar estas medidas
	width: 78.2em;
	height: 9.8em;
*/
    width: 790px;
	height: 98px;
	margin: 0em;
	padding: 0em;
	border: none;
}

/*** cabecalho - barra de navegacao ***/
#cabecalho-nav-topo {
	float: right;
	margin: 0.5em 0.2em 0em 0em;
	padding: 0em;
}

#cabecalho-nav-topo ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#cabecalho-nav-topo li {
	float: left;
	white-space: nowrap;
	border-left: solid 0.1em rgb(150,150,150);
}

#cabecalho-nav-topo li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	background-color: rgb(255,255,255);
	color: rgb(150,150,150);
	text-decoration: none;
}

#cabecalho-nav-topo a:hover, #cabecalho-nav-topo .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: underline;	
}

/*** cabecalho: navegacao rodape ***/
#cabecalho-nav-rodape {
	float: left;
	width: 79.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background: url(../imagens/cabecalho_rodape.jpg);
}

#cabecalho-nav-rodape ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#cabecalho-nav-rodape li {
	float: left;
	white-space: nowrap;
}

#cabecalho-nav-rodape li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#cabecalho-nav-rodape a:hover, #cabecalho-nav-rodape a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

/*** Correções para o IE5 ***/
* html #cabecalho-nav-rodape a {width:1%;}
* html #cabecalho-nav-rodape a {width:1%;}


/***   Buffer: espaço entre o cabeçalho e o conteúdo   ***/
#buffer {
	clear: both; 
	float: left;
	width: 79.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

/*******************************/
/***   COLUNA DA ESQUERDA  ***/
/******************************/
#esquerda-primeira {
	clear:both;
	float: left;
	width: 15.9em;
	margin: 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Flitro para o IE5 no MAC \*/
#esquerda-primeira {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

/* Fim do Filtro para o IE5 do Mac */

#esquerda {
	clear:both;
	float: left;
	width: 15.9em;
	padding: 0em;
	border-right: solid 0.1em rgb(200,200,200);		
	background-color: rgb(242,242,242);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Flitro para o IE5 no MAC \*/
#esquerda {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* Fim do Flitro para o IE5 no MAC \*/

#esquerda ul {	
	width: 15.8em;
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;	
	border-bottom: solid 0.1em rgb(200,200,200);
}	

#esquerda li {
	margin: 0em;
	padding: 0em;
}

#esquerda li.titulo-navegacao-esquerda {
	display: block;
	text-align: right;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: uppercase;
	font-weight: bold;
	height: 2.0em;
	font-size: 1.1em;
}

#esquerda li a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	height: 1.3em;
	font-size: 1.1em;
}

#esquerda li.grupo-navegacao-esquerda a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0.1em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	font-weight: bold;
	height: 2.6em;
	font-size: 1.1em;
}	
	
#esquerda a:hover, #esquerda .selected {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#esquerda li.grupo-navegacao-esquerda a:hover, #esquerda li.grupo-navegacao-esquerda .selecionada {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

/*** Images ***/
#esquerda-primeira .imagem-esquerda {
	/*height: 40.0em;
	width: 15.9em;*/
	height: 484px;
	width: 157px;
	margin: 0em;
	padding: 0em;
	border: none;
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#meio {
	float: left;
	width: auto;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#meio-pf {
	float: left;
	width: 58.0em;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#meio-maior {
	float: left;
	width: 53.0em;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

/* Início do Filtro para IE5 do Mac \*/
#meio {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* Fim do Filtro para IE5 do Mac \*/

/***   Título da Página   ***/
#titulopagina {
	width: 39.0em;
	margin: 0.3em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#titulopagina p {
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 1.1em;
}

/*** Caixa padrão ***/
.middle-column-title-standard {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 1.2em;
}

.caixa-capa-boletim-titulo {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(255, 0, 0);	
	background-color: rgb(255,255,255);
	color: rgb(255, 0, 0);
	font-weight: bold;
	font-size: 1.4em;
}

.caixa-capa-destaque-maior {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 1.4em;
}


.middle-column-box-full-standard {
	float: left;
	width: auto;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.middle-column-box-full-grande {
	float: left;
	width: 50.0em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.meio-tabela {
	float: left;
	width: 48.0em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	margin: 1.0em 0em 1.0em 0em;
	font-size: 1.2em;
}

.middle-column-box-left-standard {
	clear: left;
	float: left;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.caixa-capa {
	clear: left;
	float: left;
	width: 42em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.middle-column-box-right-standard {
	float: right;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.middle-column-box-full-standard p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading, .caixa-capa p.heading  {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading, .caixa-capa p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard p, .middle-column-box-left-standard p, .middle-column-box-right-standard p, .caixa-capa p {
	margin: 0em 0em 0.6em 0em;	
	font-size: 1.2em;	
}

.middle-column-title-grey {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.3em;
	background-color: rgb(220,220,220);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-grey {
	float: left;
	width: 43.0em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(235,235,235);
	color: rgb(100,100,100);
}

.middle-column-box-left-grey {
	clear: left;
	float: left;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(235,235,235);
	color: rgb(100,100,100);
}

.middle-column-box-right-grey {
	float: right;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(235,235,235);
	color: rgb(100,100,100);
}

.middle-column-box-full-grey p.heading, .middle-column-box-left-grey p.heading, .middle-column-box-right-grey p.heading {
	margin: 1.0em 1.0em 1.0em 1.0em;
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-grey p.subheading, .middle-column-box-left-grey p.subheading, .middle-column-box-right-grey p.subheading {
	margin: 1.0em 1.0em 0.6em 1.0em;	
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-grey p, .middle-column-box-left-grey p, .middle-column-box-right-grey p {
	margin: 0em 1.0em 0.6em 1.0em;	
	font-size: 1.2em;	
}

/*** Imagens com borda ***/
.middle-column-img-left-halfsize-border {
	float: left;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.middle-column-img-right-halfsize-border {
	float: right;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(100,100,100);	
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.middle-column-img-left-fullsize-border {
	float: left;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.foto-historico {
	float: left;
	width: 21.0em;
	height: 15.8em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.foto-grande {
	float: center;
	width: 480px;
	height: 360px;
	margin: 0.0em 0.0em 0.0em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.foto-borda {
	float: center;
	width: 510px;
	height: 390px;
	margin: 0.0em 0.0em 0.0em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.foto-aereo {
	float: left;
	width: 42.4em;
	height: 28.3em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}


.foto-laboratorio {
	float: center;
	width: 32.0em;
	height: 24.8em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}


.middle-column-img-right-fullsize-border {
	float: right;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(100,100,100);	
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

/*** Imagens sem borda ***/
.middle-column-img-left-halfsize-noborder {
	float: left;
	width: 5.0em;
	height: 5.0em;
	margin: 0.3em 0.5em 0.3em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.middle-column-img-right-halfsize-noborder {
	float: right;
	width: 5.0em;
	height: 5.0em;
	margin: 0.3em 0em 0.3em 0.5em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.botao-noticias-normal {
	float: left;
	margin: 0.2em 0.2em 0.2em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.botao-noticias-reduzido {
	float: left;
	width: 5.6em;
	height: 5.6em;
	margin: 0.2em 0.2em 0.2em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.botao-noticias {
	float: left;
	width: 5.0em;
	height: 5.0em;
	margin: 0.2em 0.2em 0.2em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}


.middle-column-img-left-fullsize-noborder {
	float: left;
	width: 9.0em;
	height: 8.9em;
	margin: 0.2em 0.2em 0.2em 0em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.middle-column-img-right-fullsize-noborder {
	float: right;
	width: 10.0em;
	height: 10.0em;
	margin: 0.3em 0em 0.3em 0.5em;
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

/************************/
/***   COLUNA DA DIREITA   ***/
/************************/
#direita{
	float: right;
	width: 15.0em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

/* Início do Filtro para IE5 do Mac \*/
#direita {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* Fim do Filtro para IE5 do Mac \*/

/*** Padrão ***/
.right-column-title-standard {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box-standard {
/*	float: right; */
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.box-area-aluno {
/*	float: right; */
	width: auto;
	height: 6em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: 0.1em solid rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.box-area-aluno-notas {
/*	float: right; */
	width: auto;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.tabela-boletim {
/*	float: right; */
	width: auto;
	font-size: 12px;
	border: solid 0.1em rgb(255,255,255);
  	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

.tabela-pf {
/*	float: right; */
	width: 560px;
	font-size: 12px;
  	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

.login-errado {
/*	float: right; */
	font-size: 16px;
  	font-family: Arial, sans-serif;
	color: red;
	font-weight: bold;
}

.destaque {
/*	float: right; */
	font-size: 16px;
  	font-family: Arial, sans-serif;
	color: navy;
	font-weight: bold;
}

.tabela-celula {
	border: solid 1px 1px 1px 1px rgb(255,255,255);
	width: 30px;
	text-align: center;
}

.tabela-celula-disc {
	border: solid 1px 1px 1px 1px rgb(255,255,255); 
	width: 240px;
}

.tabela-celula-auto {
	border: solid 0.1em 0.1em 0.1em 0.1em rgb(200,200,200); 
}


.box-area-aluno-boletim {
/*	float: right; */
	width: 50.0em;
	height: 6.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.right-column-title-grey {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.2em;
	background-color: rgb(220,220,220);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}


.right-column-box-grey {
/*	float: right; */
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(235,235,235);
	color: rgb(100,100,100);	
}

.imagem-vitrine-virtual {
    width: 11.0em;
	height: 3.8em;
	margin: 0em;
	padding: 0em;
	border: none;
}

.form_title{
	color : #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
		
.form_field {
	font-size : 13px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #474747;
	font-weight : bold;
	text-align:left;
}
		
.form_text{
	font-size : 11px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #000000;
}
	
.text_box{
	font-size : 11px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #000000;
}
		
.text_area{
	font-size : 11px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
}
		
.text_select{
	font-size : 11px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #000000;
}

.form_error{
	font-size : 11px;
	font-family : Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-weight : bold;
}

/*** Texto de Paragrafo ***/
#direita p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.1em;
}

/*****************/
/***   RODAPÉ      **/
/*****************/
#rodape {
	clear: both;
/*	float: left; */
	width: 79.0em;
	height: 2.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(200,200,200);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

/****************************************************/
/***   LINKS NAS COLUNAS DO MEIO E DA DIREITA  ***/
/***************************************************/

a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: navy;
}

/*** Links visitados ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */
