.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	text-align:left;

}

.chatboxhead {
	background-color: #f99d39;
	padding:7px;
	color: #ffffff;

	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 11px;
	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;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}


.princip{
	border:1px solid #999; width:240px; margin-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666; height:275px; background-color:#FFF; float:right; display:block; text-align:left;
}

.subestado{
	width:100%;
	height:auto;
	padding:5px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}
.subestado:hover{
	background-color:#FFFFCC;
}

.inputs_chat{
	
	width:235px;
	height:25px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left-style:none;
	border-right-style:none;
	font-size:11px;
	color:#666;
}


/* estilos por ID */
#contenedor_chat{
	position:fixed;
	right:11px; 
	bottom:0px;
	width:225px;
	height:auto;
	overflow:hidden;
}

#contenido_chat{
	border:1px solid #999; width:220px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; height:400px; background-color:#FFF; position:relative;  display:none;
}

#cabecera{
	width:210px; height:20px; border-bottom:1px solid #999; padding:5px;  background-color:#f99d39; font-weight:bold; text-align:right;
}

#estado_chat{
	text-align:center;
	padding:5px;
	width:210px;
	height:auto;
	color:#666;
	background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;
	overflow:hidden;
	font-weight:bold;
}

#cambiar_estado{
	text-align:left;
	width:100%;
	height:auto;
	color:#666;
	background-color:#FFF;
	overflow:hidden;
	border-top:1px solid #CCC;
	display:none;
}



#usuarios{
	width:210px; height:340px; overflow:auto; padding:5px; background-color:#FFF; text-align:left; font-size:11px;
}

#usuarios a{
	text-decoration:none;
	color:#666;
}


#chats{
	position:fixed; bottom:0px; right:230px; width:auto; height:auto; font-family:Arial, Helvetica, sans-serif;
}

#chat{
	border:1px solid #999; width:210px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#FFF; height:20px; padding:5px; background-color:#f99d39; position:relative;  cursor:pointer; text-align:left;
}

#panel{
	
	width:230px; overflow:auto; height:210px; padding:5px; background-color:#FFF; text-align:left;
}

#head{
	width:230px; height:15px; border-bottom:1px solid #999; padding:5px;   background-color:#F90; font-weight:bold; color:#FFF;
}