
/* Styles for SMFChess */

div.chatMsg {
  display:block;
  margin:0;
  padding:0px;
}
div.chatMsg div.chatAvatar {
  float:left;
  width:32px;
  height:32px;
  margin-right:8px;
  
}
div.chatMsg div.chatUser{
  font-weight:bold;
  font-size:12px;
  line-height:1.2em;
}
div.chatMsg div.chatTxt {
  font-size:10px;
}



div.chatMsgLog {
  display:block;
  margin:0;
  padding:0px;
}
div.chatMsgLog div.chatAvatarLog {
  float:left;
  width:32px;
  margin-right:8px;
}
div.chatMsgLog{
  font-weight:bold;
  font-size:12px;
  line-height:1.2em;
}
div.chatMsgLog div.chatTxtLog {
  font-size:10px;
  color:#888;
  text-indent: 20px;
}

div.chathr{
	height: 10px;
	border: 0px;
}
div.chathr hr{
	display: none;
}

div.chatLog {
  font-size:10px;
  font-style: italic;
  color:#888;
  margin-top:8px;
  text-indent: 20px;
  height: 32px;
}
div.chatBody {
 height: 200px;
 overflow:auto;
}
div.chatWatching {
 overflow:hidden;
 float: right;
}
div.page_name_auto_complete {
	width: 100px;
	background: #fff;
	display: inline;
}

div.page_name_auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.page_name_auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.page_name_auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.page_name_auto_complete ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
}
