.lista_normal {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 padding-left			: 20px;
 height					: 16px;
 cursor					: pointer
}

.lista_padrao {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 font-weight			: bold;
 padding-left			: 20px;
 background-repeat		: no-repeat;
 background-image		: url(/_imagens/botoes/16x16/padrao.gif);
 height					: 16px;
 cursor					: pointer;
}
.lista_sel_normal {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 padding-left			: 20px;
 color					: #292D32;
 height					: 16px;
 background-color		: #FFFFE8;
 cursor					: pointer
}

.lista_sel_padrao {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 font-weight			: bold;
 color					: #292D32; 
 padding-left			: 20px;
 background-repeat		: no-repeat;
 background-image		: url(/_imagens/botoes/16x16/padrao.gif);
 background-color		: #FFFFCC;
 height					: 16px;
 cursor					: pointer;
}

.nome_contato {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 font-weight			: bold;
 color					: #333333;
 height					: 16px;
 cursor					: pointer;
}

.fone_contato {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 color					: #585858;
 height					: 16px;
 cursor					: pointer;
}

.fone_contato_negrito {
 font					: 8pt Verdana, Arial, Helvetica, sans-serif; 
 font-style				: normal;
 font-weight			: bold;
 color					: #585858;
 height					: 16px;
 cursor					: pointer;
}

.contato {
 background-image		: url(../_imagens/uteis/bg_contato.jpg);
 background-repeat		: repeat-x; 
 border-bottom:1px solid #B1B1B1;
 border-right:1px solid #B1B1B1;
 border-left:1px solid #D9DBE1;
 border-top:1px solid #D9DBE1;
}

.contato_destaque {
 background-image		: url(../_imagens/uteis/bg_destaque.jpg);
 background-repeat		: repeat-x;
 background-color		: #CECECE;
 border-left			: buttonshadow 1px solid;
 border-top				: buttonshadow 1px solid;
 border-right			: buttonhighlight 1px solid;
 border-bottom			: buttonhighlight 1px solid;
}


.botao_contato
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2B2B2B;
	cursor:pointer;
	background-image:url(../_imagens/uteis/bg_botao.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #B1B1B1;
	border-right:1px solid #B1B1B1;
	border-left:1px solid #D9DBE1;
	border-top:1px solid #D9DBE1;
	padding-left:3px;
	padding-right:3px;
	height:20px;
}

.botao_contato_selecionado
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#2B2B2B;
	cursor:pointer;
	background-color:#FFFFFF;
	border-bottom:1px solid #B1B1B1;
	border-right:1px solid #B1B1B1;
	border-left:1px solid #D9DBE1;
	border-top:1px solid #D9DBE1;
	padding-left:3px;
	padding-right:3px;
	height:20px;

}
