/* BUTTONS */

a.inline_button {
  position: relative;
  top: 1px;
  margin: 0px 5px;
  background-color: #f5f5f5;
  border: 1px solid #CCC;

  text-decoration: none !important;
  color: #565656 !important;
  cursor: pointer;
  padding: 5px 10px 5px 7px;
}

a.inline_button:focus {
  outline: none;
}

a.inline_button img {
  position: relative;
  top: -1px;
  padding: 0;
  border: none;
  vertical-align: middle;
}

a.inline_button span {
  margin-left: 5px;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

a.inline_button:hover {
   text-decoration: none !important;
}



/* COLORS */

/* STANDARD */

a.blue_button:hover {
  background-color: #dff4ff;
  border: 1px solid #b1d0de;
  color: #336699 !important;
}


/* POSITIVE */

a.green_button {
  color: #529214 !important;
}

a.green_button:hover {
  background-color: #ecfbe3;
  border: 1px solid #C6D880;
  color: #529214 !important;
}


/* NEGATIVE */

a.red_button {
  color: #d12f19 !important;
}

a.red_button:hover {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #d12f19 !important;
}


/* YELLOW */

a.yellow_button {
  color: #336699 !important;
}

a.yellow_button:hover {
  background: #FFFFD6;
  border: 1px solid #CCC;
  color: #336699 !important;
}
