/* CSS Document */
						
/* +++++++ CREDITOS & COPYRIGHT +++++++ 
   Folhas de Estilo do Site [Front_end] do Site Real Granito
   Criadas por alvaro Saraiva @ glups.pt @ Abril 2008
   
   Glups - Atelier de Novas Tecnologias, Lda
   Rua Jaime Campos, Bloco D, Piso 3 Esq., 5000-431 Vila Real | Portugal
   Tel. [351] 259 322 183 | E-mail: info@glups.pt | URL: www.glups.pt

   Se utilizarem esta folha de estilos para os vossos trabalhos,
   a Glups agradece que ao menos no retirem estas linhas de codigo,
   por respeito e agradecimento ao trabalho das pessoas que a criaram
   e ao trabalho que voces pouparam. Keep Cool. Peace ;)

*/

/* +++++++ FORMATACAO GERAL DA PAGINA +++++++ */				

/* Controla a apresentao BASE das tags: body, td, form */
body,
td,
form {	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight: normal;
			color: #666666;
			line-height:14px;
			/* Controla as Scrollbars da pagina - NOTA: só o IE é k suporta isto */
			scrollbar-face-color: #ffffff; /* cor da barra e dos quadrados que suportam as setas*/
			scrollbar-3dlight-color: #cccccc; /* Rebordo das setas */
			scrollbar-track-color: #ffffff; /* cor do fundo */
			scrollbar-darkshadow-color: #ffffff; /* sombra da barra e dos quadrados das setas */
			scrollbar-arrow-color: #666666; /* cores das setas */
}

/* +++++++ FORMATACAO DE TEXTO +++++++ */
/* ++++ LINKS ++++ */
/* links gerais */
a:visited { color: #FE990D;		text-decoration: underline}
a:link {		color: #FE990D;	text-decoration: underline}
a:hover {	color: #DE4D13;	text-decoration: underline}

/* formato de outros textos */
.txtTituloCinza {	color: #333333;
						font-size: 11px;
						font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
						font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	+++++++ FORMATACAO DOS TD'S GLOBAIS DOS TEMPLATES +++++++
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/		

/* tds k comportam conteudos */
td.alignLeft {	text-align: left;		vertical-align: top; }			/* td que alberga qualquer tabela -» Alinha à esq e ao topo */
td.alignRight {	text-align: right;	vertical-align: top; }		/* td que alberga qualquer tabela -» Alinha à dta e ao topo */
td.alignCenter {	text-align: center;	vertical-align: top; }		/* td que alberga qualquer tabela -» Alinha ao centro e ao topo */

/* td que alberga a coluna do lado esq do template geral */
td.colunaEsqTmpl{	text-align: right;
						vertical-align: top;
						background-image: url(../../_imagens/_tmpl/tmpl_fe_fundo_tmpl_esq.gif);
						background-repeat: no-repeat;
						background-position: top right;
						width: 40%;
						height: 508px;
}

/* td que alberga o flash */
td.colunaCentroTmpl{	text-align: left;
							vertical-align: top;
							width: 908px;
}

/* td que alberga a coluna do lado dto */
td.colunaDtaTmpl{	text-align: left;
						vertical-align: top;
						background-image: url(../../_imagens/_tmpl/tmpl_fe_fundo_tmpl_dta.gif);
						background-repeat: repeat-x;
						background-position: top left;
						width: 60%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	++++++++ FORMATACAO DE OUTROS TD'S DOS TEMPLATES ++++++++
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

td.corpo {	border-left: solid 1px #cccccc;
				padding: 30px;
				padding-left:10px;
				vertical-align:top;
				text-align: left;}
/* td com os textos gerais */
td.textoNormal{	padding: 10px;
						padding-left: 0px;
						text-align: left;
						vertical-align: top;						
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	+++++++++++++++++++ FORMATAÇÃO DOS DIVS ++++++++++++++++
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/							

.opcaoInvisivel {display:none}
.opcaoVisivel {display:table-row-group}