/* These are some example styles for EDIT MODE */
/* EDIT MODE------------------------------------------- */
.edit_mode{
  background-color: green;
  border: 1px dotted #CCCCCC;
}
 a.edit_mode,  a:visited.edit_mode,  a:active.edit_mode {
  font-size: 12px;
  color: black;
  background-color: white;
  border: 1px solid black;
  padding: 2px 6px;
  text-decoration: none;
  margin: 0 7px 0px 0;
  font-weight:normal;
}
 a:hover.edit_mode {
  font-size: 12px;
  border: 1px solid white;
  color: white;
  background-color:black;
  padding: 2px 6px;
  text-decoration: none;
}	

#edit_mode_button {
  width:100%;
  padding: 10px;
  background-color: black;
}

#edit_mode_button a, #edit_mode_button a:visited, #edit_mode_button a:active {
  text-decoration: none;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: red;
  padding: 5px;
  margin-top: 10px;
}

#edit_mode_button a:hover {
  background-color: #666;
}