body{
  font-family:Calibri, Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:15px;
	min-height:100%;
	height:100%;
}
#ape_message_container a{
  outline:none;
}
#ape_container{
  width:676px;
  margin:0 auto;
	height:285px; 
    border:1px solid #bbbdbe;
}
#more {
  width:676px;
  margin:0 auto; 
	height:100px;
}
#ape_master_container{
	min-height:100%;
	height:100%;
}


#chat_toolbar {
	width:100%;
	height:20px;
	padding:0 0 0 10px;
/*	background: #ffffff;*/
	position:relative;
}

/* rbox start */
.rbox_container{
	width:100%;
	margin: 0px auto;	
  background:#fff url(/images/rbox/leftside.gif) repeat-y left top;

}

.rbox_top {
	width:100%;
	height:15px;
z-index:7;
	background:url(/images/rbox/top.gif) no-repeat left top;
}
.rbox_top span {
	display:block;
	position:relative;
	height:15px;
z-index:7;
	background:url(/images/rbox/top-right.gif) no-repeat right top;
}

.rbox_center{
	position:relative;
	background:url(/images/rbox/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-15px 0 -15px 0;
    height:45px;

/*
    width:100%;
    background:url(/images/chat/sendboxbg.png) no-repeat;
*/
}

.rbox_bottom {
	width:100%;
	height:15px;
z-index:5;
	background:url(/images/rbox/bottom2.gif) no-repeat left bottom;
}
.rbox_bottom span {
	display:block;
	position:relative;
	height:15px;
z-index:5;
	background:url(/images/rbox/bottom-right2.gif) no-repeat right bottom;
}



/* rbox end */

#tabbox_container{
    width:475px;
    position:absolute;
    margin-top:-24px;
    margin-left:10px;
    margin:-25px 0 0 5px;
}
#sendbox_input{
    background:none;
    border:none;
    float:left;
    margin-left:12px;
    margin-top:11px;
    width:609px;
}
#sendbox_button{
    border:none;
    width:72px;
    padding-top:5px;
    height:38px;
    background:url(/images/chat/sendbutton.png) no-repeat;
    float:right;
    display:block;
}


#smiliebox {
		width:82px;
		height:auto;
		background-color:#f9f9f9;
		position:absolute;
		left:30px;
		top:0px;
		display:none;
	z-index:10;
}

.ape_users_list{
/*    background:url(/images/chat/users_bg.png) repeat-x right #656f7c;*/
    background:#f9f9f9;
    margin-left:2px;
    width:170px;
    height:280px;
    overflow:auto;
    padding-top:5px;
	margin-right:2px;

}
.users_right{
    float:right;
    width:160px;
    background:url(/images/chat/users_left.png) repeat-y top left;
    height:285px;
	margin-right:2px;
}
.ape_users_list .ape_user{
     width:133px; 
    line-height:25px;
 /*   background:url(/images/chat/userback_users.png) no-repeat;*/
    height:25px;
    padding-left:15px;
/*    font-weight:bold; */
    font-size:15px;
    margin-bottom:5px;
    margin-left:10px;
}
.ape_users_list .ape_user a{
    color:#000 !important;
    text-decoration:none;
}
.ape_none{
    display:none;
}
.ape_pipe{
/*    background:url(/images/chat/buffer_bg.png) repeat-x #eef1f7; */
    background:#ffffff;
      height:285px; 
height:auto;
}
.ape_messages{

    float:left;
		height:375px;

    overflow:auto;
    width:510px;
}
.msg_top{
/*    background:url(/images/chat/msg_top.png) no-repeat;*/
    padding-top:3px;
float:left;
}
.ape_message{
    padding-left:4px;
/*    background:url(/images/chat/msg_mid.png) 0 5px repeat-y; */
    color:#646465;
    overflow:hidden;
}
.ape_message_container .ape_user{
	float:left;
    font-size:15px;

    margin-top:3px;
}
.ape_message_container .ape_user a{
    color:#656f7c;
    font-weight:bold;
    text-decoration:none;
}
.msg_bot{
/*    height:8px;
    background:url(/images/chat/msg_bot.png);*/
}
.ape_message_container{
    white-space:normal;
    position:relative !important;
    width:450px;
    margin-top:3px;
    margin-left:10px;
clear:both;

}
.ape_tab a{
    color:#545454;
    font-size:12px;
    text-decoration:none;
}
.ape_tab.new_message{
    font-weight:bold;
}
.ape_tab{
    float:left;
    background:#e9ebed;
    border:1px solid #bbbdbe;
    border-bottom:none;
    margin-top:1px;
    height:23px;
    line-height:20px;
    padding:0 8px;

}

.ape_tab.unactive{
    border-bottom:0px;
    margin-top:2px;
    height:21px;
}
.ape_name_prompt{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius : 5px;
    -webkit-border-bottom-right-radius : 5px;
    -webkit-border-top-left-radius : 5px;
    -webkit-border-top-right-radius : 5px;
    background-color : #d4e1eb;
    padding : 10px;
    color : #000;
    width:500px;
    margin:auto;
    text-align : center;
    font-size : 14px;
}
.ape_name_prompt input.submit{
    border:1px solid #DDDDDD;
    margin-left:15px;
}
.ape_name_prompt input.text{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius : 5px;
    -webkit-border-bottom-right-radius : 5px;
    -webkit-border-top-left-radius : 5px;
    -webkit-border-top-right-radius : 5px;
    border:1px solid #DDDDDD;
    font-size:12px;
    margin:0;
    padding:2px;
    font-weight:bold;
    text-align:center;
    width:180px;
}

