/*a link*/
a.user_link {color: #2B587A;cursor: pointer;}
a.my_link {color: #aeb8c4;cursor: pointer;}	
/*main*/
.ChatLogo {background: url(../btchat/images/chat.png) no-repeat; display: block; height: 29px; width: 33px;}
div.loader { background-image: url('../btchat/images/loading.gif');  background-repeat: no-repeat; padding: 15%; background-position:center center;  width:160px;  height:24px; }
#chat { text-align: left; overflow: auto;  height: 340px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; padding: 0px;}
#chat_online { text-align: left; overflow: auto; height: 340px; padding: 3px;}
.chat_textarea{background-color: #ffffff; font-size: 12px; color: #111; border: 1px solid #bbb; padding: 2px; width: 100%; }
/*buuton's*/
.chat_msg{background: url(../btchat/images/msg.png) no-repeat scroll 0 0px; display: block; height: 15px; width: 16px; cursor: pointer; }
.chat_msg:hover { background: url(../btchat/images/msg.png) no-repeat scroll 0 -15px; display: block; height: 15px; width: 16px; cursor: pointer;} 
.chat_delButton {background: url(../btchat/images/del_msg.png) no-repeat scroll 0 0px; display: block; height: 14px; width: 14px; cursor: pointer; }
.chat_delButton:hover { background: url(../btchat/images/del_msg.png) no-repeat scroll 0 -14px; display: block; height: 14px; width: 14px; cursor: pointer;}
.chat_editButton {background: url(../btchat/images/edit_msg.png) no-repeat scroll 0 0px; display: block; height: 14px; width: 14px; cursor: pointer; }
.chat_editButton:hover { background: url(../btchat/images/edit_msg.png) no-repeat scroll 0 -14px; display: block; height: 14px; width: 14px; cursor: pointer;}
/*---Rang---*/
.MemberRangOwner {background: url(../btchat/images/rang/owner.png) no-repeat; display: block; height: 12px; width: 13px;}
.MemberRangAdministrator {background: url(../btchat/images/rang/administrator.png) no-repeat; display: block; height: 12px; width: 13px;}
.MemberRangModerator {background: url(../btchat/images/rang/moderator.png) no-repeat; display: block; height: 12px; width: 13px;}
/*-box-*/
.imbox{ background: #fcfeda; color:#111; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; padding:4px; font-size: 11px; width:100%; }
.Gimbox{ background: #eee; color:#111; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; padding:4px; font-size: 11px; width:100%; }

