/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/* Suggestion list */

.ui-autocomplete {
	background-color: white;
	width: 180px;
	max-height: 220px;
	overflow: hidden;
	list-style: none;
	border: 1px solid #5D5D5D;
	padding: 2px 2px 0;
	z-index: 1000000 !important;
}

.ui-autocomplete li {
	height: 20px;
	line-height: 20px;
	margin: 0 0 2px;
}

.ui-autocomplete li:hover {
	background: #D9EDFF;
}

.ui-autocomplete li a {
	width: 100%;
	display: block;
	cursor: default;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

.ui-autocomplete li { color: #5D5D5D; }

span.highlight { color: #0000ff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

.ui-autocomplete {
	font-size: 0.8em;
}

.ui-autocomplete li {
	text-indent: 0.5em;
}

span.highlight {
	font-weight: bold;
}