/*
 * Casa de Software S/A.
 * Projeto: Migração Site TJRO IAS
 * Migração das aplicações.
 * Autor: Lécio Nunes
 */
 
 .nada {
  }

.tituloErro {
	font-family: Arial, Verdana, Sans-serif;
	background: #7F9DB9;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.erro {
	font-family: Arial, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.centralizado {
	text-align: center;
}
	
.label {
	font-family: Arial, Verdana, Sans-serif;
	background: #7F9DB9;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.labelSimples {
	font-family: Arial, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.tabelaHeader {
	font-family: Arial, Verdana, Sans-serif;
	background: #7F9DB9;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.colunaLocalizacao {
	width= 39%;
}

.colunaAtendente {
	width= 32%;
}

.colunaTelefone {
	width= 29%;
}

.colunaEmail {
	width= 29%;
}

.linhaPar {
	background: #FFFFFF;
}
.linhaImpar {
	background: #EFF3F7;
}

table.rodape {
	background-repeat: repeat-x;
	background-position: center top;
	height: 34px;
	width: 100%;
}

img {
	border-style: none;
}

.observacao {
	font-size: 12px;
}

