﻿.ui-menu .ui-menu-item a
{
	display: block;
	font-weight: normal;
	line-height: 1.5;
	min-height: 0;
	padding: 2px 0.4em;
	text-decoration: none;
}

.ui-widget-content a
{
	color: #222222;
}

.ui-corner-all
{
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-menu .ui-menu-item
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-widget-content
{
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #222222;
}

.ui-menu
{
	display: block;
	list-style: none outside none;
	margin: 0;
	outline: medium none;
	padding: 2px;
}

.ui-autocomplete
{
	cursor: default;
	left: 0;
	position: absolute;
	top: 0;

	 max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;

}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus
{
	background: #DADADA;
	border: 1px solid #999999;
	color: #212121;
}


.ui-dropdown
{
	/*width: 92% !important;*/
    margin-right: -32px !important;
}

.ui-dorpdown-button 
{
	height: 30px;
	margin-top: -20px;
	width: 30px;

	font-size: 0.7em;
	

	cursor: pointer;

	display: inline-block;
	margin-right: 0.1em;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}

.ui-button-icon-only .ui-button-text { padding: 0.35em; } 
