ul.ChatRoomMessages {
  width:auto;
  border:1px solid #E0E0E0;
  height:250px;
  overflow:auto;
  margin-bottom: 5px;
  padding: 5px;
  list-style: none;
}

ul.ChatRoomMessages li {
  border-bottom:1px solid #F0F0F0;
  overflow:hidden;
  margin-bottom:5px;
  padding-bottom:5px;
}

.MessageHeadshot {
  float:left;
  cursor:pointer;
}

.MessageHeadshot img {
  width:35px;
}

.MessageInfo {
  overflow:hidden;
  padding-bottom:3px;
}

.MessageLink {
  float:left;
}

.MessageLink a {
  font-weight:bold;
  cursor:pointer;
}

.MessageLink span {
  font-weight:bold;
  color:#777777;
}

.MessageTimestamp {
  color:#777777;
  float:right;
}

.Message {
  padding:5px;
  color:#333333;
  text-align:left;
}

.IMWindow {
  border:1px solid #999999;
  width:300px;
  margin:0 5px 5px 0;
  font-size:12px;
  line-height:normal;
  text-align:left;
}

.Minimized {
  margin:2px 0 2px 2px;
  width:200px;
}

.IMWindow .Title {
  background-color:#195f9d;
  color:#FFFFFF;
  padding:5px;
  overflow:hidden;
}

.IMWindow .Blink {
  background-color:#39a2ff;
}

.IMWindow .Title .Text {
  float:left;
  font-weight:bold;
  padding-top:2px;
}

.IMWindow .Title .Buttons {
  float:right;
}

.IMWindow .Title .Buttons .MaxButton, .IMWindow .Title .Buttons .MinButton, .IMWindow .Title .Buttons .CloseButton {
  cursor:pointer;
}

.IMWindow .Area {
  padding:5px;
  background-color:#FFFFFF;
  overflow:hidden;
}

.IMWindow .Area ul.Messages {
  width:auto;
  border:1px solid #E0E0E0;
  height:150px;
  overflow:auto;
  margin-bottom: 5px;
  padding: 5px;
  list-style: none;
}

.IMWindow .Area ul.Messages li {
  border-bottom:1px solid #F0F0F0;
  overflow:hidden;
  margin-bottom:5px;
  padding-bottom:5px;
}

.IMWindow .Area ul.Messages li a {
  font-family: Myriad Pro;
  font-size: 11px;
  color: #636363;
  text-transform: capitalize;
}

.IMWindow .NewMessage {
  float:left;
  display:block;
  width:220px;
  margin-top:2px;
}

.IMWindow .SendMessage {
  float:left;
  margin-left:3px;
}

.Minimized .Area {
  display:none;
}

.ChatInvisibilityToggleContainer {
  height:20px;
  border-bottom:1px solid #E0E0E0;
  background-position:right;
  background-repeat:no-repeat;
  padding-bottom:3px; margin-bottom:5px;
}

.ChatInvisibilityToggleContainerBusy {
  background-image:url(/images/busy.gif);
}




