@charset "utf-8";
/* for Autocomplete */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius:0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius:0 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius:0 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius:0 !important;
}
.ui-widget-content {
	border:1px solid #000 !important;
	background-color:#FFF !important;
	background-image:none !important;
	font-size:12px !important;
}
.ui-menu {
	padding:0 !important;
}
.ui-menu-item.even {
	background-color:#EEE !important;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border:none !important;
	background-color:#0A246A !important;
	background-image:none !important;
	color:#FFF !important;
}
a.ui-state-focus {
	margin:0 !important;
}