body
{
}


.control_remove {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  position: relative;
  float: none;
}

.control_remove_button {
  background: url(/i/fprofile-lilx-off.gif);

  width: 13px;
  height: 13px;

  position: absolute;
  top: 2px;

  text-indent: -9999px;
  overflow: hidden;
}

.control_remove_button:hover {
  background: url(/i/fprofile-lilx-on.gif);
}

.control_remove_word {
  margin-left: 18px;
  color: #888888;
  font-size: 12px;
}

.customer_dataset_helper 
{
	/* padding: 5px 5px 5px 5px; */
	margin: 3px 3px 3px 3px;
	float: right;
	text-align: right;
}

.customer_dataset_helper .customer_header, .customer_dataset_helper .customer_row, .customer_dataset_helper .customer_header a, .customer_dataset_helper .customer_row a, .customer_dataset_helper .customer_add a
{
	color: #9E9E9E;
}

.customer_dataset_helper .customer_admin_section 
{
	background-color: white;
}



/* BEGIN: autocomplete */
.completion_list {
  background: white;
  border: 2px solid black;
  width: 180px !important;
  z-index: 100;
  position: absolute;
}

.completion_list_item {
  font-size: 13px;
  color: #FF7200;
  border-bottom: 1px solid #cccccc;
  padding: 3px 3px 3px 5px;
  margin: 0;
  cursor: pointer;
}

.completion_list_item_hilited {
  background: #FFFED5;
  font-size: 13px;
  color: #FF7200;
  border-bottom: 1px solid #cccccc;
  padding: 3px 3px 3px 5px;
  margin: 0;
  cursor: pointer;
}
/* END: autocomplete */
