﻿@CHARSET "UTF-8";
body  {  	
	background-image: url("Imagens/linho.jpg");
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
	margin: auto;
} 
h1 {
	color: #ffffff;
	margin: auto;
}
a {
	text-decoration: none;
}
table {
	border: thin;
	border-style:solid;
	border-color: #4682B4;
	margin: 0 auto;
	font-size: 70%;
}
th {
	background:#4682B4;
	font: bold 10px arial, sans-serif;
	color: #ffffff;
}
td {
	font: 15px arial, sans-serif;
}	

/* ............................CONTAINER PRINCIPAL */
#container  {  	
	margin: 1em auto;  	
	width: 650px;  	
	text-align: left;
}
		
#transp {
	width:650px ; /* igual a largura do container */
	position:relative; /* esta regra cria a referência para posicionar o filtro */

}
	
#filtro {
	position:absolute;
	margin: auto;
	font: bold 10px arial, sans-serif;
	color: #000000;
}
#filtro h1{
		margin: 1em auto;  	
}
/* ......................................CABEÇALHO */
#header {
	height: 1px;
	width: 100%;
	position: relative;
	text-align: center;
}
/* ...................................TELA CENTRO  */  
#contents  {  	
	float: left;  	
	width: 650px;  	
	margin: 1em auto; 
	display: inline;
	text-align: center;
	}
#contents img {
		background-repeat: no-repeat;
		margin: 0 auto;
		position: relative;
	}
#contents table {
	margin: 5em auto;
}
#contents td {
	text-align: center;
}
/* ........................................RODAPÉ */	    
#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	padding: 5px;
	}
/* .......................................OUTROS */
#tabLogin {
	background: white;
	/* mantida aqui para lembrar especificidade
	   o que estiver contido aqui afetará todos
	   os elementos com este id e filhos */
}
#tabProjeto {
	background: white;
	width: auto;
}
#tabProjeto td{
	text-align: left;
}
#tabProjeto td.Centro{
	text-align: center;
}
#tabProjeto input {
	margin-left: 1px;
}

#tabRel {
	background: white;
	font-size: 70%;
	width: 650px;
}
#tabRel td{
	text-align: left;
	border:thin;
	border-bottom-style: dashed;
	border-bottom-color: #4682B4;
}
#tabRel p{
	font-weight: bold;
}