/*
 * LIGHTSTREAMER - www.lightstreamer.com
 * Basic Instant Messenger Demo
 */
.demoTitle {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.messagePanel {
  width: 350px;
  height: 380px;
  overflow: auto;
  border-style: solid;
  border-color: #b0b0b0;
  border-width: 3px;
  background-color: #ffffff;
}
.messageContainer {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #0055aa;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5x;
  padding-bottom: 3px;
}
.messagePart1 {
  font-family: Sans-serif;
  font-size: 8pt;
  color: #0080ff;
}
.messagePart2 {
  font-family: Sans-serif;
  font-size: 9pt;
  color: #000000;
}
.sendTitle {
  font-family: Sans-serif;
  font-size: 9pt;
  color: #000000;
}
.buddiesTitle {
  height: 15px;
  font-family: Sans-serif;
  font-size: 9pt;
  background-color: #b0b0b0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.buddiesPanel {
  width: 150px;
  height: 365px;
  overflow: auto;
  border-style: solid;
  border-color: #b0b0b0;
  border-width: 3px;
  background-color: #ffffff;
}
.buddy {
  font-family: Sans-serif;
  font-size: 9pt;
  color: #101010;
}
#wrap {
  width: 518px;
  margin: 0 auto;
}
