/* $Id$ */
#chatroom table {
  width: 100%;
}
#chatroom-container-archive tbody {
  border-top: hidden;
}
#chatroom-container-archive td {
  padding: 0;
}
#chatroom-user-options {
  font-size: 80%;
}
#chatroom-board,
#chatroom-chat-form div.item-list,
#chatroom-container-archive {
  border: solid 1px #dcdcdc;
}
#chatroom-board,
#chatroom-container-archive {
  padding: 1px 1px 1px 1px;
  margin: 5px 0;
}
#chatroom-board p,
#chatroom-container-archive p {
  padding-top: 0;
}
#chatroom-board img,
#chatroom-container-archive img {
  vertical-align: top;
}
#chatroom-msg-alert {
  margin-left: 10px;
}
.clear-both {
  clear: both;
}
.chatroom-textentry-smileys,
.chatroom-old-msg .header,
.chatroom-msg .header {
  padding-top: 10px;
}
.chatroom-user-away {
  opacity: 0.4;
  background: url(away.png) no-repeat left !important;
  padding-left: 15px;
}
.chatroom-textentry-smileys-hidden {
  display: none;
}
.chatroom-textentry-smileys img {
  vertical-align: top;
  margin-right: 5px;
}
.chatroom-textentry-options {
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: -3px;
}
.chatroom-textentry-options input,
.chatroom-textentry-options table,
#chatroom-board p,
#chatroom-container-archive p {
  margin: 0;
}
.chatroom-textentry-options table {
  border-collapse: separate;
}
.chatroom-old-msg,
.chatroom-old-me-msg,
.chatroom-archive-date {
  color: #a0a0a0;
}
.chatroom-archive-date {
  white-space: nowrap;
}
.chatroom-system-msg {
  color: #660000;
}
.chatroom-time-msg {
  color: #999999;
}
.chatroom-me-msg {
  color: #7777FF;
}
#chatroom-container-archive,
.chatroom-time-msg,
.chatroom-me-msg,
.chatroom-old-msg,
.chatroom-old-me-msg,
.chatroom-system-msg,
.chatroom-msg {
  background-color: #f5f5f5;
  background-color: #fff;
}
.chatroom-old-msg .header,
.chatroom-msg .header {
  font-weight: bold;
  margin-left: -1.8em;
  margin-right: .4em;
  vertical-align: top;
}
.chatroomLink {
  font-size: 0.9em;
}
.chatroom-private,
.chatroom-me-msg,
.chatroom-old-me-msg,
.chatroom-time-msg,
.chatroom-system-msg,
.chatroomLink {
  font-style: italic;
}
.chatroom-private {
  font-weight: normal;
}

/*****************************************************************************/
#chatroom-chat-form #edit-message {
  /*padding: 0.25em;*/
  font-size: 1.25em;
	/*background: url(images/bgr_music.png) no-repeat top left;*/
}

#chatroom-chat-form div.item-list {
  float: right
}
#chatroom-chat-form div.item-list ul {
	margin: 0.25em;
}
#chatroom-chat-form div.item-list li {
	list-style-type: none;
}

div.ahah-response,
#chatroom-chat-form #edit-control-fieldset {
  display: none;
}

#chatroom-board {
  overflow: auto;
  height: 240px;
  width: 95%;
  margin-left: 8px;
}

/* TODO: find a way to disable filter #2 from:
  http://api.drupal.org/api/function/filter_filter/6 */
.chatroom-msg > p {
  display: inline;
	font: Verdana 12px Regular black;
}

#chatroom-user-list {
	display: block;
	border: 1px solid #f00;
}

#chatroom-user-list ul li.first {
	list-style-type: none;
	list-style: none;
}

#chatroom-chat-form #translation {
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	color: #000;
	font: Verdana 12px Regular black;
	font-weight: 20px;
}

#chatroom-chat-form #translation p {
	padding-left: 20px;
	width: 400px;
}

#chatroom-chat-form  #edit-message{

}

#chat-left-form {
	border: 0px solid #f00;
	width: 500px;
	float: left;
}

div.item-list {
  overflow: auto;
  height: 240px;
	margin-top: -20px;
	margin-bottom: -20px;
	border: 1px solid #dcdcdc;
	color: #666;
	font-size: 13px;
	font-weight: 13px;
	font-family: Verdana Regular;
	list-style-type: none;
	list-style: none;
	background: #fcfcfc;
}

div.item-list a {
	color: #666;
	font-size: 13px;
	font-weight: 13px;
	font-family: Verdana Regular;
	list-style-type: none;
	list-style: none;
}

.item-list li, .item-list li.first, .item-list li.last {
	list-style-type: none;
	list-style: none;
}

.chatroom-msg strong {
	color: #000;
	font: Verdana 12px Regular black;
}

.chatroom-msg a {
	color: #000;
	font: Verdana 12px Regular black;
}

.chatroom-msg strong a {
	color: #000;
	font: Verdana 12px Regular black;
}

.chatroom-msg p {
	color: #000;
	font: Verdana 12px Regular black;
}

input.form-text {
	padding-right: -10px;
	border: 1px solid #f00;
}
