.ui-dropdownchecklist
{
	height: 17px;
	width: 102px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(img/dropdown.png) no-repeat center right;
	padding-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-airport
{
	height: 17px;
	width: 305px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(img/dropdown.png) no-repeat center right;
	padding-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(img/dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 1em;
	line-height: 17px;
	text-align: left;
  	width: 102px !important;
}

.ui-dropdownchecklist-airport-text
{
	font-size: 1em;
	line-height: 17px;
	text-align: left;
  	width: 305px !important;
}

#ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
	width: 190px;	
}

#ui-dropdownchecklist-airport-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
	width: 321px;
	height: 76px;
	=height: 78px;	
}

.ui-dropdownchecklist-item
{
	text-align: left;
	font-size: 0.75em;	
}

.ui-dropdownchecklist .ui-dropdownchecklist-text
{
	vertical-align: bottom !important;
}

.ui-dropdownchecklist-item .ui-dropdownchecklist-text
{
	vertical-align: text-bottom;
}	

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}

.ui-selectAll
{
	width: 100%;
	padding-left: 20px;
	font-size: 0.75em;
}

.ui-selectAll a
{
	color: #00476B;
	text-decoration: underline;
	cursor: pointer;
}
