#editActivityControls {
	display: block;
	width: 228px;
	height: 50px;
	position: absolute;
	left: 35px;
	top: -10px;
	z-index: 5;
}
#editActivityControls .blackBox {
	width: 228px;
	height: 40px;
}
#editActivityControls .blackBox-content {
	width: 218px;
	height: 20px;
	padding: 0 5px;
}
#editActivityControls .blackBox-t {
	width: 208px;
}
#editActivityControls .blackBox-b {
	width: 208px;
}
#editActivitySearchControls {
	display: block;
	width: 345px;
	height: 50px;
	position: absolute;
	left: 273px;
	top: -10px;
	z-index: 5;
}
#editActivitySearchControls .blackBox {
	width: 345px;
	height: 40px;
}
#editActivitySearchControls .blackBox-content {
	width: 335px;
	height: 20px;
	padding: 0 5px;
}
#editActivitySearchControls .blackBox-t {
	width: 325px;
}
#editActivitySearchControls .blackBox-b {
	width: 325px;
}
#editActivityControlSnap {
	background: url(../img/editControl-snap.png) no-repeat 0 0;
	width: 115px;
	height: 30px;
	float: left;
	position: relative;
	top: -5px;
}
#editActivityControlSnap:hover {
	cursor: pointer;
	background: url(../img/editControl-snap.png) no-repeat 0 -60px;
}
#editActivityControlSnap:active {
	background: url(../img/editControl-snap.png) no-repeat 0 -120px;
}
#editActivityControlSnap.selected {
	background: url(../img/editControl-snap.png) no-repeat 0 -30px;
}
#editActivityControlSnap.selected:hover {
	cursor: pointer;
	background: url(../img/editControl-snap.png) no-repeat 0 -90px;
}
#editActivityControlSnap.selected:active {
	background: url(../img/editControl-snap.png) no-repeat 0 -150px;
}
#editActivityControlUndo {
	background: url(../img/editControl-undo.png) no-repeat 0 0;
	width: 40px;
	height: 30px;
	float: left;
	position: relative;
	top: -5px;
}
#editActivityControlUndo:hover {
	cursor: pointer;
	background: url(../img/editControl-undo.png) no-repeat 0 -30px;
}
#editActivityControlUndo:active {
	background: url(../img/editControl-undo.png) no-repeat 0 -60px;
}
#editActivityControlReset {
	background: url(../img/editControl-reset.png) no-repeat 0 0;
	width: 40px;
	height: 30px;
	float: left;
	position: relative;
	top: -5px;
}
#editActivityControlReset:hover {
	cursor: pointer;
	background: url(../img/editControl-reset.png) no-repeat 0 -30px;
}
#editActivityControlReset:active {
	background: url(../img/editControl-reset.png) no-repeat 0 -60px;
}
#editControlsContainer .divider {
	background: url(../img/editControl-divider.png) no-repeat 0 0;
	width: 1px;
	height: 30px;
	margin: 0 5px;
	float: left;
	position: relative;
	top: -5px;
}
#editActivityControlSearchInput {
   position: relative;
   float: left;
   top: -2px;
   left: 4px;
   margin-right: 10px;
   width: 292px;
   height: 18px;
   font-size: 14px;
   font-family: Arial;
}
#editActivityControlSearch {
	background: url(../img/icon-location-25.png) no-repeat 0 0;
    top: -2px;
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
}
.ui-autocomplete.ui-menu {
    float: left;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #000;
}
#ui-active-menuitem {
    background-color: #CCC;
}
#editActivityControlSearch:hover {
	cursor: pointer;
	background: url(../img/icon-location-25.png) no-repeat 0 -25px;
}
#editActivityControlSearch:active {
	background: url(../img/icon-location-25.png) no-repeat 0 -50px;
}