#log { color: #F00; width: 100%; height: 18px; line-height: 18px; text-align: center; margin: 10px 0 10px 0; }
#searchAjaxLoading { width: 250px; }

.ajax-loading { background: url(http://icons.wxug.com/graphics/wu2/ajax-loading.gif) no-repeat right; }
.addButton { cursor: pointer; color: #00F; text-decoration: underline; }
.deleteButton { cursor: pointer; float: right; width: 60px; height: 18px; margin-right: 5px; background: url(http://icons.wxug.com/graphics/wu2/favsBarRemove.png) no-repeat; }

#favoritesSearchForm { margin: 10px; }
#favoritesSearchResults { margin: 0 10px 10px 10px; }
#favoritesSearchResults UL { margin: 10px 0 0 0; }
#favoritesSearchResults UL LI { list-style-type: none; border-bottom: 1px dotted #CCC; margin: 0; }
#favoritesSearchResults UL LI DIV { background-color: #FFF; }
#favoritesSearchResults UL LI DIV A { display: block; width: 100%; padding: 3px 0; }
#favoritesSearchResults UL LI DIV.addButton { background: url(http://icons.wxug.com/graphics/wu2/favsBarSave.png) no-repeat right; }
#favoritesSearchResults UL LI DIV.addButton:hover { background: url(http://icons.wxug.com/graphics/wu2/favsBarSaveOver.png) no-repeat right; background-color: #F5F5F5; }

#favorites-list { margin: 10px 0 0 0; border-top: 1px solid #EEE; }
#favorites-list LI { list-style-type: none; height: 36px; border-bottom: 1px solid #999; border-right: 1px solid #999; border-left: 1px solid #EEE; clear: both; min-height: 36px; background: url(http://icons.wxug.com/graphics/wu2/favsBar.png) no-repeat top left; }
#favorites-list LI .drag-handle { display: block; width: 100%; min-height: 36px; float: left; }
#favorites-list LI .drag-handle A { text-decoration: none; cursor: hand !important; }
#favorites-list LI .drag-handle A:hover { text-decoration: underline; }
#favorites-list LI .drag-handle .favCity { padding-left: 36px; color: #172C6C; font-weight: bold; line-height: 20px; }
#favorites-list LI .drag-handle .favConds { padding-left: 36px; }
#favorites-list LI .drag-handle .favUpdated { border: 0px solid #00F; float: right; }

.favMove { background: url(http://icons.wxug.com/graphics/wu2/favsBarMove.png) no-repeat left !important; }
.favCursorMove { cursor: move; }
