.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #DCDCDC /*#f99d39*/ ;
	padding:7px;
	color: #000000;
	border-right:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	cursor: pointer;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.chatboxtextareaInput {	
	width: 35px;
	height: 34px;	
	float: right;
	background-image: url('/framework/images/botao_enviar.jpg');
	background-color:transparent;
	border:0px;
	margin:0px; 
	cursor: pointer;
	margin-top: 10px;
}

.chatboxtextarea {
	width: 171px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;	
}

.chatboxtextareaselected {
	border: 2px solid #DCDCDC;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagedata{
font-family:Aparajita,DaunPenh,Calibri,Arial,"Bitstream Vera Sans",sans-serif;
}
.chatboxmessagecontent {
}

.chatboxoptions {
	width: 20px;
	height: 18px;
	text-align: center;
	float: right;
	color: #000000;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxoptions:hover {
	background: #000000;
	color: #FFFFFF;
}

.chatboxtitle {
	float: left;
	line-height:10px;
}

.chatboxhistorico{
	width: 15px;
	height: 18px;
	text-align: center;
	float: right;
	color: #000000;
	font-family:Aparajita,DaunPenh,Calibri,Arial,"Bitstream Vera Sans",sans-serif;
	margin-top: 15px
}

.chatboxhistorico:hover {
	color: #00688B;
}

/*Botao Slide*/
#panelChat {	
	border: 1px solid #999;
	display: none;
	background: #DCDCDC;
	color: #666666;
	height: auto;
	width: 365px;	
	position: absolute;
	overflow: auto;
	text-align: right;
	border-bottom-left-radius:15px;
	position:fixed;
	z-index:10;
	margin-top:47px;
	margin-left:72%;
	float:right;
	position:fixed;
}
tr#trPanelChat:hover{
    background: #000000;
	color: #FFFFFF;
	cursor: pointer;
}
.trChatPar{
	background: #F8F8F8;
	color: #666666;
}
.trChatImpar{
	background: #DCDCDC;
	color: #666666;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: 4px solid #422410;	
}
.btn-slide {	
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}