/* 
    Document   : autocompletecss
    Created on : Oct 10, 2009, 3:30:45 PM
    Author     : anandareddy.k
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.AutoCompleteBackground
{
	background-color:white;
}
.AutoCompleteHighlight
{
	/*background-color:#D4F3F5;*/
	background-color:#d05402;
        
}


