	/*
		--- Versionamento ---
		03/08/2021 - Karine - CabecalhoBanner
		--- Fim Versionamento ---		
	*/
.tabela_grupo{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #AAA;	
	background-color: #F0F0F0;
	padding: 10px;
}

.opcao_parcela{

}

.opcao_parcela_titulo{
	font-weight: bold;
	color: #222;
	font-size: 10px;
}

input[type="text"]{
	font-family: verdana;
	font-size: 12px;
	border-color: #DDD;
	border-width: 1px;
	background-color: #FFD;
}	

input[type="text"]:focus{
	background-color: #FF0;
	
}

.sugestao{
	border-collapse: collapse;
	background-color: #EEEEFF;
	border: 1px dashed #0000FF;
}

.sugestao td{
	font-family: verdana, helvetica;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
}


body{
	margin: 0px;
	background-color: #DDD;
	font-family: verdana;
	font-size: 12px;
}

#TabelaMeio{
	background-color: #FFF;
	width: 900px;
}

#Cabecalho{
	border-collapse: collapse;
	width: 900px;
	height: 100px;
	background-image: url('/Imagens/iptu.jpg');
}

#Cabecalho td{
	font-weight: bold;
	font-size: 20px;
}

#CabecalhoBanner{
	border-collapse: collapse;
	width: 900px;
	height: 100px;
	
}

#CabecalhoBanner td{
	font-weight: bold;
	font-size: 20px;
}

#Rodape{
	width: 900px;
	background-color: #FFF;
	color: #000;
	font-size: 11px;	
	text-align: center;
	
}



.titulo_pagina{
	font-weight: bold;
	font-size: 15px;
	color: #007;
}

p{
	font-size: 12px;
}

.listbox{
	min-width: 500px;
	border-collapse: collapse;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #AAA;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #AAA;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	background-color : #FEFEDD;
}

.listbox th, .linkth{
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma;
	background-image: url("/Imagens/fundoth.gif");
	top:0px;	
	right:0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.listbox td, .listbox th{
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	cursor: pointer;
	white-space: nowrap;	
	font-size: 12px;
}

.listbox td{
	padding: 0px 5px 0px 5px;
	white-space: nowrap;	

}



















.listbox_pe{
	min-width: 500px;
	border-collapse: collapse;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #AAA;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #AAA;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	background-color : #FFF;
}

.listbox_pe th, .linkth{
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma;
	background-color: #FFF;
	top:0px;	
	right:0px;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.listbox_pe td, .listbox_pe th{
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	cursor: pointer;
	white-space: nowrap;	
	font-size: 12px;
}

.listbox_pe td{
	padding: 7px 7px 7px 7px;
	white-space: nowrap;	

}












.subtitulo{
	font-size: 12px;
	font-weight: bold;
}


.buscando_guia{
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #888;
	font-size: 12px;
	padding: 10px;
}


.erro{
	color: #900;
	font-size: 12px;
	background-color: #FFB8B8;
	border: 1px solid #F00;
	padding: 15px;
	font-weight: bold;
}