#content-idbusca-100 {
	margin-top: 5px;
}

/* DIV que contém o título principal do sistema */
#titulo {
	color:  #8b7861;
	font-family: Arial;
	font-size: 8.3pt;
	font-weight: bold;
	text-align: left;
	text-transform:  uppercase;
	display: block;
	float: left;
	padding-left: 5px;
	padding-top: 4px;
	width: 650px;
}

/* DIV que contém o texto da versão do sistema */
#versao {
	color:  #8b7861;
	clear: right;
	padding-top: 4px;
	padding-right: 5px; 
	text-align: right;
	font-size: 7pt;
	text-transform: uppercase;
}

/* DIV que representa o cabeçalho das páginas */
#cabecalho TABLE {
	display: none;
}

/* Formatação para o texto de instrução */
.instrucao {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* DIV que contém a TABLE com os campos */
#div-form {
	background-color: #FBF8F0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#corpo-form TD, #corpo-form TH, .corpo-form TH {
	padding-left: 5px;
	padding-right: 5px;
}

.corpo-form TH {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* DIV que representa o rodapé */
#rodape {
	padding-left: 5px;
	width: 100%;	
}

.textoAviso {
	font-size: 10px;
}

.textoAvisoReimpressao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #C60000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	line-height: normal;
}

#divBotoes {
	text-align: center;
	width: 100%;
}

.classecheck {/* TAG HTML REESCRITA PARA CHECKBOXES*/
    font-family: Verdana !important;
	font-size: xx-small !important;
    color: #000000 !important;
    border: 0px !important;
}

.classeradio {/* TAG HTML REESCRITA PARA RADIOS*/
	font-family: Verdana !important;
	font-size: xx-small !important;
    color: #000000 !important;
	border: 0px !important;
}

.classetxtfielddes ,.classetxtfielddesjuizpaz{/* TAG HTML REESCRITA TEXT FIELDS DESABILITADOS*/
	font-family: Verdana !important;
	font-size: xx-small !important;
    color: #817f80 !important;
	border: 1px solid #7C7C7C !important;
}





.erro {
    height: 19px; 
    color: #FF0000;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    width: 680px;
    text-align: left;
}

#divMessages {
    font-family: Verdana;
    width: 380px;
    height: 135px; 
    font-size: 11px;
    overflow:auto;
    overflow-y:auto;
    overflow:-moz-scrollbars-vertical;
}

ul {
	padding-left: 10px;
	*padding-left: 15px;
}

ul li {
	list-style-type: disc !important;
	list-style-position: outside;
	list-style: disc !important;
}

#divMessages ul {
	padding-left: 15px;
}

.currency {
    text-align: right;
}

#divErro {
    font-family: Verdana;
    text-align: left;
    width: 500px;
    height: 200px; 
    font-size: 11px;
    border: 1px solid #000000;
    overflow:auto;
    overflow-y:auto;
    overflow:-moz-scrollbars-vertical;
}

#content100 input {
	text-transform: uppercase;
}

#divBotoes input, .botao {
	text-transform: none !important;
}

div.tableDiv {
        border:0px solid #ACA899;	/* Border around entire widget */
        height: 170px;
        *height: 230px;
        overflow:auto;
        overflow-y:auto;
        overflow:-moz-scrollbars-vertical;
}

div.tableDivObs {
        vertical-align: middle;
        height: 285px;
}

.transparentButton {
        height: 16px; 
        width:21px; 
        border: none !important; 
        background: transparent;
        width: 16px;
        height: 16px;
}

.td_baixo {
	height: 10px !important; 	
} 

#linkHome, #linkSair {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold !important;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none !important;
}

#linkHome IMG, #linkSair IMG {
	width: 14px;
	height: 14px;
	border-width: 0px;
}	

.textoAtencao {
	/*color: #FF0000;*/
}

.textoAviso {
	color: #C60000;
}

#btnReimpressao, #btnGrerj {
	width: 80px;
}

/*
	Estilo para o aviso na página inicial do judicial
*/
.avisoJudicial {
	color: #C60000;
	margin-top: 10px;
}

.avisoTitulo{
	font-weight: bold;
}

.linhaSep {
	margin-top: 5px;
	margin-bottom: 5px;	
	border-bottom: 1px dotted;
	width: 100%;
	height: 1px;
}

/* Estilo para formatar o campo habilitado com a mesma proporção do campo desabilitado */
.classetxtfielddeshab {
	font-family: Verdana !important;
	font-size: xx-small !important;
}

.opcaoDesarq {
	font-weight: bold;
}

.divSeparador {
	height: 10px;
	background-color: #FFF;
}