

.chat_messages_area{

}

.chat_container{
  height: 300px;
  vertical-align: top;
}

.chat_messages_div{
  height: 216px;
  width: 350px;
  display: block;
  overflow: auto;
  z-index: 100;
  position: absolute;
  float: left;
  background-color: #FFFFFF;
  margin-left: 9px;
  padding-top: 10px;
}

.chat_online_div{
  width: 135px;
  height: 274px;
  float: right;
  background-color: #FFFFFF;
  margin-right: 9px;
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
}


.chat_message_regular{
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 5px;
}

.chat_message_system{
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.chat_message_system .chat_message{
  font-style: italic;
  font-weight: bold;
  color: #666666;
}


/* Chat Online */
.chat_online_main{
  padding: 0px 8px 8px 8px;
}

.chat_online_main div{
  padding-bottom: 6px;
}

.chat_online_main a{
  font-weight: bold;
  cursor: pointer;
}





.author_a{
  cursor: pointer;
  font-weight: bold;
}

.message_to{
  color: #666666;
}

.message_time{
 font-size: 10px;
 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;
}




/* Inputs */

.chat_to_input{
  width: 60px;
  font-size: 11px;
  height: 16px;
  border: #999999;
}

.chat_text_input{
  width: 160px;
  font-size: 11px;
  height: 16px;
  border: #999999;
}

.chat_private_input{
  font-size: 11px;
  height: 16px;
  border: #999999;
}



.chat_reload_btn{
  font-size: 11px;
  height: 22px;
  border: #999999;
}

.chat_clear_btn{
  font-size: 11px;
  height: 22px;
  width: 24px;
  border: #999999;
}

.chat_user_settings_open_btn{
  font-size: 11px;
  height: 22px;
  width: 24px;
  border: 1px solid #999999;
}

.chat_user_settings_save_btn{
  font-size: 11px;
  height: 22px;
  border: #999999;
}



.chat_user_sett_input{
  width: 110px;
  font-size: 11px;
  height: 16px;
  border: #999999;
}


/* Inputs END */






/*  CHAT CUSTOM STYLES START */

.chat-top-line{
  background-color: #A4805F;
  height: 5px;
  font-size: 0px;
  clear: both;
  width: 511px;
}

.chat-bottom-line{
  background-color: #A4805F;
  height: 5px;
  padding-top: 4px;
  font-size: 0px;
  clear: both;
  width: 511px;
}



.chat-top-left{
  width: 5px;
  height: 5px;
  float: left;
  background-image: url(../img/left-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0px;
}

.chat-top-right{
  width: 5px;
  height: 5px;
  float: right;
  background-image: url(../img/right-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0px;
}

.chat-bottom-left{
  width: 5px;
  height: 5px;
  float: left;
  background-image: url(../img/left-bottom.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0px;
}

.chat-bottom-right{
  width: 5px;
  height: 5px;
  float: right;
  background-image: url(../img/right-bottom.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0px;
}

.chat-main-table{
  background-color: #A4805F;
  height: 315px;
  width:511px;
}

.chat-header{
  background-color: #A4805F;
  padding-bottom: 5px;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 8px;

}

.chat-header-messages{
    float:left ;
    width: 160px;
}

.chat-header-online{
   float: right;
   width: 140px;
}


.chat_loading{
  margin-left: 170px;
  margin-top: 20px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 100;
  position: absolute;
}

.chat_online_user span{
  color: #653204;
  font-weight: bold;
  font-size: 12px;
}

.chat_online_user{
  margin-left: 5px;
  padding-left:26px;
  background-image: url(../img/online-img.gif);
  background-position: left top;
  background-repeat: no-repeat;
}


.chat_author{
  color: #653204;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #A4805F;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.chat_message{
  color: #653204;
}


.chat-submit-div{
  position: relative;
  z-index: 100;
  left: 9px;
  top: 234px;
  width: 350px;
  height: 60px;
}

.chat-submit-div textarea{
    width: 307px;
    height: 50px;
    border: 0px;
    overflow: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    color: #653204;
    font-size: 12px;
    padding:5px 5px 5px 5px;
}

.chat_submit_btn{
  float: right;
}

/*  CHAT CUSTOM STYLES END */
