/**
 *  Form button
 */
a.form_button {
  padding: 5px 10px;
  #margin-top: 1px;
  #padding-bottom: 4  px;
  border: 1px solid #0e3544;
  background-color: #e8f7fd;
  display: inline-block;
  font-size: 12px;
  color: #0e3544;
}

a.form_button:hover {
  background-color: #e6f4fa;
}

a.form_button:active {
  background-color: #d3e0e5;
  padding: 6px 9px 4px 11px;
  #padding-bottom: 4px;
}

/**
 *  The blue buttons that hang below their containers
 */
div.submerged_button {
  background: url(/images/components/submerged_button/bg_left.png) no-repeat top left;
  margin-right: 10px;
/*  height: 49px;*/
  float: right;
  overflow: hidden;
}

div.submerged_button p {
  margin-left: 23px;
  padding: 14px 48px 0 0;
  background: url(/images/components/submerged_button/bg_right.png) no-repeat top right;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  height: 49px;
  cursor: pointer;
}

/*
 *  Generic float right class
 */
.float_right {
  float: right !important;
}

/**
 *  Generic label-on-top class. Can be used with any element.
 */
.top_label, .top_label * {
  display: block;
}

/**
 *  Form field has a nice border and a pretty font size
 */
input.form_field, select.form_field, textarea.form_field {
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  vertical-align: middle;
}

textarea.form_field {
  overflow: auto;
}

input.form_field.disabled {
  background-color: #ededed;
}

/**
 *  Activity
 */
span.activity img {
  margin: 1px;
}

/**
 *  Autocomplete
 */
ul.ac_display_list {
  background-color: #E5F7FD;
  border-color: #E5F7FD #D1E1E8 #D1E1E8;
  border-style: solid;
  border-width: 1px;
}

ul.ac_display_list li {
  padding: 2px 6px;
  line-height: 1.15em;
  font-size: 14px;
}

ul.ac_display_list li.selected {
  background-color: #d3e0e5;
}