@CHARSET "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
}
#inicio {	
	background: url("../imagens/Logo_contrato.png" );
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; 	
}
table {
	width: 100%;
	text-align: left;
}
.topo {
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 70px;	
	background-color: #E3E3E3;
	text-align: left;
	border: 1px solid #E0DFE3;
	padding-left: 120px;
}
.topo h1{
	width: 300px;
	height: 50px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: -20;
	background: url("../imagens/fundo/Documentacao.png");
	background-repeat: no-repeat;
}
.topo .navegacao {
	font-size: 12px;
	font-weight: bold;
}
.rodape {
	width: 100%;
	height: 20px;
	background: url("../imagens/fundo/fundo_rodape.gif") repeat-x #F3F3EE;
	border-top: 1px solid #FFFFFF;		
	border-bottom: 1px solid #D4D0C8;
	display: table;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: middle;
	text-align: center;
}
.txtRodape {
	font-size: 12px;
}
.buton {
	margin-top: 5px;	
	background: url("../imagens/fundo/button_0.png") no-repeat;	
	border: 0px solid #666666;  
	height: 22px; 
	width: 100px; 
	color: #000000; 
}
.menu {
	border-bottom: 1px solid #E0DFE3;	
	text-align: left;
	height: 32px;
	padding-left: 120px;
}
.separador {	
	margin-left: 35px;	
}
.corpo {
	/*overflow: auto;*/
	width: 80%;
	height: 480px;
	margin-top: 30px;
	margin-left: 120px;
	margin-right: 10%;
	/*position: relative;*/
}

.corpoCombo {
	width: 80%;
	margin-top: 30px;
	margin-left: 120px;
	margin-right: 10%;
}
.corpoLista {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 240px;
	bottom: 40px;
	*bottom: 10px;
	overflow: auto;
	*height: 100%;
	/*
	width: 60%;
	
	margin-top: 15px;
	margin-left: 120px;
	margin-right: 10%;*/
}

.coluna01 {
	text-align: right;
}
.titulo{
	background-color: #70ACF4;
	width: 100%;
	text-align: center;
}
.titulo .nome{
	font-size:16px;
	font-weight: bold;
	background-color: #70ACF4;
	border: 0px;
}
.tabela {
	text-align: center;
}
.tabela thead tr th{
	background-color: #E4F0FE;
}
.tabela .nomecoluna{
	font-weight: bold;
}
.row_01 {
	background: #F3F3F3;
}
.row_02 {
	background: #FFFFFF;
}
