/*@ definindo as especificacoes do chat do astralbook */
.popover-chat{width: 260px;position: fixed;bottom: 0;right: 10px;border: 1px solid #b2b2b2;background: white;z-index: 1000;}

.chat-top{width: 240px;height: 26px;float: left;clear: both;background: #a55db4;line-height: 26px;padding: 0 10px;}
.chat-top p{font-weight: bold;font-size: .9em;color: white;text-shadow: 1px 1px 1px #6c2c79;float: left;}
.chat-top p span{width: 10px;height: 10px;float: left;background: #ccc;margin: 8px 8px 0 0;box-shadow: 0px 0px 1px #6c2c79;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.chat-top p span.status-online{background-color: #94cc66;}
.chat-top p span.status-offline{background-color: #d79fe2;}
.chat-top .btn-fechar{float: right;width: 10px;height: 10px;background: url(../images/sprite-chat.png) no-repeat -20px -20px;margin: 9px 0 0 0;}
.chat-top .btn-fechar span{display: none;}


.chat-container{width: 250px;height: 230px;overflow: scroll;overflow-x: hidden;float: left;clear: both;padding: 5px;}
.chat-container ul{width: 230px;margin: 0 20px 0 0;padding: 0;list-style: none;float: left;clear: both;font-size: .9em;line-height: 140%;}
.chat-container ul li{width: 230px;float: left;clear: both;/*border-top: 1px solid #eee;*/ margin: 5px 0 0 0;padding: 5px 0 0 0;}
.chat-container ul li:first-child{margin: 0;padding: 0;border: none 0;}
.chat-container ul li img{float: left;border: 1px solid #ddd;padding: 2px;background: white;width: 45px; margin-right:5px; margin-bottom:5px;}
.chat-container ul li span.mensagem{/*float: left; min-width: 165px;*/ padding:0px;}
.chat-container ul li span.data{/*float: left; min-width: 165px;*/ padding:0px;color:#898989;}

.chat-box-textarea{width: 260px;float: left;clear: both;border-top: 1px solid #b2b2b2;padding: 5px 0;}
.chat-box-textarea textarea{width: 235px;border: none 0;margin: 0 5px;outline: none;font:normal .9em "Trebuchet MS", Arial, Helvetica, sans-serif;overflow: hidden;}
.chat-box-textarea textarea:focus{outline: none;}

/*@ acoes */
.hidden{display: none;}
.clearthis{clear: both;}