@charset "utf-8";


/* CONFIGURACOES DA TABELA DOS RESULTADOS DE BUSCA EM LISTA ---------------------------------------------*/


table#listagemBusca {
	width:640px;
	margin:10px 0 0 0;
	border-collapse:collapse;
	border:none;
}

table#listagemBusca thead tr td {
	padding:5px 0;
	background:#ff7d00;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

table#listagemBusca tbody tr td {
	padding:10px 0 5px 0;
	background:#e0e6ea;
	color:#5c7486;
	text-align:center;
	cursor:pointer;
}

table#listagemBusca tbody tr.odd td {
	background:#eff2f4;
}

table#listagemBusca tbody tr.det td {
	padding:0;
	cursor:default;
}

table#listagemBusca tbody tr.det td .detalhes {
	display:none;
	width:640px;
	padding:20px 0;
	margin:0;
	text-align:left;
	border-bottom:1px solid #C4CFD7;
}

table#listagemBusca tbody tr.det td .detalhes .wrap {
	margin:0 0 0 22px;
}
