body{
	margin: 3px 3px 3px 3px;
	overflow:auto;
	background-color:white;
}
.chat_main_table{
	border-collapse: collapse;
}
.chat_main_table, .chat_main_table_td{
	border: solid #CCCCCC 1px;
}
#chat_textarea{
	width: 100%;
	height: 100%;
	padding: 3px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size:8pt;
	overflow: auto;
}
.chat_view_container{
	border: solid #999999 1px;
}
#chat_view{
	height: 100%;
	overflow: auto;
	padding: 3px 3px 3px 3px;
	word-wrap: break-word;
}
#chat_send_btn{
	color: blue;
	font-weight: bold;
}
#queue_table{
	width: 100%;
}
.section_title{
	font-weight: bold;
}

.chat_operator_name{
	font-weight: bold;
	color: #000000;
}
.chat_operator_msg{
	color: #000000;
}
.chat_operator_msg a, .chat_operator_msg a:visited, .chat_operator_msg a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.chat_client_name{
	font-weight: bold;
	color: #0010de;
}
.chat_client_msg{
	color: #0010de;
}
.chat_client_msg a, .chat_client_msg a:visited, .chat_client_msg a:hover{
	color: #0010de;
	font-weight: normal;
	text-decoration: underline;
}
.chat_sent_fail_title{
	font-weight: bold;
	color: red;
}
.chat_sent_fail_msg{
	color: red;
}
.chat_general_msg{
	color: #ff7e00;
}

.lchat_close_popup_div{
	padding: 5px 8px 5px 8px;
	border: 10px solid lightblue;
	width: 350px;
	background-color: #FFFFFF;
	z-index:1500;
}
.lchat_close_ads_div{
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.lchat_close_msg_div{
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.lchat_overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.lchat_overlay[id]{
	position:fixed;
}