body
{
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden; 
	margin : 0px!important;

	background-color : window; 
	color : windowtext;

	border : buttonshadow; 
	border-width : 1px;

	border-style : solid; 
	cursor : 'default';

	overflow : auto; 
	height : 200px;

	text-align : left; 
	list-style-type : none;

	font-family: Arial;
	font-size: 11px;
	z-index:5000;
}
.autocomplete_highlightedListItem
{
	background-color:window; 
	color: black;

	padding: 1px; 
	z-index:5000;
}
.autocomplete_listItem 
{
	background-color : window; 
	color : windowtext;

	padding : 1px; 
	z-index:5000;
}



/* AutoComplete item (para listagem de documentos) */
.autocomplete_completionListElement_documento
{  
	visibility : hidden; 
	margin : 0px!important;
	background-color : window; 
	color : windowtext;
	border : buttonshadow; 
	border-width : 1px;
	border-style : solid; 
	cursor : 'default';
	overflow : auto; 
	height : 200px;
	text-align : left; 
	list-style-type : none;
	font-family: Arial;
	font-size: 11px;
	position:relative;
	z-index:1000;
}
.autocomplete_highlightedListItem_lista_documento
{
	background-color:#CDCDCD;
	color: black;
	cursor:pointer;
	font-family: Arial;
	font-weight:bold;
	padding: 1px;
	position:relative;
	z-index:1000;
}
.autocomplete_listItem_lista_documento 
{
	background-color : window; 
	color : windowtext;
	font-family: Arial;
	padding : 1px; 
	position:relative;
	z-index:1000;
}






/* AutoComplete item (para listagem de Indexacao de documentos) */
.autocomplete_completionListElement_doc_indice 
{  
	visibility : hidden; 
	margin : 0px!important;
	background-color : window; 
	color : windowtext;
	border : buttonshadow; 
	border-width : 1px;
	border-style : solid; 
	cursor : 'default';
	overflow : auto; 
	height : 150px;
	text-align : left; 
	list-style-type : none;
	font-family: Arial;
	font-size: 11px;
	z-index:5000;
}
.autocomplete_highlightedListItem_lista_doc_indice
{
	background-color:#CDCDCD;
	color: black;
	cursor:pointer;
	font-family: Arial;
	font-weight:bold;
	padding: 1px;
	z-index:5000;
}
.autocomplete_listItem_lista_doc_indice
{
	background-color : window; 
	color : windowtext;
	font-family: Arial;
	padding : 1px; 
	z-index:5000;
}
