/* ------------------------------------------------------- */			
/* RECEPCIONISTA ONLINE */
#recepcionista_chat {
	cursor: pointer;
	border: 3px solid #87B9D1;
	background-color: #ffffff;
	margin: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	z-index: 999999999;
	width: 280px;
	position:fixed;
	bottom:0;
	right:0;	
}
#recepcionista_chat .titulo{
	background-color:#87B9D1;
	color:#ffffff;
	padding:5px;
	font-weight:bold;
}
#recepcionista_chat_dados .rodape {
	color: #ccc;
	padding: 10px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	width: 263px;
}
	#recepcionista_chat_dados .rodape a {
		background: #87B9D1;
		padding: 3px;
		color: #fff;
		text-decoration:none;
		font-weight:bold;
	}
	#recepcionista_chat_dados .rodape a:hover{
		text-decoration:none;
		background:#000;	
		color:#fff;
	}
	#recepcionista_chat_dados .ws {
		padding-top: 7px;
		text-align: right;
		border-top: 1px solid #87B9D1;
		margin: 8px;
	}	
		#recepcionista_chat_dados .ws a{
			text-align:left;
			font-size:10px;
			color:#999;
			text-decoration:none;
		}
		#recepcionista_chat_dados .ws a:hover{
			color:#000;
			text-decoration:underline;	
		}
#recepcionista_chat_dados{
	color:#000000;
}
#recepcionista_chat_msg {
	padding: 4px;
	overflow: auto;
	height: 100px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #87B9D1;
	
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */

	word-wrap: break-word;
	word-break: break-all;
	table-layout: fixed;		
}
#recepcionista_chat_dados .frm {
	padding: 4px;
	width: 270px;
	height: 60px;
	text-align:left;
}
#recepcionista_chat_dados textarea{
	width:262px;
	overflow:auto;
	height:50px;
	border:2px solid #87B9D1;
	position:fixed;
	font-family:Arial;
	color:#000000;
	font-size:11px;
	background-color:#ffffff;				
}
/* Mensagem */
#recepcionista_chat_msg .msg_usuario{
	background-color:#f0f0f0;
	border:1px solid #d0d0d0;
	color:#333333;
	margin:5px;
	padding:2px;		
}
#recepcionista_chat_msg .msg_atendente{
	background-color:#DAE7E7;
	border:1px solid #9EBEBD;
	color:#283C3C;
	margin:5px;
	padding:2px;			
}
#recepcionista_chat_msg .msg_sistema{
	background-color:#FFFDF4;
	border:1px solid #EECC0B;
	color:#000000;
	margin:5px;
	padding:2px;
	font-weight:bold;			
}	
/* ------------------------------------------------------- */