#chatFooter {
  position: fixed;
  margin: 0 auto 0 auto;
  height: 25px;
  text-align: center;
  bottom: 0px;
  width: 100%;
  background: url('/chat2/chatBkg.png') repeat-x;
  background-color: #E0E0E0;
  border-top: solid 1px black;
  display: none;
  font-size: 11px;
}

#chatFooter div {
  text-align: left;
  position: relative;
}

.chat2Room {
  margin: 0 1px 0px 1px;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
  float: right;
  /*width: 180px;*/
  color: black;
}

.chat2NewEntries {
  background-color: rgb(250, 150, 0);
}

.chat2RoomTitle {
  height: 25px;
  width: 100%;
}

.chat2RoomTitleLink {
  /*width: 158px;*/
  line-height: 25px;
  padding: 0 0 0 2px;
  float: left;
}

.chat2RoomTitleLink a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 11px;
}

.chat2RoomTitleLink a:link {
  
}
.chat2RoomTitleLink a:hover {
  color: red;
}

.chat2Close {
  float: left;
  width: 20px;
}

.chat2Close img {
  margin-top: 7px;
}

.chat2RoomHidden {
  display: none;
}

.chat2RoomEnlarged {
  width: 176px;
  height: 286px;
  background-color: #E0E0E0;
  position: relative;
  /*top: -240px;*/
  margin: -290px -1px -1px -1px;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
  padding: 2px 2px 0 2px;
  font-size: 11px;
}

.chat2RoomUOBox {
  background-color: #F0F0F0;
  border: solid 1px #A0A0A0;
  overflow: auto;
  width: 172px;
  height: 280px;
}

.chat2RoomUOBox A {
  display: block;
  width: 168px;
  padding: 2px;
  font-weight: bold;
  text-decoration: none;
}

.chat2RoomUOBox A:hover {
  background-color: #E0E0E0;
  color: red;
}

.chat2RoomMsgBox {
  background-color: #F0F0F0;
  border: solid 1px #A0A0A0;
  overflow: auto;
  width: 172px;
  height: 238px;
  padding: 1px;
}

.chat2RoomMsgBox A {
  text-decoration: none;
}

.chat2RoomInputBox {

}

.chat2RoomInputBox TEXTAREA {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  width: 170px;
  height: 30px;
}

.chat2EntryText {
  font-size: 10px;
  margin: 0 0 5px 0;
  padding-bottom: 2px;
  border-bottom: solid 1px #A0A0A0;
}

.chat2EntryHeader {
  font-size: 11px;
  margin: 5px 0 2px 0;
}

.chat2EntryHeader A {
  font-weight: bold;
}

.chat2EntryDate {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
  color: #808080;
}

.chat2OnlineButton {
  margin: 0 2px 0 4px;
}

