input
{
    width:              200px;
}


ul.autocomplete 
{
    position:           absolute;
    overflow:           hidden;
    background-color:   #fff;
    border:             1px solid ButtonShadow;
    margin:             0px;
    padding:            0px;
    list-style:         none;
    color:              #000;
    display:            none;
    z-index:            25000;
    text-align:         left;
}

.backgroundLevel
{
    z-index:            1;
}

ul.autocomplete li 
{
    display:            block;
    padding:            0.3em;
    overflow:           hidden;
    width:              100%;
    cursor:             pointer;
}

ul.autocomplete li.selected 
{
    background-color:   Highlight;
    color:              #fff;
}

.locationFromGUID
{
    visibility:         hidden;
    display:            none;
}

.locationGUID
{
    visibility:         hidden;
    display:            none;
}


#selected_cities_from tr td, th {
	padding: 5px 5px 5px 5px;
	
}

#selected_cities_from tr td input {
	width: 50px;
	
}


#selected_cities_to tr td, th {
	padding: 5px 5px 5px 5px;
	
}

#selected_cities_to tr td input {
	width: 50px;
	
}

