@charset "UTF-8";

/*-------------------------------------------------------
 * CSS for the auto-suggestion extensionsMgr
 *
 * Class prefix "em-"
 */

.em-suggestion_list
{
background: white;
border: 1px solid;
padding: 4px;
text-align: left;
z-index: 100;
}

.em-suggestion_list ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

.em-suggestion_list a
{
text-decoration: none;
color: navy;
}

.em-suggestion_list .em-selected
{
background: navy;
color: white;
}

.em-suggestion_list .em-selected a
{
color: white;
}
