div.chat_tp {
	text-align: left;
	font-weight: bold;
	padding: 3px;
	color: #024988;
	background-color: #d6ebfd;
	border-top: 1px solid #86b3d9;
}

div.chat_tp a {	color: #0e4c86;	text-decoration: underline;}
div.chat_tp a:visited {	color: #0e4c86;	text-decoration: underline;}
div.chat_tp a:hover { color: #ffa500; text-decoration: underline; }

div.chat_tpanel {
	text-align: left;
	padding: 10px;
	line-height: 0.5cm;
	background-color: #efefef;
	color: #000000;
	border-bottom: 1px solid #dfdfdf;
}
div.chat_tpanel a {	color: #0e4c86;	text-decoration: underline; }
div.chat_tpanel a:visited {	color: #0e4c86;	text-decoration: underline; }
div.chat_tpanel a:hover { color: #ffa500; text-decoration: underline; }

div.chat_msg_header {
	text-align: left;
	padding: 3px;
	margin-left: 6px;
	margin-right: 6px;	
	line-height: 0.5cm;
	background-color: #d6ebfd;
	border: 1px solid #bad6ff;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

div.chat_msg_body {
	text-align: left;
	padding: 3px;
	padding-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;	
	margin-bottom: 6px;	
	line-height: 0.5cm;
	background-color: #f0f6ff;
	border-bottom: 1px solid #dae9ff;
	border-left: 1px solid #dae9ff;
	border-right: 1px solid #dae9ff;
}

div.chat_time {color: #8e8e8e;display: inline; font-size: 0.8em}
div.chat_time a { color: #8e8e8e;	text-decoration: underline;}
div.chat_time a:hover { color: #ffa500; text-decoration: underline; }
div.chat_time a:visited { color: #8e8e8e;	text-decoration: underline;}

div.chat_name {color: #024988;display: inline;}
div.chat_name a { color: #024988;	text-decoration: underline;}
div.chat_name a:hover { color: #ffa500; text-decoration: underline;}
div.chat_name a:visited { color: #024988;	text-decoration: underline;}