/* sql log para el desarrollo */
#cakeSqlLog td {
  text-align: left;
  padding: 4px 8px;
  background: #fff;
  border-bottom: 2px solid #ccc;
  }

/* notices and errors */
#flashMessage {
  background-image: url('/img/ayd_icons/caution.gif');
  background-position: 4px 2px;
  background-repeat: no-repeat;

  color: #6B6958;
  font-weight: bold;
  background-color: #E8E4DC;
  border: 1px solid #ccc;
  font-size: 100%;
  padding-left: 25px;
  height: 20px;
  line-height:20px;
  }

#flashMessage.message {
  background-image: url('/img/ayd_icons/info.gif');
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: #DBF1CE;
  padding-left: 25px;
  margin-bottom: 10px;
}

.error #authMessage.message
{
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: #F7C7B9;
  padding-left: 25px;
  color: #f00;
  border:1px solid #C46A61;
}


div.flashError #flashMessage.message
{
  background-image: url('/img/ayd_icons/info.gif');
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: #F7C7B9;
  color: #f00;
}

.notice {
  background-color: green;
}

.tip {
  color: #656565;
  background-color: #ddd;
}

