/**
* @Copyright Copyright (C) 2010 - JoniJnm.es
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
**/

/* default color text */

.KIDE_default_text { color: black }

/* rangos */

.KIDE_especial{ color: blue }
.KIDE_administrador { color: red }
.KIDE_registrado { color: #FFA500 }
.KIDE_invitado { color: green }

.KIDE_bgespecial{ background-color: blue }
.KIDE_bgadministrador { background-color: red }
.KIDE_bgregistrado { background-color: #FFA500 }
.KIDE_bginvitado { background-color: green }

/* fin rangos */

.KIDE_borrar { color: olive; }

.KIDE_mostrar {
	margin-top:15px;
	border: 2px solid blue;
	padding: 3px 5px 5px 5px;
	width: 75%
}

a.KIDE_cerrar_x {
	background-color: red; 
	color: black;
	padding: 3px
}

#KIDE_div, #KIDE_div spam, #KIDE_div div, #KIDE_div td, #KIDE_div input, #KIDE_div textarea { 
	font: 11px helvetica,arial,sans-serif;
	font-weight: bold 
}

/* Privados */

.privado_full {
	border: 2px solid orange;
	bottom: 80px;
	height: 240px;
	right: 10px;
	overflow: auto;
	position: fixed;
	width: 190px
}

.privados_mini {
	float: left;
	padding-right: 10px;
	text-align: center
}

#privados_full_title {
	position: fixed;
	bottom: 330px;
	right: 10px;
	width: 190px;
	text-align:center
}

#privados_full_minimizar {
	position: fixed;
	bottom: 345px;
	right: 10px
}

#privados_full_cerrar {
	position: fixed;
	bottom: 345px;
	right: 25px
}

#KIDE_img_ajax_privados {
	position:fixed;
	right:40px;
	bottom:346px
}

#privados_full_div {
	display: block;
	position:fixed;
	right:0;
	bottom:0;
	background-color:#FFF;
	height: 360px;
	width: 200px
}

#privados_mini_div {
	overflow: auto
}

#privados_mini_text {
	float:left;
	padding-top:13px;
	padding-right:10px
}

#privados_txt {
	height: 50px;
	width: 193px;
	position:fixed;
	bottom: 10px
}

/* Fin privados */

#button_send {

}

#msgs {
	width: 97%; 
	margin: 0px; 
	height: 355px; 
	overflow: auto;
	overflow-x: hidden;
	border: solid #000
}

#p-tiempo {
	text-align: center;
	font-size: 9px;
	color: #FA8C01
}

#hace, #tiempo, #hago {
	color: #FF0000
}

#txt {
	width: 80%;
	height: 80px
}

#KIDE_usuarios_td { 
	width: 120px
}

#KIDE_usuarios { 
	font-size: 11px;
	padding: 4px;
	vertical-align: top;
	border: 2px solid;
	overflow-x: hidden; 
	overflow-y: auto;
	height: 300px
}

#chatoutput {
	vertical-align: top
}

#chatoutput div {
	padding: 4px;
	margin: 0;
	background: none
}

#KIDE_mensaje_banear_span {
	padding-left: 10px;
	padding-top: 3px
}

/* Otros */

.wp-smiley { vertical-align: middle }

.KIDE_r {
	width: 10px;
	height: 10px;
	border: 1px solid #000
}

.td-history {
	white-space: nowrap;
	width: 1px;
	padding-left: 5px;
	padding-right: 5px
}

.KIDE_msg_hour {
	color: red
}

.KIDE_avatar {
	width: 50px
}
