/* CHAT */

html body.chat div#mainbox {
  border-bottom: #750D59;
}

html body.chat div#mainbox div.actions a {
  color: white;
  text-decoration: none;
  font-size: 0.8em;
}

html body.chat div#mainbox div#roster a {
  color: #750D59;
  font-size: 0.8em;
}

html body.chat div#mainbox div#roster a:hover {
  color: #5DAA1A;
  background-color: white;
}

html body.chat span#status {
  background-color: #750D59;
  color: white;
  font-size: 0.7em;
}

div#chat-windows span.chat-window-tab {
  background-color: #750D59;
  font-size: 1.2em;
}

div#chat-windows div.chat-window div.title-bar {
  background-color: #D7D7D7;
  border-bottom: 1px solid gray;
  height: 55px;
}

div#chat-windows div.chat-window div.title-bar a.close-action,
div#chat-windows div.chat-window div.title-bar a.minimize-action {
  font-size: 1em;
  text-decoration: none;
}

#chat-windows div.chat-window div.chat-content {
  font-size: 1.1em;
}

div#chat-windows div.chat-window textarea {
  font-size: 1.2em;
  border-width: 1px 0 0;
  padding: 2px;
}

.chat-window span.foto_perfil,
.chat-window .user_info .enlace_perfil span.foto_perfil,
.chat-window .enlace_perfil span.foto_perfil {
    display: inline;
}

