/**** AutoFill stuff ****/
#reva_listOfOptions{
    position:absolute;	/* Never change this one */
    min-width:175px;
    max-width:300px;	/* Width of box */
    min-height:20px;	/* Height of box */
    max-height:250px;	
    margin-left:3px;
    #margin-left:0px;
    _margin-left:0px;
    overflow:auto;	/* Scrolling features */
    border:1px solid #317082;	/* Dark green border */
    background-color:#FFF;	/* White background color */
    text-align:left;font-size:11px;z-index:100;
}
/* General rule for both .optionDiv and .optionDivSelected */
#reva_listOfOptions div{margin:1px 1px 1px 7px; padding:0px;	cursor:pointer; font-family:Tahoma; font-size:12px; color:Black;}
/* Div for each item in list */
#reva_listOfOptions .optionDiv{}
/* Selected item in the list */
#reva_listOfOptions .optionDivSelected{ background-color:#317082;color:#FFF;}
#reva_noResults{
    position:absolute;	/* Never change this one */ min-width:175px;max-width:300px;	/* Width of box */min-height:20px;	/* Height of box */max-height:250px;overflow:auto;	/* Scrolling features */border:1px solid #317082;	/* Dark green border */background-color:#FFF;	/* White background color */text-align:left; font-size:0.9em;z-index:100;
}
#reva_noResults span{display:block;font-weight:bold;}

.ac_results {
	padding: 0px;
	border: 1px solid #317082;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_over {
	background-color: #299DA3;
	color: white;
}