

.chat-main{
  direction: ltr;
  border-collapse: collapse;
  border:0px solid #AECFE3;
  width: 100%;
  margin: 10px 0px 0px 0px;
}


.chat_container{
  height: 545px;
  vertical-align: top;
}

.chat_messages_div{
  height: 500px;
  width: 420px;
  display: block;
  overflow: auto;
  z-index: 100;
  position: absolute;
/*  word-wrap: break-word;   */
  border: 1px solid #CAE1EF;
  float: left;
  background-color: #FFFFFF;
  font-size:14px;
  font-weight:bold;
  direction: rtl;
}

.chat_online_div{
  width: 180px;
  float: right;
  background: #D9EAF4;
  padding: 0px 5px 10px 5px;

  height: 492px;
  overflow: auto;

  direction: rtl;
}

.author_online{
  font-size: 12px;
  font-weight:bold;
  width: 180px;
}



.chat-header-left{
  float: left;
  width: 422px;
  background-color: #498AB0;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  height: 17px;
  margin: 0px 0px 4px 0px;
}

.chat-header-right{
  width: 190px;
  float: right;
  background-color: #498AB0;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  height: 17px;
  margin: 0px 0px 4px 0px;
}

.chat-header-add{
  background-color: #498AB0;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  height: 17px;
  margin: 0px 0px 4px 0px;
}


.chat_refresh{
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
}



.chat_message_regular{
  margin: 0px 2px 4px 2px;
  padding: 0px 5px 6px 5px;
  background-image: url(../img/chat-border.gif);
  background-position: bottom;
  background-repeat: repeat-x;


}

.message-div{
  margin: 8px 0px 0px 0px;
}


.chat_message_system{
  margin: 0px 2px 5px 2px;
  padding: 3px 5px 8px 5px;
  background-image: url(../img/chat-border.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}


span.chat-to-img{
  margin: 0px;
  padding: 0px;
}

.chat-to-img img{
  padding: 0px 1px 0px 2px;
}




.chat_message_system .chat_message{
  font-style: italic;
  font-weight: bold;
  color: #666666;
}


/* Chat Online */
.chat_online_main{
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}


.chat_online_main a{
  font-weight: bold;
  cursor: pointer;
  color: #666666;
}





.author_a{
  cursor: pointer;
  font-weight: bold;
}


.message_time{
  font-size: 11px;
  color: #454545;
}

.chat_user_settings{
  float: left;
  width: 450px;
  height: 40px;
  padding-top: 15px;
  margin-left: 10px;
}

.chat_user_settings_open{
  float: right;
  width: 30px;
}

.chat_smiles{
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  background-color: #FBF9F2;
  border: 1px solid #AAA18C;

  height: 52px;
  overflow: auto;
}

.chat_smiles img{
  margin-bottom: 8px;
}




/* Inputs */

.chat_to_input{
  width: 150px;
  font-size: 11px;
  height: 16px;
  border: 1px solid #CCC0A3;
  background-color: #FCF7EC;
  margin: 0px;
}

.chat_text_input{
  width: 335px;
  height: 60px;
  font-size: 11px;
  border: 1px solid #CCC0A3;
  background-color: #FCF7EC;
  overflow: auto;
  margin: 0px 0px 0px 0px;
  float: left;
}

.chat_private_input{
  font-size: 11px;
  height: 16px;
  border: 1px solid #999999;
}

.chat_submit_btn{
  font-size: 11px;
  height: 64px;
  width: 70px;
  border: 1px solid #FCF7EC;
  background-color: #C0B69F;
  margin-bottom: 6px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.chat_clear_btn{
  font-size: 11px;
  height: 25px;
  width: 70px;
  border: 1px solid #FCF7EC;
  background-color: #C0B69F;
  margin-bottom: 6px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.chat_reload_btn{
  font-size: 11px;
  height: 25px;
  width: 70px;
  border: 1px solid #FCF7EC;
  background-color: #C0B69F;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.chat_user_sett_input{
  width: 110px;
  font-size: 11px;
  height: 16px;
  border: #999999;
}


/* Inputs END */

.chat_create_left{
  width: 412px;
  float: left;
  height: 150px;
  padding:0px 0px 0px 0px;
}

.chat_create_right{
  width: 200px;
  float: right;
  height: 100px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}



.chat_to_div{
  height:25px;
  margin: 6px 0px 10px 0px;
}

.chat_avatar{
 float: left;
}

img.chat-msg-avatar{
 width: 30px;
}

img.chat-online-avatar{
 width: 30px;
}

.chat_online_main td{
/*  border-bottom: 1px solid #AAAAAA;*/
  padding: 3px 0px 0px 0px;
}

td.chat-online-bottom{
  border-bottom: 1px solid #AAAAAA;
  font-size: 0px;
  line-height: 0px;
  height: 1px;
}

.chat-color-picker{
  border: 1px solid #000000;
  cursor:pointer;
  font-size:10px;
  background-color:#666666;
}




.selected_my_style{

}
