/* Misc visuals
----------------------------------*/
.ui-widget-content {
	border: 1px solid #b2bed1;
	background: #f7F9FA;    /* 15% ccd4e0 */
	color: #222222;
	z-index: 10000;
}

.ui-widget-content .ui-state-focus
{
	border: 1px solid #4C6794;
	background: #DFE4EC;
	border-left: 1px solid #4C6794;
	border-right: 1px solid #4C6794;
}

.ui-widget-content a {
	color: black;
}

/* Overlays */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	border-radius: 0;
    font-size: 12px;
	padding-left:0;
}

.ui-autocomplete a {
	border-radius: 0;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-menu {
	list-style: none;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em 0px;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
	font: 1.1em Arial,sans-serif;
 	text-align: left;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}