@CHARSET "ISO-8859-1";

.entrancia{
	width:100%;
	margin:0 auto;
	background: url(../imagens_clientes/bg_red.gif);
	min-height:23px;
	padding:3px 0;
}
.entrancia table tr td {
	font-weight:bold;
	margin:0;
	padding:0;
}
.entrancia table{
	background:none;
	margin:0 auto;
	height:23px;
}
.entrancia img{
	padding-right:4px;
}
.comarca {
	min-height: 23px;
	margin: 0 auto;	
	background: none;
}
.comarca table {
	height: 23px;	
	border: 1px solid #ccc;
	border-top: 0;
}
.comarca table tr td {
	margin: 0;
	padding: 5px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.comarca table #trComarca-99 td {
	border-bottom: 3px solid #ccc;
}
.dados{
	background:none;
	margin:0 auto;
	width:480px;
}
.dados table tr td{
	padding:7px 0;
	margin:0;
}
#busca1{
	padding:10px 10px 10px 10px;
	background-color:#f2f2f2;
	margin:0 auto;
	width:480px;
	height:20px;
}
#busca1 td{
	font-weight:bold;
}
#busca1 input{
	margin:0 auto;
	border-style:solid;
	border-color:#811111;
	background-color:#FFF;
	color:#811111;
}
.midTabela {
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	border-collapse:collapse;
}
.midTabela td {
	border:1px solid #ccc;
	border-left:0;
	border-right:0;	
}
#formconsulta .form-right {	
	width: 35%;
}
#formconsulta .form-right select,
#formconsulta .form-right input {	
	width: 100%;
}