.chatWindow {
	/*position: fixed; 
	behavior: url(js/ie-fixed.htc);
	bottom: 0px;
	left: 0px;*/
	background: white;
	width: 300px; 
	height: 250px; 
	overflow:hidden;
	border: 1px solid black;
}
.chatHead {
	height: 15px;
	background: #95EFE5;
	margin:0;
}
.chatTitle {
	float:left;
	padding-left: 5px;
}
.chatBody {
	clear:both;
	background: white;
	margin:0;
	padding:0;
}
.chatHeadButton {
	display:block;
	float:right;
	width: 15px;
	text-align:center;
}

.chatHeadButton:hover {
	/*border: 1px solid #999999;*/
}

.chatHistory {
	padding:2px;
	clear:both;
	overflow:auto;
	height: 146px;
	width: 290px;
	margin:2px;
	background: white;
	border: 1px solid #999999;
}
.chatTabs {
	width: 290px;
	height: auto;
	/*border: 1px solid red;*/
}
.chatTools {
	height: 20px;
	margin: 2px;
	background: white;
	border: 1px solid #999999;
}
.chatToolButton {
	float:left;
	margin:1px; 
	width: 16px;
	height: 16px; 
	border:1px solid #999999;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.chatToolButton:hover {
	text-decoration: none;
}
.chatText {
	background: white;
	margin:2px;
}
.sendBtn {
	float:right;
	width: auto;
	padding: 0px 3px 0px 3px;
}
.chatText textarea {
	height: 50px;
	padding:0;
	margin:0;
	width: 293px;
	border: 1px solid #999999;
}
.emotesWindow {
	position:absolute;
	/*behavior: url(js/ie-fixed.htc);*/
	top:85px;
	left:4px;
	width: 150px;
	height: 100px;
	overflow:auto;
	background: white;
	border: 1px solid #999999;
	padding: 2px;
}
.friendsWindow {
	position:absolute;
	/*behavior: url(js/ie-fixed.htc);*/
	top:85px;
	left:4px;
	width: 150px;
	height: 100px;
	overflow:auto;
	background: white;
	border: 1px solid #999999;
	padding: 2px;
}
.chatStatusMessages {
	margin:1px; 
	height: 16px; 
	border:1px solid #999999;
	text-align: center;
	vertical-align: middle;
	
	float:right;
	width: 150px;
	padding: 0px 3px 0px 3px;
}
.chatRoom {
	padding: 1px 3px 1px 3px;
	margin:2px;
	border: 1px solid #999999;
	background: #DFFFFB;
	display:block;
	float: left;
}
.selectedChat {
	background: #DFDFDF;
}
.messageChat {
	color: #000000;
}
.destroyChat {
	color: #FF0000;
}
.leaveChat {
	color: #AF0000;
}
.joinChat {
	color: #005F04;
}
.createChat {
	color: #00FF0B;
}
.dateChat {
	color: #00A4FF;
}
.myProfile {
	color: #0000FF;
}
#chatTextarea {
	font-size: 12px;
}
.newChatMsg {
	background: #FFA65F;
}

