/**
 * CSS-Styles for chat
 *
 * @author	Tim Düsterhus
 * @copyright	2010 Tim Düsterhus
 * @package	timwolla.wcf.chat
 * @license	Creative Commons BY-NC-ND <http://creativecommons.org/licenses/by-nc-nd/3.0/de/>
 */
#chatMembers, #chatPrivateControl {
	height: 250px;
	text-align: left;
}
#chatMembers {
	overflow: auto; 
}
#chatMessage > div {
	padding: 0;
	height: 250px;
	overflow: auto;
}
#chatMessage > div > ul {
	list-style: none;
}
.messageFramedRight #chatOptions {
	text-align: right;
}
.messageFramedLeft #chatOptions {
	text-align: left;
}
#chatFormContainer {
	border: none;
}
#chatInitializing, #chatError, #chatErrorRoom {
	padding: 0; 
	position: absolute; 
	top: 0pt; 
	left: 0pt; 
	width: 100%; 
	height: 100%;
}
#chatInitializing > div, #chatError > div {
	padding: 0;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 300px; 
	height: 100px; 
	margin-top: -50px; 
	margin-left: -150px; 
	text-align: center;
}
#chatError, #chatErrorRoom {
	opacity: 0.9;
}
#chatError > div, #chatErrorRoom > div {
	margin-top: -20px;
}