@charset "utf-8";

/*-------------------------------------------------------------------

	Chat room Containers

-------------------------------------------------------------------*/

/*-----------------------------------------------
	div#container
-----------------------------------------------*/

div#chatContainer {
	min-width: 800px;
	width: 80%;
	margin: 0 auto;
	display: none;
}

/*-----------------------------------------------
	div#header
-----------------------------------------------*/

div#chatHeader {
}

/*-----------------------------------------------
	div#content
-----------------------------------------------*/

div#chatContent {
}

div#chatMain {
	float: left;
	height: 368px;
}

div#chatUtility {
	float: right;
	height: 368px;
	width: 214px;
}

/*-----------------------------------------------
	div#footer
-----------------------------------------------*/

div#chatFooter {
}

/*-------------------------------------------------------------------

	Clearfix

-------------------------------------------------------------------*/

div#chatContent {
	_height: 1px;
	min-height: 1px;

	/* Only Mac IE \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div#chatContent:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
