body{
	background-color: #dddddd;
	font-size: medium;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

input, select, textarea, button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#chatcontent{
}

#chatsidebar{
	float: left;
	width: 4em;
}

#chatmain{
	position: absolute;
	left: 5em;
	height: 0px;
	float: left;
}

#chatresponsesmain{
	position: absolute;
	left: 500px;
}

.chatresponsestitle{
	font-weight: bold;
}

#chatresponses{
	float: left;
	font-size: medium;
}

.enablechatresponses{
	overflow: auto;
	height: 300px;
	width: 400px;
	background-color: white;
	border: 1px solid #666666;
}

.chatresponsefolder{
}

.chatresponsefolderopen{
	list-style-image: url(images/openfolder.png);
}

.chatresponsefolderclosed{
	list-style-image: url(images/closedfolder.png);
}

.chatresponsefoldercontents{
}

.chatresponseitem{
	list-style-image: url(images/message.png);
}

.chatresponseurl{
	list-style-image: url(images/url.png);
}

.chatresponse{
}


.chatinstance{
}

.debuglog{
	overflow: auto;
	height: 300px;
	width: 400px;
	background-color: white;
	border: 1px solid #666666;
	font-size: medium;

	float: left;
}

.chatcalls{
	overflow: auto;
	height: 300px;
	width: 400px;

	float: left;
}

.chatcontainer{
	overflow: auto;
	height: 300px;
	width: 400px;
	background-color: white;
	border: 1px solid #666666;

	float: left;
}

.chatlog{
	font-size: medium;
}

.chattypingstatus{
	color: #777777;
	font-size: small;
}

p.chatstatus{
	color: red;
}

.chatmsg{
	color: black;
}

.chatuser{
	color: black;
	font-weight: bold;
}

.chatdate{
	font-size: small;
	color: #333333;
}

.chatsysmsg{
	color: red;
}

.clearboth{
	clear: both;
}

.chatarea{
	height: 50px;
	width: 400px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	font-size: medium;
}

.chatareafocus{
	border-color: red;
}

.chatareaunfocus{
	border-color: black;
}

label {
	float: left;
	clear: left;
	text-align: right;
	white-space: nowrap;
	min-width: 5em;
}
