﻿.ajax_ace
{
	position: relative;
	height: 156px;
	font-size: 13px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.ajax_ace li
	{
		height: auto;
		line-height: 100%;
		white-space: pre;
	}
	
.ajax_ace.funcao_topo
{
	width: 265px !important;
}


/* Componente [Auto Completion Extender] */
.ajax_ace 
{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
	
	.ajax_ace .item
	{
		cursor: hand;
		cursor: pointer;
		margin: 0;
		left: 0;
		padding: 6px 4px;
  		border: 1px solid #f0ef9c;
  		border-top: none;
		background-color: #fffeb7;
	}

	.ajax_ace .selecionado
	{
		cursor: hand;
		cursor: pointer;
		margin: 0;
		left: 0;
		padding: 6px 4px;
  		border: 1px solid #f0ef9c;
  		border-top: none;
		background-color: #fc3;	
	}

/* FIM: Componente [Auto Completion Extender] */

/* Telerik RadComboBox */
.campo_obrigatorio .rcbInputCell INPUT.rcbInput
{
	background-image: url('/img/bg_campo_obrigatorio.gif');
	background-repeat: no-repeat;	
	background-position: left center;
    margin-right:4px;
    padding-left:10px;
}
/* FIM: Telerik RadComboBox */


/* Buscar Cep */

.ajax_ace.cep 
{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	left: 150px !important;
}

/* FIM: Buscar Cep */