/*@charset "utf-8";*/
/* CSS Document */

/*a{
    text-decoration:none;
    color:#333;
}

img{
    border:0px;
}*/

body {
    font-family: Arial;
}

#barra_chat{


    /*width: 98%;*/
    /*margin-left: 10px;*/
    /*bottom: 0;
    _bottom: 0;*/
    /*float: right;*/


    /*height: 25px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: none;
    z-index: 9999;*/

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999; /*--Keeps the panel on top of all other elements--*/
    /*background: #e3e2e2;*/
    /*border: 1px solid #c3c3c3;*/
    border-bottom: none;
    width: 94%;
    margin: 0 3%;
    height: 25px;

}

*html #barra_chat { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
                    margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
                    position: absolute;
                    top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}


#chat_contactview
{
    background-color: white;

}

#panel_contactos{
    /*
    border-left: solid 2px #ddd;
    padding: 10px;*/
    float: right;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;

}

li.tmpPlaceholder {
    height: 22px;
    background-color: #526EA6;


}

.barra_chat_inicial
{
    /*background-color:#E5E5E5;*/
    /*border:1px solid #B5B5B5;*/
    display:block;
    margin-left:15px;
    margin-right:15px;
    height:25px;

}

.puntos_status_chat {
    float:left;
    padding-left:5px;
    padding-right:3px;
}


.barra_conversacion_chat
{
    float:left;
    height:26px;
    padding:0;
    width: 60%;

    /*float: left;
    width: 60%"*/

}

.indice_contactos_chat
{
    position: relative;
    float: left;
    width: 204px;
    height:25px;
    background-color:#D7D7D7;
    border: 1px solid #24368A !important;
    left: -1px;
    direction: ltr;



}

.indice_chat{
    /*position: relative;
    float: left;
    width: 204px;
    height: 100%;
    background-color:#D7D7D7;
    border: 1px solid #24368A !important;
    left: -1px;
    direction: ltr;*/
    /*border:1px solid #24368A !important;*/

    background-color:#D7D7D7;
    border:1px solid #24368A !important;
    direction:ltr;
    float:left;
    height:25px;
    left:-1px;
    margin-left: -1px;
    position:relative;
    width:204px;
    padding: 0px;


}

.indice_chat_unread
{
    background-color: #557FAA;
}


.contactos_contador {

    color:#444444;


}



.indice_principal_nombre
{
    cursor: pointer;
    color: #24368a;
    font-size: 0.8em;
    font-weight: 700;
    float: left;
    padding: 2px 20px 0;


}

.indice_principal_chat{
    /*position: relative;
    float: left;
    width: 197px;
    height:25px;
    background-color: #D7D7D7;*/
    height: 100%;
    cursor: pointer;
    padding-top: 3px;
    /*padding-left: 7px;*/
    top: -1px; /*IE*/
    /*direction: ltr;*/    /* border-top-style: solid;
     /*border-top-width: 1px;
     /*border-right:1px solid #333333;
     /*border-top:1px solid #333333;
     border-left:1px solid #333333;*/


}


.indice_usuario_chat{

    /*cursor: pointer;

    margin-left: 5px;*/
    cursor: pointer;
    padding:1px 0 0;
    position:relative;

}

/*.indice_principal_chat{

    cursor: pointer;
    padding-top: 3px;
    padding-left: 5px;
    border: 1px solid #24368A !important;
}*/

/*#barra_chat .btns{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:3px;
    display:inline-block;
    vertical-align:middle;
    line-height:14px;
}

#barra_chat .btns:hover{
    background-color:#F4F4F4;
    cursor:pointer;
}

#barra_chat #container{
    background-color:#E5E5E5;
    border:1px solid #B5B5B5;
    display:block;
    margin-left:15px;
    margin-right:300px;
    height:25px;
}*/


/*------- blocks btns --------*/
/*
#barra_chat #container .block-left{
    position:relative;
    float: left;
    width:10%;
    height:25px;

    border-right:1px solid #B5B5B5;
}
#barra_chat #container .block-center{
    position: relative;
    float: left;
    width: 50%;
    height:25px;

    border-right:1px solid #B5B5B5;
}
#barra_chat #container .block-right{
    position: relative;
    float: left;
    width: 25%;
    height:25px;

    border-right:1px solid #B5B5B5;
}
*/
/*-------  btns --------*/

/*
#barra_chat #container .btns{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:3px;
    display:inline-block;
    vertical-align:middle;
    line-height:14px;
}

#barra_chat #container .btns:hover{
    background-color:#F4F4F4;
    cursor:pointer;
}
*/

/* ---- align image -------*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

img.alignright {
    margin: 0 0 2px 5px;
    display: inline;
}

img.alignleft {
    margin: 0 5px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/*****************Nuevas***************************/
.barmenu_hide_chat
{
    padding:0px !important;
    padding-bottom:1px !important;
    border-top:1px solid #333333 !important;
    border-left:1px solid #333333 !important;
    border-right:1px solid #333333 !important;
    border-bottom:none !important;
    bottom:25px;
    _bottom:25px;
    position:absolute !important;
    display:none;
    z-index:14;
    /*position:fixed !important;*/
}

.barmenu_chat
{
    padding:0px !important;
    padding-bottom:1px !important;
    border-top:1px solid #333333 !important;
    border-left:1px solid #333333 !important;
    border-right:1px solid #333333 !important;
    border-bottom:none !important;
    bottom:26px;
    _bottom:26px;
    position:absolute !important;
    display:block;
    z-index:14;
    background-color: #FFFFFF;
    width: 204px;
    margin-left: -1px;

    /*position:fixed !important;*/
}

.barmenu_principal_hide_chat
{
    /*padding:0px !important;
    padding-bottom:1px !important;
    border-top:1px solid #333333 !important;
    border-left:1px solid #333333 !important;
    border-right:1px solid #333333 !important;
    border-bottom:none !important;
    bottom:26px;
    _bottom:26px;
    position:absolute !important;*/
    display:none;
    /*z-index:14;*/
    /*position:fixed !important;*/
}

.barmenu_principal_chat
{
    padding:0px !important;
    padding-bottom:1px !important;
    border:1px solid #24368A !important;
    /*border-left:1px solid #24368A !important;
    border-right:1px solid #24368A !important;*/
    /*border-bottom:none !important;*/
    bottom:24px;
    _bottom:24px;
    position:absolute !important;
    display:block;
    width: 204;
    margin-left: -1px;
    right: -1px;
    /*z-index:14;*/

    /*position:fixed !important;*/
}



.chat_presencebutton_menu
{
    /*
	width:219px !important;
	_width:221px !important;
    */
    bottom:24px;
    _bottom:25px;
    background:#FFFFFF url(/chat/images/buddy_list_menu_bg.gif) no-repeat scroll 1px bottom !important;
    right:0px;

    _right:15px;
    z-index:14;
}

.barmenu_header_chat
{
    background:#d7d7d7 none repeat scroll 0 0;
    /*border:none;*/
    /*padding-left: 1em;*/
    padding-top: 0.8em;

    border-bottom: 1px solid #24368A;
    float: right;
    width: 100%;


    /*background-color:#6D84B4;
    border-color:#254588 #254588 -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px 0;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    padding:30px 3px 3px 8px;
    position:relative;*/
}

.barmenu_header_chat_unread
{
    background:#557FAA none repeat scroll 0 0;
}

.barmenu_header_text_chat
{
    margin-left:5px;
    color: #24368a;
    font-weight: 700;
    padding:3px 0 4px;
    font-size: 0.8em;

}

.barmenu_header_options_chat
{
    /*margin-left:5px;*/
    background-color: #d7d7d7;
    /*padding-bottom: 18px;

    padding-top: 20px;*/
    /*border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #24368A;*/

}

.status_chat
{
    padding-left: 18px;
}


.barmenu_header_button_chat
{
    /*margin-left:5px;*/
    /*border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-right:1px solid #333333;*/
    color: #24368A;
    font-weight: 700;
    font-size: 0.7em;
    cursor: pointer;
    padding-right: 8px;
    float: right;


}

/*.barmenu_header_button_chat:hover
{
    color: #CCCCCC;
    background-color: #526EA6;

}*/


.barmenu_header_option_window_chat
{
    /*padding:0px;*/
    padding-bottom:1px;
    /*border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-right:1px solid #333333;*/
    border: 1px solid #24368A;
    /*border-bottom:none;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/
    /*bottom:26px;
    _bottom:26px;*/

    background-color: #FFFFFF;
    /*border-bottom-width: 1px;
    border-top-color: #777777;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 6px;
    */
    position: absolute;
    right: 2px;
    top: 49px;
    width: 83px;
    height: 25px;


}

.barmenu_header_status_window_chat
{
    /*padding:0px;*/
    /*border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-right:1px solid #333333;*/
    border: 1px solid #24368A;
    /*border-bottom:none;*/
    /*border-bottom-style: solid;
    border-bottom-width: 1px;*/
    /*bottom:26px;
    _bottom:26px;*/

    /*padding:6px 0;*/
    background-color: #FFFFFF;
    /*border-bottom-width: 1px;
    border-top-color: #777777;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 6px;
    */
    position: absolute;
    right: 100px;
    top: 49px;
    width: 97px;
    /*height: 103px;*/
    z-index: 10;

}



.barmenu_header_buttons_window_chat
{
    color: #24368A;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 5px;
    /*border-bottom-width: 1px;*/
}

.barmenu_header_buttons_window_chat_hover
{
    color: white;
    background-color: #24368A;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 5px;
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/

}


.barmenu_header_window_button_chat
{
    font-weight: 600;
    font-size: 0.7em;
    margin-left: 7px;

}

.conversation_options_window_chat
{
    

    padding-bottom:1px;
    border: 1px solid #333333;
    /*border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-right:1px solid #333333;*/
    /*border-bottom:none;*/
    border-bottom-style: solid;
    /*bottom:26px;
    _bottom:26px;*/

    background-color: #FFFFFF;
    /*border-bottom-width: 1px;
    border-top-color: #777777;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 6px;
    */
    position: absolute;
    right: 5px;
    top: 229px;
    width: 102px;
    height: 25px;
    z-index: 10;
}


.chat_contactview_searchbox
{


    background:url("/chat/images/search.png") no-repeat scroll left center;
    padding:4px 4px 4px 21px;
    width:175px;
    height: 25px;


}

.buscardor_contactos_bloqueados
{
    background:url(/chat/images/search.png) no-repeat left center;
    padding-left:15px;
    font-size:11px;
    float: left;
    height: 23px;
    width: 60%;

}


.borrar_busqueda
{
    /*cursor: pointer;*/
    /*padding-top:13px;*/
    /*float: right;*/

    background:url("/chat/images/chat-close-over.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    height:17px;
    margin-top:-79px;
    position:absolute;
    right:4px;
    top:50%;
    width:17px;


}

#chat_contactview .panel_busqueda
{
    color:#444444;
    /*font-family:'lucida grande',tahoma,verdana,arial,sans-serif;*/
    font-size:11px;
    outline-style:none;
    outline-width:medium;
    padding:4px;
    background-color: #FFFFFF;

}

#chat_tab_bar .tab_button_div {
    height:24px;
}

.entrada_chat
{
    background:transparent url(/chat/images/chat.gif) no-repeat scroll;
    background-color: #FFFFFF;
    height:24px;
    width: 85% !important;
    border:none;
    margin:0;
    padding:4px 4px 4px 24px;
    font-size:12px;

}

.compartir_noticia_chat
{
    float:right;
    padding-right:5px;
    padding-top:4px;
    cursor: pointer;

}


.chatbox {
    position: fixed;
    position:expression("absolute");
    width: 225px;
    display:none;
}

.chatboxhead {
    background-color: #f99d39;
    padding:7px;
    color: #ffffff;
    border-right:1px solid #f99d39;
    border-left:1px solid #f99d39;
}

.caja_contenido_chat {
    font-family: arial,sans-serif;
    font-size: 13px;
    color: #333333;
    height:200px;
    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;
}

.chatboxtitle {
    float: left;
}

.chatboxoptions a {
    text-decoration: none;
    color: white;
    font-weight:bold;
    font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}


.barmenu_header_buttons_chat
{
    cursor:pointer;
    float:right;
    margin-right:2px;
    margin-top:2px;
    width:32px;

}

.barmenu_header_min_chat
{
    background:transparent url(/chat/images/minimize.png) no-repeat scroll center top;
    display:block;
    float:right;
    height:15px;
    width:15px;
}

.barmenu_header_min_chat_principal
{
    background:transparent url(/chat/images/minimize.png) no-repeat scroll center top;
    display:block;
    float:right;
    height:20px;
    width:15px;
}

.barmenu_header_close_chat
{
    background:transparent url(/chat/images/close.png) no-repeat scroll center top;
    display:block;
    float:right;
    height:15px;
    width:15px;
}


.barmenu_header_min-over_chat
{
    background:transparent url(/chat/images/minimize-over.png) no-repeat scroll center top;
}

.boton_indice_cerrar
{
    background: transparent url(/chat/images/chat-close.png) no-repeat scroll center top;
    /*color:#666666;
    cursor:pointer;
    font-weight:bold;
    height:10px;*/
    /*margin:9px 4px 0 0;*/
    /*text-align:center;
    width:9px;
    float:right;*/


    cursor: pointer;

    position:absolute;
    right:0;
    top:30%;
    margin-right: 5px;







    border-style: groove;
    border: none;

}

.boton_indice_cerrar_over
{
    background:transparent url(/chat/images/chat-close-over.png) no-repeat scroll center top !important;
}

/*Kiero */
/*
.ijab_chatpanel_button_maindiv
{
    height:24px;
}

.ijab_chatpanel_button_hit
{
    cursor:pointer;
    float:left;
    overflow:hidden;
    padding:6px 4px 6px 6px;
    position:relative;
    width:110px;
}*/
/*
.ijab_chatpanel_button_menu
{
    background:#FFFFFF url(/chat/images/chat_menu_bg.gif) no-repeat scroll  bottom !important;
    z-index:12;
    margin-left:-87px;
    _margin-left:-197px;
    bottom:24px;
    _bottom:25px;
}
*/

.idle  {
    background-position:right -112px;
}

.clearfix {
    display:block;
}

user {
    color:#3B5998;
    cursor:pointer;
    text-decoration:none;
}

.nombre_chat {
    color: #526EA6;
    float: left;
    clear: both;
    padding-top:2px;
    font-weight:700;
}

.mensaje_chat
{
    margin-left: 0;
}

.mensaje_chat .yo {
    color:  #666666;
}

.evento_chat {
    font-style: italic;
    font-size: 75%;
    clear: both;
}

.notas_chat
{
    font-style: italic;
    font-size: 75%;
    clear:both;
    float:left;
}

.texto_chat{
    clear:both;
    float:left;
    text-align: left;
    line-height:16px;
    width: 100%;

}

.hora_chat
{
    color:#999999;
    float:right;
    font-size:9px;
    font-weight:normal;
    margin-left: 5px;
}

.ind
{
    color: #24368A;
    font-size: 0.8em;
    font-weight: 700;
    margin-left:20px;
    margin-top:3px;
}

.barra_lista
{
    /*margin-left: 3px;*/
    margin-top: 3px;
    color: #24368A;
}

.barra_lista_hover
{
    background-color: #0A105B;
    color: #D7D7D7;
    /*margin-left:  3px;*/
    margin-top: 3px;

}


.contacto_lista {
    padding: 3px;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*background-color: yellow;*/
    cursor: pointer;

}

.mover_contacto
{
    float: right;
    cursor: move;
    margin-right: 5px;
}

.nombre_lista {
    font-size: 80%;
    margin-left: 14px;

}

.jid_lista {
    font-size: 80%;
    display: none;
}

.enlinea
{
    /*color: #3c3;*/
    background: url(/chat/images/conectado.png) no-repeat scroll left bottom;
    margin-left: 5px;
}

.ocupado
{
    /*color: #c33;*/
    background: url(/chat/images/ocupado.png) no-repeat scroll left bottom;
    margin-left: 5px;
}

.ausente
{
    /*color: #c33;*/
    background: url(/chat/images/ausente.png) no-repeat scroll left bottom;
    margin-left: 5px;
}

.oculto
{
    background: url(/chat/images/desconectado.png) no-repeat scroll left bottom;
    margin-left: 5px;
    /*display: none;*/
}

.desconectado
{
    /*color: #ccc;*/
    background: url(/chat/images/desconectado.png) no-repeat scroll left bottom;
    margin-left: 5px;
    /*display: none;*/
}

.invisible
{
    background: url(/chat/images/invisible.png) no-repeat scroll left bottom;
    margin-left: 5px;
}

.cargando
{
    /*background:transparent url(/chat/images/loading.gif) no-repeat scroll left bottom !important;*/
}

.menos_button
{
    /*background: url(/chat/images/menos.gif) no-repeat scroll right bottom;*/
    margin-left: 3px;
}

.mas_button
{
    /*background: url(/chat/images/mas.gif) no-repeat right bottom;*/
    background-image:url(/chat/images/mas.gif);
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position: bottom right;
}

.buscar
{
    display: block;
}


.inner_button
{
    /*border-top:1px solid gray;*/
    /*border-top:1px solid #B5B5B5;*/
    padding:5px;

}


.scroll_chat{
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    background-color:#E5E5E5;
    border-right:1px solid #B5B5B5;
    cursor: pointer;


}

.panel_chat
{

    height:25px;



}


.listas
{

    /*background-image:url("/rsrc.php/zEFHV/hash/6e47avqg.png");*/
    /*background-position: 0 10px;
    background-repeat: repeat-x;*/
    /*padding-left: 3px;*/
    padding-top: 4px;


}

.titular_lista
{
    color: #24368a;
    background-position:0 10px;
    background-repeat:repeat-x;
    padding-bottom:0;
    padding-left:1px;
    font-size: 90%;
    cursor: pointer;
}



.items_lista
{
    /* list-style-type: none;*/
    list-style: none;
    list-style-image:none;
    /* background: #eee;*/
    padding-top: 5px;
    padding-left: 0;
    margin: 2px;
    margin-bottom: 0px;
}

.items_lista_marcado
{
    border-color: #333333;
    border-top-style: solid;
    border-top-width: 1px;
}

.campo_bloqueados
{
    margin-left: 5px;
}

.nombre_bloqueados
{
    padding: 3px;

}

.checkbox_bloqueados
{
    float:right;
    margin-right:45px;
}
